From 5fa3d3c9a7ed010f041610fce3f0aa070d0e3849 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jun 2022 10:28:13 +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-GOT-2932019 --- 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 2676faf5da327..ee3d2dd14e4c2 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -6,13 +6,13 @@ "author": "Kyle Mathews ", "dependencies": { "core-js": "^2.5.5", - "gatsby": "^2.0.0", + "gatsby": "^3.14.0", "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-offline": "^2.0.5", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^3.14.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-json": "^2.1.1",