From c6b808786c279a31176d0445fe9b5761a68b634a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Dec 2022 19:10:40 +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 2e8d72c..9b43f09 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "cookie-parser": "^1.4.0", "emotion": "^9.2.12", "express": "^4.15.2", - "file-loader": "^2.0.0", + "file-loader": "^6.0.0", "history": "^4.10.1", "immutable": "^3.7.6", "js-cookie": "^2.2.0", @@ -106,8 +106,8 @@ "split": "^1.0.1", "velocity-animate": "^1.5.2", "velocity-react": "1.4.1", - "webpack": "^4.28.1", - "webpack-cli": "3.3.5", + "webpack": "^5.0.0", + "webpack-cli": "4.0.0", "webpack-messages": "^2.0.4", "withstyles": "^1.0.3", "ws": "^7.3.1",