From c74ec4ceaeed77076ca56f1b1bdf9dc5ab336b35 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 21 Jan 2020 21:39:33 +0000 Subject: [PATCH] fix: examples/using-drupal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KINDOF-537849 --- examples/using-drupal/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index 939000e514bef..e5c4a91e2f7c1 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,14 +5,14 @@ "version": "1.0.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^1.9.76", + "gatsby": "^2.0.0", "gatsby-image": "^1.0.16", "gatsby-link": "^1.6.23", "gatsby-plugin-glamor": "^1.6.8", "gatsby-plugin-google-analytics": "^1.0.11", "gatsby-plugin-offline": "latest", "gatsby-plugin-sharp": "^1.6.13", - "gatsby-source-drupal": "^2.0.1", + "gatsby-source-drupal": "^3.0.1", "gatsby-transformer-sharp": "^1.6.13", "gray-percentage": "^2.0.0", "lodash": "^4.16.4",