From 21d43f19fbe987a46e6f6b42666681fdc20485e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Dec 2020 03:02:21 +0000 Subject: [PATCH] fix: packages/gatsby/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CACHEBASE-1054631 --- packages/gatsby/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index bd729aa6a98e4..f77ec0118e85a 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -154,7 +154,7 @@ "util.promisify": "^1.0.1", "uuid": "3.4.0", "v8-compile-cache": "^1.1.2", - "webpack": "^4.44.1", + "webpack": "^5.0.0", "webpack-dev-middleware": "^3.7.2", "webpack-dev-server": "^3.11.0", "webpack-hot-middleware": "^2.25.0",