diff --git a/package.json b/package.json index f002dbfab..0a3fd7718 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "@commitlint/cz-commitlint": "16.2.1", "@emotion/babel-preset-css-prop": "11.2.0", "@emotion/eslint-plugin": "11.7.0", - "@emotion/react": "11.8.1", + "@emotion/react": "11.8.2", "@emotion/styled": "11.8.1", "@release-it/conventional-changelog": "4.2.2", "@rollup/plugin-babel": "5.3.1", diff --git a/yarn.lock b/yarn.lock index 9d906e57e..1e084c1c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1603,16 +1603,15 @@ resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.5.tgz#2c40f81449a4e554e9fc6396910ed4843ec2be50" integrity sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ== -"@emotion/react@11.8.1": - version "11.8.1" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.1.tgz#5358b8c78367063881e26423057c030c57ce52eb" - integrity sha512-XGaie4nRxmtP1BZYBXqC5JGqMYF2KRKKI7vjqNvQxyRpekVAZhb6QqrElmZCAYXH1L90lAelADSVZC4PFsrJ8Q== +"@emotion/react@11.8.2": + version "11.8.2" + resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.8.2.tgz#e51f5e6372e22e82780836c9288da19af4b51e70" + 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"