From 7995dbd8a15f43fda900cec5c7c2abb63f30714c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 22:50:59 +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 5f4eb36c390e3..25142cfd31baf 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.5.0", "gatsby-link": "^2.0.0-rc.4", "gatsby-plugin-page-creator": "^2.0.0", "gatsby-react-router-scroll": "^2.0.0",