diff --git a/package-lock.json b/package-lock.json index bb76ca358..e5b1daca7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3199,15 +3199,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" @@ -36931,7 +36930,7 @@ "@chakra-ui/react": "1.8.6", "@chakra-ui/theme": "1.14.0", "@chakra-ui/theme-tools": "1.3.6", - "@emotion/react": "11.8.1", + "@emotion/react": "11.8.2", "@emotion/styled": "11.8.1", "@matejmazur/react-katex": "3.1.3", "@okta/okta-auth-js": "6.2.0", @@ -39434,15 +39433,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" @@ -40288,7 +40286,7 @@ "@chakra-ui/react": "1.8.6", "@chakra-ui/theme": "1.14.0", "@chakra-ui/theme-tools": "1.3.6", - "@emotion/react": "11.8.1", + "@emotion/react": "11.8.2", "@emotion/styled": "11.8.1", "@matejmazur/react-katex": "3.1.3", "@okta/okta-auth-js": "6.2.0", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index 2b4470874..2f18a7e7d 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -7,7 +7,7 @@ "@chakra-ui/react": "1.8.6", "@chakra-ui/theme": "1.14.0", "@chakra-ui/theme-tools": "1.3.6", - "@emotion/react": "11.8.1", + "@emotion/react": "11.8.2", "@emotion/styled": "11.8.1", "@matejmazur/react-katex": "3.1.3", "@okta/okta-auth-js": "6.2.0",