From 6fd1889bfd0bd258e5d57429351d9a44216c4245 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 00:57:30 +0000 Subject: [PATCH] fix: examples/using-local-plugins/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- examples/using-local-plugins/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/using-local-plugins/package.json diff --git a/examples/using-local-plugins/package.json b/examples/using-local-plugins/package.json old mode 100755 new mode 100644 index 75b0b134035e0..30a2815323e89 --- a/examples/using-local-plugins/package.json +++ b/examples/using-local-plugins/package.json @@ -9,7 +9,7 @@ "serve": "gatsby serve" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^0.20.0", "gatsby": "^2.0.0", "react": "^16.5.1", "react-dom": "^16.5.1"