From acc348feadfda195f4b2a231ecc1af293e4567e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Mar 2024 17:38:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c28b495..ecb87f4 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "karma-mocha": "^0.2.0", "karma-phantomjs-launcher": "^0.2.1", "karma-spec-reporter": "0.0.22", - "karma-webpack": "^1.7.0", + "karma-webpack": "^5.0.0", "mocha": "^2.3.3", "phantomjs": "^1.9.18", "wallaby-webpack": "0.0.10",