From 35d705b5e424e5bffa12da0661a6aa8bd66966a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Jan 2021 22:57:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CACHEBASE-1054631 --- 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",