From 06b3c82d73b53fd271fbe9334a5cc306e19fc330 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Jan 2024 01:54:45 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index eb607f9f3328b..3988179a00e09 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "^2.24.0", "address": "1.1.2", "autoprefixer": "^9.8.4", - "axios": "^0.20.0", + "axios": "^1.6.4", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", @@ -76,7 +76,7 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^2.12.111", + "gatsby-cli": "^4.5.0", "gatsby-core-utils": "^1.3.23", "gatsby-graphiql-explorer": "^0.4.15", "gatsby-legacy-polyfills": "^0.0.5",