From 02c6454e03983d879faebf51bfe0e1a6a6aaacf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 25 Aug 2025 07:24:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db7e627e39..7cbb8249f3 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "sinon-chai": "^2.8.0", "style-loader": "^0.13.1", "superagent": "^2.2.0", - "webpack": "^1.13.2", + "webpack": "^2.2.0", "webpack-dev-middleware": "^1.7.0", "webpack-hot-middleware": "=2.12.2" }, @@ -108,6 +108,6 @@ "react-dom": ">=15.3.1", "tlds": "1.159.0", "union-class-names": "^1.0.0", - "webpack": "^1.13.2" + "webpack": "^2.2.0" } }