From 13ad9967fdac200eb7205ae4d412bd5dd3a29d37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jan 2024 19:09:56 +0000 Subject: [PATCH] fix: upgrade @babel/runtime from 7.23.7 to 7.23.8 Snyk has created this PR to upgrade @babel/runtime from 7.23.7 to 7.23.8. See this package in npm: https://www.npmjs.com/package/@babel/runtime See this project in Snyk: https://app.snyk.io/org/scudette/project/76f4d127-566b-42ef-86f4-bdcbc92b90b4?utm_source=github&utm_medium=referral&page=upgrade-pr --- gui/velociraptor/package-lock.json | 16 ++++++++-------- gui/velociraptor/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gui/velociraptor/package-lock.json b/gui/velociraptor/package-lock.json index 99954d9457..39d62ed576 100644 --- a/gui/velociraptor/package-lock.json +++ b/gui/velociraptor/package-lock.json @@ -11,7 +11,7 @@ "@babel/core": "^7.23.7", "@babel/plugin-syntax-flow": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "0.2.0", @@ -23,7 +23,7 @@ "classnames": "^2.5.1", "csv-parse": "4.16.3", "csv-stringify": "5.6.5", - "dompurify": "^3.0.8", + "dompurify": "3.0.8", "dotenv": "^8.6.0", "env-cmd": "^10.1.0", "hosted-git-info": "^2.8.9", @@ -514,9 +514,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.7.tgz", - "integrity": "sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -11377,9 +11377,9 @@ } }, "@babel/runtime": { - "version": "7.23.7", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.7.tgz", - "integrity": "sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==", + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.8.tgz", + "integrity": "sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==", "requires": { "regenerator-runtime": "^0.14.0" } diff --git a/gui/velociraptor/package.json b/gui/velociraptor/package.json index f4539b9244..ddaeb8a2c3 100644 --- a/gui/velociraptor/package.json +++ b/gui/velociraptor/package.json @@ -7,7 +7,7 @@ "@babel/core": "^7.23.7", "@babel/plugin-syntax-flow": "^7.23.3", "@babel/plugin-transform-react-jsx": "^7.23.4", - "@babel/runtime": "^7.23.7", + "@babel/runtime": "^7.23.8", "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "0.2.0",