From df8e179b94ebfaad4843d5cc138d2abe616e436a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Oct 2023 01:33:17 +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-POSTCSS-5926692 --- guides/d3-dashboard/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/d3-dashboard/package.json b/guides/d3-dashboard/package.json index 4f6fa6b89791f..60f7669a2a2a7 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": "^3.0.0", "gatsby-image": "^2.2.23", "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-google-analytics": "^2.1.19", @@ -24,7 +24,7 @@ "gatsby-remark-responsive-iframe": "^2.2.20", "gatsby-remark-video": "keydunov/gatsby-remark-video", "gatsby-source-filesystem": "^2.1.28", - "gatsby-transformer-remark": "^2.6.26", + "gatsby-transformer-remark": "^6.0.0", "gatsby-transformer-sharp": "^2.2.19", "gatsby-plugin-snowplow-tracker": "^1.0.1", "guides-base": "file:../guides-base",