From 340d8d3fd1bba035fad92f972dab6e567bafb672 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 19:31:34 +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-MINIMATCH-3050818 --- 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..98bbe8b82d43e 100644 --- a/examples/using-drupal/package.json +++ b/examples/using-drupal/package.json @@ -8,7 +8,7 @@ "gatsby": "^2.0.0", "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", - "gatsby-plugin-google-analytics": "^2.0.5", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-sharp": "^2.0.5", "gatsby-plugin-typography": "^2.2.0",