From 2c2b816d10e91d025f0a7feb9ecf945d6435af66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 02:17:24 +0000 Subject: [PATCH] fix: www/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- www/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/package.json b/www/package.json index 9e39d76d17a19..c812da257dafd 100644 --- a/www/package.json +++ b/www/package.json @@ -6,12 +6,12 @@ "dependencies": { "bluebird": "^3.5.1", "email-validator": "^1.1.1", - "gatsby": "^1.9.225", + "gatsby": "^2.0.84", "gatsby-image": "^1.0.41", "gatsby-link": "^1.6.38", "gatsby-plugin-canonical-urls": "^1.0.15", "gatsby-plugin-catch-links": "^1.0.19", - "gatsby-plugin-feed": "^1.3.19", + "gatsby-plugin-feed": "^2.1.0", "gatsby-plugin-glamor": "^1.6.13", "gatsby-plugin-google-analytics": "^1.0.20", "gatsby-plugin-lodash": "^1.0.11", @@ -21,13 +21,13 @@ "gatsby-plugin-offline": "^1.0.15", "gatsby-plugin-react-helmet": "^2.0.7", "gatsby-plugin-react-next": "^1.0.11", - "gatsby-plugin-sharp": "^1.6.40", + "gatsby-plugin-sharp": "^2.0.16", "gatsby-plugin-sitemap": "^1.2.15", "gatsby-plugin-twitter": "^1.0.19", "gatsby-plugin-typography": "^1.7.17", "gatsby-remark-autolink-headers": "^1.4.13", "gatsby-remark-copy-linked-files": "^1.5.30", - "gatsby-remark-images": "^1.5.56", + "gatsby-remark-images": "^2.0.1", "gatsby-remark-prismjs": "^1.2.17", "gatsby-remark-responsive-iframe": "^1.4.18", "gatsby-remark-smartypants": "^1.4.12",