diff --git a/lib/theming/package.json b/lib/theming/package.json index aabc2c7763db..cf01316a189a 100644 --- a/lib/theming/package.json +++ b/lib/theming/package.json @@ -27,7 +27,7 @@ "common-tags": "^1.8.0", "core-js": "^2.6.5", "deep-object-diff": "^1.1.0", - "emotion-theming": "^10.0.7", + "emotion-theming": "^10.0.9", "global": "^4.3.2", "lodash.isequal": "^4.5.0", "lodash.mergewith": "^4.6.1", diff --git a/yarn.lock b/yarn.lock index f1f8008a32a8..d3ae1f0de0e7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9008,13 +9008,13 @@ emojis-list@^2.0.0: resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" integrity sha1-TapNnbAPmBmIDHn6RXrlsJof04k= -emotion-theming@^10.0.7: - version "10.0.7" - resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.7.tgz#0629740840f2ff6b929a7c3d52811187768e91c9" - integrity sha512-/dqXTvPA8pRQJRrW6/wpGqu0s0tmtwC27Pk0IOrxDV2F/knbKcd7J/G3T2385NjE+aJO4XJJ7JCNWQkwcjuX0Q== +emotion-theming@^10.0.9: + version "10.0.9" + resolved "https://registry.yarnpkg.com/emotion-theming/-/emotion-theming-10.0.9.tgz#80e9fc40db8c46b466fcc11f3ae076f332933a4e" + integrity sha512-Z8fg5+5u62fOkZR9uCO9/TTxjTk5ieL/GIQgtRhi6WrZT++NAqY9u9GBUjbbJDWYkt6GIcy/S+m7yKaB+iGrDA== dependencies: "@emotion/weak-memoize" "0.2.2" - hoist-non-react-statics "^2.3.1" + hoist-non-react-statics "^3.3.0" object-assign "^4.1.1" emotion@^9.1.2: @@ -11959,6 +11959,13 @@ hoist-non-react-statics@^2.3.1: resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47" integrity sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw== +hoist-non-react-statics@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" + integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== + dependencies: + react-is "^16.7.0" + home-or-tmp@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"