From d256e91b794fdaa9a5b2d1e940207d9c5d7b0a03 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Mar 2024 18:54:55 +0000 Subject: [PATCH] fix: upgrade @emotion/react from 11.11.3 to 11.11.4 Snyk has created this PR to upgrade @emotion/react from 11.11.3 to 11.11.4. See this package in npm: https://www.npmjs.com/package/@emotion/react See this project in Snyk: https://app.snyk.io/org/viewers/project/0e1917d3-54d8-4ded-afb3-1259552b96ba?utm_source=github&utm_medium=referral&page=upgrade-pr --- react-app/package-lock.json | 14 +++++++------- react-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/react-app/package-lock.json b/react-app/package-lock.json index cc83fe36..5da01c10 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MPL", "dependencies": { - "@emotion/react": "^11.11.3", + "@emotion/react": "^11.11.4", "@emotion/styled": "^11.10.0", "d3": "^7.8.4", "d3-color": "^3.0.1", @@ -2302,9 +2302,9 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "node_modules/@emotion/react": { - "version": "11.11.3", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", - "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz", + "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", @@ -34959,9 +34959,9 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "@emotion/react": { - "version": "11.11.3", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", - "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", + "version": "11.11.4", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.4.tgz", + "integrity": "sha512-t8AjMlF0gHpvvxk5mAtCqR4vmxiGHCeJBaQO6gncUSdklELOgtwjerNY2yuJNfwnc6vi16U/+uMF+afIawJ9iw==", "requires": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", diff --git a/react-app/package.json b/react-app/package.json index 6c6e606e..29b66fdd 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -26,7 +26,7 @@ "validate": "npm run typecheck && npm run lint:check && npm run prettier:check" }, "dependencies": { - "@emotion/react": "^11.11.3", + "@emotion/react": "^11.11.4", "@emotion/styled": "^11.10.0", "d3": "^7.8.4", "d3-color": "^3.0.1",