From 7b3d4beb7046cf4fe30701ac7af41681601a8cc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 07:32:46 +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-MINIMIST-559764 --- 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 f1b8ec42b4cd3..770f867742b5c 100644 --- a/examples/gatsbygram/package.json +++ b/examples/gatsbygram/package.json @@ -5,20 +5,20 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.52", + "gatsby": "^2.0.84", "gatsby-image": "^1.0.39", "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-offline": "^1.0.9", - "gatsby-plugin-sharp": "^1.6.8", + "gatsby-plugin-sharp": "^2.0.16", "gatsby-source-filesystem": "^1.5.2", "gatsby-transformer-json": "^1.0.8", "gatsby-transformer-sharp": "^1.6.8", "instagram-screen-scrape": "^2.0.0", "lodash": "^4.16.4", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "mousetrap": "^1.6.0", "progress": "^1.1.8", "prop-types": "^15.5.8",