diff --git a/package-lock.json b/package-lock.json index d7466dbd15..4af4245c85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2514,9 +2514,9 @@ "license": "MIT" }, "node_modules/@emotion/styled": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.0.tgz", - "integrity": "sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==", + "version": "11.14.1", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz", + "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.3", @@ -26480,7 +26480,7 @@ "license": "Apache-2.0", "dependencies": { "@emotion/react": "=11.14.0", - "@emotion/styled": "=11.14.0", + "@emotion/styled": "=11.14.1", "@mui/icons-material": "^7.0.2", "@mui/material": "^7.0.2", "@swagger-api/apidom-ast": "*", diff --git a/packages/apidom-playground/package.json b/packages/apidom-playground/package.json index 105132775a..fb37f958b7 100644 --- a/packages/apidom-playground/package.json +++ b/packages/apidom-playground/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "@emotion/react": "=11.14.0", - "@emotion/styled": "=11.14.0", + "@emotion/styled": "=11.14.1", "@mui/icons-material": "^7.0.2", "@mui/material": "^7.0.2", "@swagger-api/apidom-ast": "*",