From e912f3f8f414cfe7ac3374818ae93f873af175b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 23:32:54 +0000 Subject: [PATCH] fix: examples/using-gatsby-without-graphql/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- examples/using-gatsby-without-graphql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/using-gatsby-without-graphql/package.json diff --git a/examples/using-gatsby-without-graphql/package.json b/examples/using-gatsby-without-graphql/package.json old mode 100755 new mode 100644 index 75b0b134035e0..f5e34a141393e --- a/examples/using-gatsby-without-graphql/package.json +++ b/examples/using-gatsby-without-graphql/package.json @@ -9,7 +9,7 @@ "serve": "gatsby serve" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^1.6.0", "gatsby": "^2.0.0", "react": "^16.5.1", "react-dom": "^16.5.1"