From b5bd1c87a121a5c681ee7fb2537d69cc01365d93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Mar 2023 08:17:08 +0000 Subject: [PATCH] fix: gui/velociraptor/package.json & gui/velociraptor/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-STYLEDCOMPONENTS-3149924 --- gui/velociraptor/package-lock.json | 15 +++++++-------- gui/velociraptor/package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index 2a8ca4eecbc..f65dc6aa93d 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -64,7 +64,7 @@ "react-split-pane": "^0.1.92", "react-step-wizard": "^5.3.11", "recharts": "^2.3.2", - "styled-components": "^5.3.6", + "styled-components": "^5.3.7", "svgo": "2.8.0", "url-parse": "^1.5.10", "y18n": "^4.0.3" @@ -9373,10 +9373,9 @@ } }, "node_modules/styled-components": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz", - "integrity": "sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==", - "hasInstallScript": true, + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.7.tgz", + "integrity": "sha512-JL1b4A79OGqav4TxkrNsuuQfy6ZnrpyQx6hBDQ3Hd3JyuR2IQuVNBpF+FCEWFNZpN5hj+fhkaEVWteVJ18f0tw==", "dependencies": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", @@ -18319,9 +18318,9 @@ } }, "styled-components": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz", - "integrity": "sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==", + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.7.tgz", + "integrity": "sha512-JL1b4A79OGqav4TxkrNsuuQfy6ZnrpyQx6hBDQ3Hd3JyuR2IQuVNBpF+FCEWFNZpN5hj+fhkaEVWteVJ18f0tw==", "requires": { "@babel/helper-module-imports": "^7.0.0", "@babel/traverse": "^7.4.5", diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index 42ef94c0b47..15a89bcc773 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -60,7 +60,7 @@ "react-split-pane": "^0.1.92", "react-step-wizard": "^5.3.11", "recharts": "^2.3.2", - "styled-components": "^5.3.6", + "styled-components": "^5.3.7", "svgo": "2.8.0", "url-parse": "^1.5.10", "y18n": "^4.0.3"