From 9b3b7201c6cae733cdfe9cda84b78501699892b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 19:58:29 +0000 Subject: [PATCH] fix: guides/d3-dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- guides/d3-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/d3-dashboard/package.json b/guides/d3-dashboard/package.json index 4f6fa6b89791f..30986d3103794 100644 --- a/guides/d3-dashboard/package.json +++ b/guides/d3-dashboard/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "author": "Statsbot, Inc.", "dependencies": { - "gatsby": "^2.15.28", + "gatsby": "^2.31.0", "gatsby-image": "^2.2.23", "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-google-analytics": "^2.1.19",