From 8feb955d9e1dbb8dd0d5ba3388148da2fbb21dc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 May 2024 00:51: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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/gatsby/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index eb607f9f3328b..aaccef963d009 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -31,7 +31,7 @@ "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", - "babel-plugin-add-module-exports": "^0.3.3", + "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "3.3.4", "babel-plugin-remove-graphql-queries": "^2.9.20", @@ -76,7 +76,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.111", + "gatsby-cli": "^4.5.0", "gatsby-core-utils": "^1.3.23", "gatsby-graphiql-explorer": "^0.4.15", "gatsby-legacy-polyfills": "^0.0.5", @@ -149,9 +149,9 @@ "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-dev-server": "^4.0.0", "webpack-hot-middleware": "^2.25.0", "webpack-merge": "^4.2.2", "webpack-stats-plugin": "^0.3.2",