From 689734294b0f3e3d3ff9bb62b98f61338020f024 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 18:10:29 +0000 Subject: [PATCH] fix: examples/no-trailing-slashes/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/no-trailing-slashes/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/no-trailing-slashes/package.json b/examples/no-trailing-slashes/package.json index 442107359cbe4..2d79f979ecfc9 100644 --- a/examples/no-trailing-slashes/package.json +++ b/examples/no-trailing-slashes/package.json @@ -6,7 +6,7 @@ "author": "Scotty Eckenthal ", "dependencies": { "gatsby": "^2.0.0", - "gatsby-plugin-google-analytics": "^2.0.5", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.0.5", "lodash": "^4.17.10", "react": "^16.4.0",