From 150ec00dfb874809f542d55282daccff5dfa7e5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Feb 2025 07:11:18 +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 88e288d..ad09c3c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "immutable": "^3.8.1", "jest": "^26.0.0", "ts-jest": "^25.3.0", - "webpack": "^4.0.0" + "webpack": "^5.0.0" }, "devDependencies": { "coveralls": "^2.12.0",