From b8bf0006c095c4131367852da8d3c75bd79ae572 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 21:54:07 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index 5a739fcef98e5..ff26e1199638a 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -34,7 +34,7 @@ "copyfiles": "^1.2.0", "core-js": "^2.5.0", "css-loader": "^0.26.1", - "debug": "^2.6.0", + "debug": "^3.1.0", "del": "^3.0.0", "detect-port": "^1.2.1", "devcert-san": "^0.3.3", @@ -50,7 +50,7 @@ "fs-extra": "^4.0.1", "gatsby-1-config-css-modules": "^1.0.11", "gatsby-1-config-extract-plugin": "^1.0.3", - "gatsby-cli": "^1.1.50", + "gatsby-cli": "^2.4.7", "gatsby-link": "^1.6.40", "gatsby-module-loader": "^1.0.11", "gatsby-react-router-scroll": "^1.0.14", @@ -88,7 +88,7 @@ "postcss-reporter": "^1.4.1", "raw-loader": "^0.5.1", "react": "^15.6.0", - "react-dev-utils": "^4.2.1", + "react-dev-utils": "^7.0.2", "react-dom": "^15.6.0", "react-error-overlay": "^3.0.0", "react-hot-loader": "^3.0.0-beta.6", @@ -97,7 +97,7 @@ "redux": "^3.6.0", "relay-compiler": "1.4.1", "remote-redux-devtools": "^0.5.7", - "serve": "^6.4.0", + "serve": "^7.0.0", "shallow-compare": "^1.2.2", "sift": "^3.2.6", "signal-exit": "^3.0.2",