From 26b04d170962f0c2485d86e5f4b5c5f92f72d249 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Sep 2021 02:39:58 +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-ANSIREGEX-1583908 --- 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 5a739fcef98e5..cff1449361c95 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -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.8.13", "gatsby-link": "^1.6.40", "gatsby-module-loader": "^1.0.11", "gatsby-react-router-scroll": "^1.0.14", @@ -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",