From 2c89292aba94c395819daea1836bbf5f54fcf2ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 May 2022 16:07:50 +0000 Subject: [PATCH] fix: examples/gatsbygram/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- examples/gatsbygram/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gatsbygram/package.json b/examples/gatsbygram/package.json index 77b0b3d69e7bc..6525270a8cdaa 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -10,13 +10,13 @@ "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5", - "gatsby-plugin-manifest": "^2.0.2", + "gatsby-plugin-manifest": "^4.8.0", "gatsby-plugin-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.8.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-json": "^2.1.1", - "gatsby-transformer-sharp": "^2.1.1", + "gatsby-transformer-sharp": "^4.8.0", "glamor": "^2.20.40", "instagram-screen-scrape": "^2.0.0", "lodash": "^4.17.10",