From 7384b36e554e2c9f6bddadb4ab34121245097f52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 00:05:02 +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-DEBUG-3227433 --- packages/gatsby/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index eb607f9f3328b..987f46738cfd4 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -125,7 +125,7 @@ "prop-types": "^15.7.2", "query-string": "^6.13.1", "raw-loader": "^0.5.1", - "react-dev-utils": "^4.2.3", + "react-dev-utils": "^7.0.2", "react-error-overlay": "^6.0.7", "react-hot-loader": "^4.12.21", "react-refresh": "^0.8.3", @@ -149,7 +149,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",