From c1b4f45e041321b0082a74836b22153da7f53d62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:36:36 +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-ANSIHTML-1296849 --- 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 08e8af6e82bb9..fcebc76c149b3 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.0.0", + "gatsby": "^3.5.0", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-google-analytics": "^2.0.5",