From 7bffa72b70d44e4c881e7d37aa7293c0f73b516b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 May 2022 04:28:55 +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-SHELLQUOTE-1766506 --- 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 3f94d31be09b0..6eda3d5ae3179 --- a/examples/using-gatsby-without-graphql/package.json +++ b/examples/using-gatsby-without-graphql/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "axios": "^0.20.0", - "gatsby": "^2.24.63", + "gatsby": "^4.14.0", "react": "^16.5.1", "react-dom": "^16.5.1" },