From fe154659def63f190d9335cf0439f0660aeadff4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 22:29:01 +0000 Subject: [PATCH] fix: examples/using-gatsby-image/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- examples/using-gatsby-image/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-gatsby-image/package.json b/examples/using-gatsby-image/package.json index 4abd96afe7355..b6b7cce7be387 100644 --- a/examples/using-gatsby-image/package.json +++ b/examples/using-gatsby-image/package.json @@ -4,12 +4,12 @@ "description": "Gatsby example site using using-gatsby-image", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.77", + "gatsby": "^2.0.84", "gatsby-image": "^1.0.14", "gatsby-link": "^1.6.23", "gatsby-plugin-glamor": "^1.6.7", "gatsby-plugin-netlify": "^1.0.0", - "gatsby-plugin-sharp": "^1.6.10", + "gatsby-plugin-sharp": "^2.0.16", "gatsby-plugin-typography": "^1.7.10", "gatsby-source-filesystem": "^1.5.1", "gatsby-transformer-sharp": "^1.6.12",