From 4e6ef9b374f3db096d2df7a9775017658d17646b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Nov 2022 20:26:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index db7e627e39..93dff47abc 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": "^3.0.0", "webpack-dev-middleware": "^1.7.0", "webpack-hot-middleware": "=2.12.2" }, @@ -101,13 +101,13 @@ "find-with-regex": "^1.0.2", "immutable": "^3.8.1", "linkify-it": "2.0.0", - "loader-utils": "^0.2.15", + "loader-utils": "^1.4.2", "lodash.escaperegexp": "^4.1.2", "lodash.keys": "^4.2.0", "react": ">=15.3.1", "react-dom": ">=15.3.1", "tlds": "1.159.0", "union-class-names": "^1.0.0", - "webpack": "^1.13.2" + "webpack": "^3.0.0" } }