From f4162224d3dec72ec85afb5b97591210b5eaec81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Jan 2025 06:16:24 +0000 Subject: [PATCH] fix: upgrade @emotion/react from 11.13.5 to 11.14.0 Snyk has created this PR to upgrade @emotion/react from 11.13.5 to 11.14.0. See this package in npm: @emotion/react See this project in Snyk: https://app.snyk.io/org/json-rpc-relay/project/baf29319-5e17-4aff-8e1f-4108d3e10c45?utm_source=github&utm_medium=referral&page=upgrade-pr --- dapp-example/package-lock.json | 22 +++++++++++----------- dapp-example/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dapp-example/package-lock.json b/dapp-example/package-lock.json index 294768b92..70fd8fe4e 100644 --- a/dapp-example/package-lock.json +++ b/dapp-example/package-lock.json @@ -8,7 +8,7 @@ "name": "example-dapp", "version": "0.1.0", "dependencies": { - "@emotion/react": "^11.13.5", + "@emotion/react": "^11.14.0", "@emotion/styled": "^11.13.5", "@hashgraph/sdk": "^2.56.0", "@mui/material": "^5.16.13", @@ -2640,16 +2640,16 @@ "license": "MIT" }, "node_modules/@emotion/react": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.5.tgz", - "integrity": "sha512-6zeCUxUH+EPF1s+YF/2hPVODeV/7V07YU5x+2tfuRL8MdW6rv5vb2+CBEGTGwBdux0OIERcOS+RzxeK80k2DsQ==", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", + "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.13.5", + "@emotion/cache": "^11.14.0", "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", "@emotion/utils": "^1.4.2", "@emotion/weak-memoize": "^0.4.0", "hoist-non-react-statics": "^3.3.1" @@ -28930,15 +28930,15 @@ "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==" }, "@emotion/react": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.5.tgz", - "integrity": "sha512-6zeCUxUH+EPF1s+YF/2hPVODeV/7V07YU5x+2tfuRL8MdW6rv5vb2+CBEGTGwBdux0OIERcOS+RzxeK80k2DsQ==", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", + "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", "requires": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.13.5", + "@emotion/cache": "^11.14.0", "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", "@emotion/utils": "^1.4.2", "@emotion/weak-memoize": "^0.4.0", "hoist-non-react-statics": "^3.3.1" diff --git a/dapp-example/package.json b/dapp-example/package.json index 182bb1243..77730f97f 100644 --- a/dapp-example/package.json +++ b/dapp-example/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@emotion/react": "^11.13.5", + "@emotion/react": "^11.14.0", "@emotion/styled": "^11.13.5", "@hashgraph/sdk": "^2.56.0", "@mui/material": "^5.16.13",