From d3fe70edfca338e56e93b7702c7f758b01ac2db5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Mar 2024 18:47:11 +0000 Subject: [PATCH] fix: upgrade axios from 0.20.0 to 0.28.0 Snyk has created this PR to upgrade axios from 0.20.0 to 0.28.0. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/1a46d149-ab98-4a71-82af-232ad805f920?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 370d35b9b988a..361cceb301f82 --- 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.20.0", + "axios": "^0.28.0", "gatsby": "next", "react": "^18.2.0", "react-dom": "^18.2.0"