From 4021f58492bbdc0beac0c756642288f993a0c207 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Mar 2024 01:13:36 +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-6444610 --- 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..1be41f3d75b54 --- 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.21.1", "gatsby": "^2.0.0", "react": "^16.5.1", "react-dom": "^16.5.1"