From cfa60ad14ef6d2a9b778a1e2abf5bf298769bb57 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 10:20:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c28b495..96e8a2b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "mocha": "^2.3.3", "phantomjs": "^1.9.18", "wallaby-webpack": "0.0.10", - "webpack": "^1.12.3", + "webpack": "^5.94.0", "whatwg-fetch": "^0.10.1" } }