From 50bdcb30216279e55be0ab92e88200857039d0a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Jul 2024 08:53:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- 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" } }