From 4432f7fcebc2d89abe7d3466b07b5dcf93e859ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 21:07:37 +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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de9761a8..1d0905fc 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "tslint": "3.15.1", "tslint-eslint-rules": "1.5.0", "uglify-js": "2.7.3", - "webpack": "2.2.0-rc.3", + "webpack": "5.0.0", "ws": "1.1.1", "xml2js": "^0.4.17" },