From 457a2263e841fabd662a7072834d3d5954acf765 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 01:54:39 +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-SHARP-5922108 --- guides/d3-dashboard/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/d3-dashboard/package.json b/guides/d3-dashboard/package.json index 4f6fa6b89791f..cf551e593512a 100644 --- a/guides/d3-dashboard/package.json +++ b/guides/d3-dashboard/package.json @@ -9,11 +9,11 @@ "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-google-analytics": "^2.1.19", "gatsby-plugin-lodash": "^3.1.10", - "gatsby-plugin-manifest": "^2.2.20", + "gatsby-plugin-manifest": "^5.10.0", "gatsby-plugin-nprogress": "^2.1.9", "gatsby-plugin-offline": "^3.0.11", "gatsby-plugin-react-helmet": "^3.1.10", - "gatsby-plugin-sharp": "^2.2.27", + "gatsby-plugin-sharp": "^5.10.0", "gatsby-plugin-sitemap": "^2.2.16", "gatsby-plugin-styled-components": "^3.1.9", "gatsby-plugin-twitter": "^2.1.9", @@ -25,7 +25,7 @@ "gatsby-remark-video": "keydunov/gatsby-remark-video", "gatsby-source-filesystem": "^2.1.28", "gatsby-transformer-remark": "^2.6.26", - "gatsby-transformer-sharp": "^2.2.19", + "gatsby-transformer-sharp": "^5.10.0", "gatsby-plugin-snowplow-tracker": "^1.0.1", "guides-base": "file:../guides-base", "lodash": "^4.17.11",