From 6f2d281aa806af8885d190e3735084fdc51d88c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Nov 2022 22:13:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88e288d..ad09c3c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "immutable": "^3.8.1", "jest": "^26.0.0", "ts-jest": "^25.3.0", - "webpack": "^4.0.0" + "webpack": "^5.0.0" }, "devDependencies": { "coveralls": "^2.12.0",