From 58b56e00b11c6c20f62e83c34ebbc9b2cf14d843 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Aug 2021 20:23:25 +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-TAR-1536758 --- examples/gatsbygram/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/gatsbygram/package.json b/examples/gatsbygram/package.json index f1b8ec42b4cd3..96e053b14fd85 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -10,9 +10,9 @@ "gatsby-link": "^1.6.20", "gatsby-plugin-glamor": "^1.6.8", "gatsby-plugin-google-analytics": "^1.0.8", - "gatsby-plugin-manifest": "^1.0.8", + "gatsby-plugin-manifest": "^2.3.1", "gatsby-plugin-offline": "^1.0.9", - "gatsby-plugin-sharp": "^1.6.8", + "gatsby-plugin-sharp": "^2.5.1", "gatsby-source-filesystem": "^1.5.2", "gatsby-transformer-json": "^1.0.8", "gatsby-transformer-sharp": "^1.6.8",