From 87a9e1e75208dc51cb8c144a7385f1e44f818cff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 00:44:03 +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-1038255 --- 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 f43276962c5fd..663d376eaf6e2 --- 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.21.1", "gatsby": "next", "react": "^16.5.1", "react-dom": "^16.5.1"