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 3f94d31be09b0..1e6073ef820ed --- 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": "^1.6.3", "gatsby": "^2.24.63", "react": "^16.5.1", "react-dom": "^16.5.1"