25 lines
873 B
Diff
25 lines
873 B
Diff
|
From 76e999d0976ad6559574c92b79fe7432596d2d6c Mon Sep 17 00:00:00 2001
|
||
|
From: snyk-bot <snyk-bot@snyk.io>
|
||
|
Date: Sat, 27 Apr 2024 00:20:54 +0000
|
||
|
Subject: [PATCH] fix: gui/velociraptor/package.json to reduce vulnerabilities
|
||
|
|
||
|
The following vulnerabilities are fixed with an upgrade:
|
||
|
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
|
||
|
---
|
||
|
gui/velociraptor/package.json | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: b/gui/velociraptor/package.json
|
||
|
===================================================================
|
||
|
--- a/gui/velociraptor/package.json
|
||
|
+++ b/gui/velociraptor/package.json
|
||
|
@@ -31,7 +31,7 @@
|
||
|
"lodash": "^4.17.21",
|
||
|
"moment": "^2.29.4",
|
||
|
"moment-timezone": "0.5.43",
|
||
|
- "npm-watch": "^0.11.0",
|
||
|
+ "npm-watch": "^0.12.0",
|
||
|
"prop-types": "^15.8.1",
|
||
|
"qs": "^6.11.2",
|
||
|
"query-string": "^6.14.1",
|