diff --git a/tichu-clients/package-lock.json b/tichu-clients/package-lock.json index e0ad97cb9..827889275 100644 --- a/tichu-clients/package-lock.json +++ b/tichu-clients/package-lock.json @@ -754,16 +754,16 @@ "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==", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", + "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", "license": "MIT", "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" @@ -797,9 +797,9 @@ "license": "MIT" }, "node_modules/@emotion/styled": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.13.5.tgz", - "integrity": "sha512-gnOQ+nGLPvDXgIx119JqGalys64lhMdnNQA9TMxhDA4K0Hq5+++OE20Zs5GxiCV9r814xQ2K5WmtofSpHVW6BQ==", + "version": "11.14.0", + "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.0.tgz", + "integrity": "sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==", "license": "MIT", "optional": true, "dependencies": { @@ -807,7 +807,7 @@ "@emotion/babel-plugin": "^11.13.5", "@emotion/is-prop-valid": "^1.3.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" }, "peerDependencies": { @@ -13284,7 +13284,7 @@ "packages/tichu-web": { "version": "1.0.0", "dependencies": { - "@emotion/react": "11.13.5", + "@emotion/react": "11.14.0", "@mui/icons-material": "6.1.10", "@mui/material": "6.1.10", "@mui/styles": "6.1.10", @@ -13330,7 +13330,7 @@ "npm": "10.9.2" }, "optionalDependencies": { - "@emotion/styled": "11.13.5" + "@emotion/styled": "11.14.0" } } } diff --git a/tichu-clients/packages/tichu-web/package.json b/tichu-clients/packages/tichu-web/package.json index e9bbdb642..89703ac2e 100644 --- a/tichu-clients/packages/tichu-web/package.json +++ b/tichu-clients/packages/tichu-web/package.json @@ -4,7 +4,7 @@ "private": true, "description": "", "dependencies": { - "@emotion/react": "11.13.5", + "@emotion/react": "11.14.0", "@mui/icons-material": "6.1.10", "@mui/material": "6.1.10", "@mui/styles": "6.1.10", @@ -22,7 +22,7 @@ "typescript": "5.7.2" }, "optionalDependencies": { - "@emotion/styled": "11.13.5" + "@emotion/styled": "11.14.0" }, "scripts": { "start": "vite",