From 54d827e62cf3cbe6e419251defd530a3fac06857 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 07:26:47 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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 5a739fcef98e5..464daf611bd22 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -113,7 +113,7 @@ "webpack": "^1.13.3", "webpack-configurator": "^0.3.0", "webpack-dev-middleware": "^1.8.4", - "webpack-dev-server": "^1.16.1", + "webpack-dev-server": "^4.0.0", "webpack-hot-middleware": "^2.13.2", "webpack-md5-hash": "0.0.5", "webpack-stats-plugin": "^0.1.4",