From f99a7aec62cca683cfe88aff658e40ae42b46db9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:17:44 +0000 Subject: [PATCH] fix(deps): update dependency @emotion/react to v11.11.3 --- package-lock.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 447f158ed..6006e8723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "@chakra-ui/next-js": "^2.1.5", "@chakra-ui/react": "^2.8.0", "@choc-ui/chakra-autocomplete": "^5.2.8", - "@emotion/react": "^11.11.1", + "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@floating-ui/react": "^0.26.9", "@fortawesome/fontawesome-svg-core": "^6.4.2", @@ -2144,13 +2144,14 @@ "license": "MIT" }, "node_modules/@emotion/react": { - "version": "11.11.1", - "license": "MIT", + "version": "11.11.3", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.11.3.tgz", + "integrity": "sha512-Cnn0kuq4DoONOMcnoVsTOR8E+AdnKFf//6kUWc4LCdnxj31pZWn7rIULd6Y7/Js1PiPHzn7SKCM9vB/jBni8eA==", "dependencies": { "@babel/runtime": "^7.18.3", "@emotion/babel-plugin": "^11.11.0", "@emotion/cache": "^11.11.0", - "@emotion/serialize": "^1.1.2", + "@emotion/serialize": "^1.1.3", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", @@ -2166,8 +2167,9 @@ } }, "node_modules/@emotion/serialize": { - "version": "1.1.2", - "license": "MIT", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.3.tgz", + "integrity": "sha512-iD4D6QVZFDhcbH0RAG1uVu1CwVLMWUkCvAqqlewO/rxf8+87yIBAlt4+AxMiiKPLs5hFc0owNk/sLLAOROw3cA==", "dependencies": { "@emotion/hash": "^0.9.1", "@emotion/memoize": "^0.8.1",