From 31fbd3e39d4ddd09e0d30ad77bf3818c22673e93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Apr 2022 00:36:42 +0000 Subject: [PATCH] fix: upgrade @emotion/react from 11.8.1 to 11.8.2 Snyk has created this PR to upgrade @emotion/react from 11.8.1 to 11.8.2. See this package in npm: https://www.npmjs.com/package/@emotion/react See this project in Snyk: https://app.snyk.io/org/cognigy-gmbh/project/9925025e-9fa9-4575-b30a-373ebb7ce44d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 16 +++++++--------- package.json | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab91ea45..134b391c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@braintree/sanitize-url": "^6.0.0", "@cognigy/socket-client": "^4.5.4", "@emotion/cache": "^10.0.29", - "@emotion/react": "^11.7.1", + "@emotion/react": "^11.8.2", "@emotion/styled": "^11.6.0", "adaptivecards": "^2.10.0", "dompurify": "^2.0.7", @@ -2108,15 +2108,14 @@ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==" }, "node_modules/@emotion/react": { - "version": "11.8.1", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.8.1.tgz", - "integrity": "sha512-XGaie4nRxmtP1BZYBXqC5JGqMYF2KRKKI7vjqNvQxyRpekVAZhb6QqrElmZCAYXH1L90lAelADSVZC4PFsrJ8Q==", + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.8.2.tgz", + "integrity": "sha512-+1bcHBaNJv5nkIIgnGKVsie3otS0wF9f1T1hteF3WeVvMNQEtfZ4YyFpnphGoot3ilU/wWMgP2SgIDuHLE/wAA==", "dependencies": { "@babel/runtime": "^7.13.10", "@emotion/babel-plugin": "^11.7.1", "@emotion/cache": "^11.7.1", "@emotion/serialize": "^1.0.2", - "@emotion/sheet": "^1.1.0", "@emotion/utils": "^1.1.0", "@emotion/weak-memoize": "^0.2.5", "hoist-non-react-statics": "^3.3.1" @@ -14123,15 +14122,14 @@ "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ==" }, "@emotion/react": { - "version": "11.8.1", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.8.1.tgz", - "integrity": "sha512-XGaie4nRxmtP1BZYBXqC5JGqMYF2KRKKI7vjqNvQxyRpekVAZhb6QqrElmZCAYXH1L90lAelADSVZC4PFsrJ8Q==", + "version": "11.8.2", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.8.2.tgz", + "integrity": "sha512-+1bcHBaNJv5nkIIgnGKVsie3otS0wF9f1T1hteF3WeVvMNQEtfZ4YyFpnphGoot3ilU/wWMgP2SgIDuHLE/wAA==", "requires": { "@babel/runtime": "^7.13.10", "@emotion/babel-plugin": "^11.7.1", "@emotion/cache": "^11.7.1", "@emotion/serialize": "^1.0.2", - "@emotion/sheet": "^1.1.0", "@emotion/utils": "^1.1.0", "@emotion/weak-memoize": "^0.2.5", "hoist-non-react-statics": "^3.3.1" diff --git a/package.json b/package.json index 221bff41..67ddde09 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@braintree/sanitize-url": "^6.0.0", "@cognigy/socket-client": "^4.5.4", "@emotion/cache": "^10.0.29", - "@emotion/react": "^11.7.1", + "@emotion/react": "^11.8.2", "@emotion/styled": "^11.6.0", "adaptivecards": "^2.10.0", "dompurify": "^2.0.7",