From c1f823aba4b53df370b9b06abd8036690682ce2b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 19:22:00 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54c51ad..c4d8634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", - "react-is": "^18.2.0", "single-spa": "^5.9.3", "single-spa-react": "^4.2.0" }, @@ -53,7 +52,8 @@ "postcss-preset-env": "^7.3.0", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", - "styled-components": "^5.3.1", + "react-is": "^18.2.0", + "styled-components": "^5.3.7", "tailwindcss": "^2.2.9", "ts-config-single-spa": "^3.0.0", "twin.macro": "^2.8.2", @@ -12189,7 +12189,8 @@ "node_modules/react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true }, "node_modules/readable-stream": { "version": "3.6.0", @@ -13237,11 +13238,10 @@ } }, "node_modules/styled-components": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz", - "integrity": "sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==", + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.7.tgz", + "integrity": "sha512-JL1b4A79OGqav4TxkrNsuuQfy6ZnrpyQx6hBDQ3Hd3JyuR2IQuVNBpF+FCEWFNZpN5hj+fhkaEVWteVJ18f0tw==", "dev": true, - "hasInstallScript": true, "dependencies": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", @@ -19257,8 +19257,7 @@ } }, "dset": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", + "version": "https://registry.npmjs.org/dset/-/dset-3.1.2.tgz", "integrity": "sha512-g/M9sqy3oHe477Ar4voQxWtaPIFw1jTdKZuomOjhCcBx9nHUNn0pu6NopuFFrTh/TRZIKEj+76vLWFu9BNKk+Q==", "dev": true }, @@ -23851,7 +23850,8 @@ "react-is": { "version": "18.2.0", "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "dev": true }, "readable-stream": { "version": "3.6.0", @@ -24682,9 +24682,9 @@ "requires": {} }, "styled-components": { - "version": "5.3.5", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz", - "integrity": "sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==", + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.7.tgz", + "integrity": "sha512-JL1b4A79OGqav4TxkrNsuuQfy6ZnrpyQx6hBDQ3Hd3JyuR2IQuVNBpF+FCEWFNZpN5hj+fhkaEVWteVJ18f0tw==", "dev": true, "requires": { "@babel/helper-module-imports": "^7.0.0", @@ -25078,7 +25078,7 @@ "chalk": "^4.1.0", "clean-set": "^1.1.1", "color": "^3.1.3", - "dset": "3.1.2", + "dset": "^2.0.1", "lodash.flatmap": "^4.5.0", "lodash.get": "^4.4.2", "lodash.merge": "^4.6.2", diff --git a/package.json b/package.json index b9a3398..591f744 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "react-is": "^18.2.0", - "styled-components": "^5.3.1", + "styled-components": "^5.3.7", "tailwindcss": "^2.2.9", "ts-config-single-spa": "^3.0.0", "twin.macro": "^2.8.2",