From 88f9f852291ced468b6e89108684ffa7195e339b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 23:38:44 +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-6124857 --- 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..164a2d4c75090 --- 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.3", "gatsby": "^2.0.0", "react": "^16.5.1", "react-dom": "^16.5.1"