From 44eaaade453019df113aacbf7339238aa515698e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jan 2025 19:50:15 +0000 Subject: [PATCH] fix: upgrade @emotion/react from 11.13.3 to 11.14.0 Snyk has created this PR to upgrade @emotion/react from 11.13.3 to 11.14.0. See this package in npm: @emotion/react See this project in Snyk: https://app.snyk.io/org/jeremyjohns10/project/0f618276-012e-48cd-8129-c05713a0791c?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 631616641..40a7a0b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@emotion/is-prop-valid": "^1.1.2", - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.14.0", "@emotion/styled": "^11.13.5", "@loadable/component": "^5.16.4", "@mui/icons-material": "^5.16.9", @@ -44,7 +44,7 @@ "react": "~17.0.2", "react-bootstrap": "^1.6.4", "react-confetti": "^6.1.0", - "react-copy-to-clipboard": "^5.0.3", + "react-copy-to-clipboard": "^5.1.0", "react-dom": "~17.0.2", "react-fullstory": "^1.4.0", "react-ga4": "^2.1.0", @@ -2082,17 +2082,17 @@ "license": "MIT" }, "node_modules/@emotion/react": { - "version": "11.13.3", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.3.tgz", - "integrity": "sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==", + "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.12.0", - "@emotion/cache": "^11.13.0", - "@emotion/serialize": "^1.3.1", - "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", - "@emotion/utils": "^1.4.0", + "@emotion/babel-plugin": "^11.13.5", + "@emotion/cache": "^11.14.0", + "@emotion/serialize": "^1.3.3", + "@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" }, @@ -2160,9 +2160,9 @@ "license": "MIT" }, "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.1.0.tgz", - "integrity": "sha512-+wBOcIV5snwGgI2ya3u99D7/FJquOIniQT1IKyDsBmEgwvpxMNeS65Oib7OnE2d2aY+3BU4OiH+0Wchf8yk3Hw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", + "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", "license": "MIT", "peerDependencies": { "react": ">=16.8.0" diff --git a/package.json b/package.json index 5edf03c46..ba147e393 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ }, "dependencies": { "@emotion/is-prop-valid": "^1.1.2", - "@emotion/react": "^11.11.4", + "@emotion/react": "^11.14.0", "@emotion/styled": "^11.13.5", "@loadable/component": "^5.16.4", "@mui/icons-material": "^5.16.9",