From a2276b9b4896a5a9c6a38e79911c8fe6fb678314 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Dec 2020 02:05:03 +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 5f4eb36c390e3..a59cd6fa7ada1 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -117,7 +117,7 @@ "url-loader": "^1.0.1", "uuid": "^3.1.0", "v8-compile-cache": "^1.1.0", - "webpack": "^4.12.0", + "webpack": "^5.0.0", "webpack-dev-middleware": "^3.0.1", "webpack-dev-server": "^3.1.1", "webpack-hot-middleware": "^2.21.0",