From d90765b6dddaa70f0dfa82e21139aee78d5637c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 20:07:56 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 eba488642eedd..f774010e5f0d9 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": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-image": "^2.4.19", "gatsby-plugin-glamor": "^2.3.11", "gatsby-plugin-google-analytics": "^2.3.14",