From 450a512cf5b86fad902abc116c2fcbf55f9414df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 19:09:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-6147607 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a586286a..48bd9aff 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lerna": "^3.15.0", "mocha": "^5.2.0", "uglifyjs-webpack-plugin": "^1.3.0", - "webpack": "^4.41.0", + "webpack": "^5.98.0", "webpack-cli": "^3.3.9", "yarn": "^1.9.4" }