From 69c5daae952e407efd904f2ac210dd7dbc77ec65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Sep 2024 22:18:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a586286a..61079a75 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.0.0", "webpack-cli": "^3.3.9", "yarn": "^1.9.4" }