From ff120e494da4bc3e26529babfbe66a79d8bb1744 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 16 Oct 2024 07:14:28 +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 476582ec..c12f49d5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "leaflet": "^0.7.7", "materialize-css": "^0.99.0", "sortablejs": "^1.4.2", - "webpack": "^2.2.0", + "webpack": "^5.0.0", "webpack-dev-server": "^3.1.6" }, "devDependencies": {},