diff --git a/wrongsecrets-balancer/ui/package-lock.json b/wrongsecrets-balancer/ui/package-lock.json index 0c034acdf..abe298463 100644 --- a/wrongsecrets-balancer/ui/package-lock.json +++ b/wrongsecrets-balancer/ui/package-lock.json @@ -19,7 +19,7 @@ "react-intl": "^6.6.5", "react-router-dom": "^6.22.3", "reactjs-popup": "^2.0.6", - "styled-components": "^6.1.8" + "styled-components": "^6.1.9" }, "devDependencies": { "react-scripts": "^5.0.1", @@ -2378,9 +2378,9 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "node_modules/@emotion/unitless": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", - "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", + "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" }, "node_modules/@eslint/eslintrc": { "version": "1.1.0", @@ -16229,12 +16229,12 @@ } }, "node_modules/styled-components": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.8.tgz", - "integrity": "sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.9.tgz", + "integrity": "sha512-aBOqs0uMsYufFXSE4q6cA6Ty1fwZuMk4BJRHfiGSna59F1otnxiDelwhN4fEwmBtIymmF0ZqXHnpSigr2ps9Cg==", "dependencies": { "@emotion/is-prop-valid": "1.2.1", - "@emotion/unitless": "0.8.0", + "@emotion/unitless": "0.8.1", "@types/stylis": "4.2.0", "css-to-react-native": "3.2.0", "csstype": "3.1.2", @@ -19835,9 +19835,9 @@ "integrity": "sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==" }, "@emotion/unitless": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", - "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz", + "integrity": "sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ==" }, "@eslint/eslintrc": { "version": "1.1.0", @@ -30083,12 +30083,12 @@ "requires": {} }, "styled-components": { - "version": "6.1.8", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.8.tgz", - "integrity": "sha512-PQ6Dn+QxlWyEGCKDS71NGsXoVLKfE1c3vApkvDYS5KAK+V8fNWGhbSUEo9Gg2iaID2tjLXegEW3bZDUGpofRWw==", + "version": "6.1.9", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.9.tgz", + "integrity": "sha512-aBOqs0uMsYufFXSE4q6cA6Ty1fwZuMk4BJRHfiGSna59F1otnxiDelwhN4fEwmBtIymmF0ZqXHnpSigr2ps9Cg==", "requires": { "@emotion/is-prop-valid": "1.2.1", - "@emotion/unitless": "0.8.0", + "@emotion/unitless": "0.8.1", "@types/stylis": "4.2.0", "css-to-react-native": "3.2.0", "csstype": "3.1.2", diff --git a/wrongsecrets-balancer/ui/package.json b/wrongsecrets-balancer/ui/package.json index 22b6fb189..4f958e535 100644 --- a/wrongsecrets-balancer/ui/package.json +++ b/wrongsecrets-balancer/ui/package.json @@ -13,7 +13,7 @@ "react-intl": "^6.6.5", "react-router-dom": "^6.22.3", "reactjs-popup": "^2.0.6", - "styled-components": "^6.1.8" + "styled-components": "^6.1.9" }, "devDependencies": { "react-scripts": "^5.0.1",