From 7618f83f1875d1b5b4676b948a9e2c70f60acabe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 09:04:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43f71bb4d..02973168f 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "stripe": "^7.8.0", "theme": "file:theme", "ua-parser-js": "^0.7.18", - "webpack": "^4.17.1", + "webpack": "^5.0.0", "webpack-cli": "^3.1.0", "winston": "^3.0.0", "workbox-webpack-plugin": "^3.4.1",