From 08ca3f5539526c046ad3adbb9d3298a46d0ba78f Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 10 Jul 2019 21:43:06 +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-LODASH-450202 --- examples/using-drupal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-drupal/package.json b/examples/using-drupal/package.json index 939000e514bef..e6332e58eaea9 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -5,7 +5,7 @@ "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",