From cab82df14e0ef1ffde4cc9774126969edf525118 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 19:04:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 944fc8c4c..cf7b3a4ea 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "tslint": "6.1.3", "typescript": "^4.0.3", "webpack": "^4.41.5", - "webpack-cli": "^3.3.10", + "webpack-cli": "^4.0.0", "wrtc": "0.4.1", "wsrun": "^5.2.0" },