diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index d6ad55b8..b8f96f67 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@emotion/react": "^11.13.5", - "@emotion/styled": "^11.13.0", + "@emotion/styled": "^11.13.5", "@patternfly/react-core": "6.0.0", "@patternfly/react-icons": "6.0.0", "@patternfly/react-styles": "6.0.0", @@ -2220,17 +2220,17 @@ "license": "MIT" }, "node_modules/@emotion/styled": { - "version": "11.13.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.0.tgz", - "integrity": "sha512-tkzkY7nQhW/zC4hztlwucpT8QEZ6eUzpXDRhww/Eej4tFfO0FxQYWRyg/c5CCXa4d/f174kqeXYjuQRnhzf6dA==", + "version": "11.13.5", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.5.tgz", + "integrity": "sha512-gnOQ+nGLPvDXgIx119JqGalys64lhMdnNQA9TMxhDA4K0Hq5+++OE20Zs5GxiCV9r814xQ2K5WmtofSpHVW6BQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.12.0", + "@emotion/babel-plugin": "^11.13.5", "@emotion/is-prop-valid": "^1.3.0", - "@emotion/serialize": "^1.3.0", + "@emotion/serialize": "^1.3.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.1.0", - "@emotion/utils": "^1.4.0" + "@emotion/utils": "^1.4.2" }, "peerDependencies": { "@emotion/react": "^11.0.0-rc.0", diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index 73882d5f..9f918548 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -95,7 +95,7 @@ }, "dependencies": { "@emotion/react": "^11.13.5", - "@emotion/styled": "^11.13.0", + "@emotion/styled": "^11.13.5", "@patternfly/react-core": "6.0.0", "@patternfly/react-icons": "6.0.0", "@patternfly/react-styles": "6.0.0",