From 7c12f02418b6fe9b54f98ac683953fa5008a7a9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Dec 2022 19:29:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index db7e627e39..a252def6d5 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": "^5.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": "^2.0.0", "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": "^5.0.0" } }