From c0d349d5fd5db424fe38038fd6c7170048e09dc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Oct 2024 17:25:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 944fc8c4c..a95215fa0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ts-loader": "^8.0.5", "tslint": "6.1.3", "typescript": "^4.0.3", - "webpack": "^4.41.5", + "webpack": "^5.0.0", "webpack-cli": "^3.3.10", "wrtc": "0.4.1", "wsrun": "^5.2.0"