From 3fe6b6749a90fb2078e6ce7f52c15b1c5c7d70c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:31: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-ANSIREGEX-1583908 --- 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 5f4eb36c390e3..631e964f2b068 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -61,7 +61,7 @@ "flat": "^4.0.0", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.4.1", + "gatsby-cli": "^4.6.0", "gatsby-link": "^2.0.0-rc.4", "gatsby-plugin-page-creator": "^2.0.0", "gatsby-react-router-scroll": "^2.0.0",