diff --git a/package-lock.json b/package-lock.json index b11c009b4..c574c352b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2337,16 +2337,15 @@ "license": "MIT" }, "node_modules/@emotion/react": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.13.5.tgz", - "integrity": "sha512-6zeCUxUH+EPF1s+YF/2hPVODeV/7V07YU5x+2tfuRL8MdW6rv5vb2+CBEGTGwBdux0OIERcOS+RzxeK80k2DsQ==", - "license": "MIT", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", + "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.13.5", + "@emotion/cache": "^11.14.0", "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", "@emotion/utils": "^1.4.2", "@emotion/weak-memoize": "^0.4.0", "hoist-non-react-statics": "^3.3.1" @@ -25824,7 +25823,7 @@ "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@emotion/react": "=11.13.5", + "@emotion/react": "=11.14.0", "@emotion/styled": "=11.13.5", "@mui/icons-material": "^6.1.4", "@mui/material": "^6.1.4", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index 183f150f5..26605156a 100644 --- a/packages/apidom-playground/package.json +++ b/packages/apidom-playground/package.json @@ -21,7 +21,7 @@ "clean": "rimraf ./build" }, "dependencies": { - "@emotion/react": "=11.13.5", + "@emotion/react": "=11.14.0", "@emotion/styled": "=11.13.5", "@mui/icons-material": "^6.1.4", "@mui/material": "^6.1.4",