diff --git a/package-lock.json b/package-lock.json index 61b6a524d5..798b677821 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3472,16 +3472,16 @@ "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==" }, "node_modules/@emotion/styled": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.12.0.tgz", - "integrity": "sha512-2l60kuKm8OKbyFYlVutpwFGoeIoftJAHX4udQwpaO4HNoGyvxFLXiEU56/UGCyrwxr76C93eOdVnGewZeC7AEw==", + "version": "11.13.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz", + "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.12.0", "@emotion/is-prop-valid": "^1.3.0", - "@emotion/serialize": "^1.2.0", - "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", - "@emotion/utils": "^1.3.0" + "@emotion/serialize": "^1.3.0", + "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", + "@emotion/utils": "^1.4.0" }, "peerDependencies": { "@emotion/react": "^11.0.0-rc.0", @@ -31479,7 +31479,7 @@ "license": "Apache-2.0", "dependencies": { "@emotion/react": "=11.13.0", - "@emotion/styled": "=11.12.0", + "@emotion/styled": "=11.13.0", "@mui/icons-material": "=5.16.4", "@mui/material": "=5.16.4", "@swagger-api/apidom-ast": "*", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index c56ed97518..95e2008892 100644 --- a/packages/apidom-playground/package.json +++ b/packages/apidom-playground/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@emotion/react": "=11.13.0", - "@emotion/styled": "=11.12.0", + "@emotion/styled": "=11.13.0", "@mui/icons-material": "=5.16.4", "@mui/material": "=5.16.4", "@swagger-api/apidom-ast": "*",