From eda94a2ca9ef41e049412732dd774a981dee5964 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 01:17:36 +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-AXIOS-6144788 --- 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 204f82960ebae..38808a5e7ac7f 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -58,7 +58,7 @@ "flat": "^4.0.0", "friendly-errors-webpack-plugin": "^1.6.1", "fs-extra": "^5.0.0", - "gatsby-cli": "^2.4.5", + "gatsby-cli": "^4.5.0", "gatsby-link": "^2.0.6", "gatsby-plugin-page-creator": "^2.0.4", "gatsby-react-router-scroll": "^2.0.1",