From 888a55fd3a00af4e95096a167b3b0aedf5e024fa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jun 2021 20:09:50 +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-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 939000e514bef..1f4aece712901 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.19.25", "gatsby-image": "^1.0.16", "gatsby-link": "^1.6.23", "gatsby-plugin-glamor": "^1.6.8",