From b9b8a01fea78bf3cfad704c88e4d4f46c174f5d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 16:42:08 +0000 Subject: [PATCH] fix: examples/using-glamor/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-glamor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-glamor/package.json b/examples/using-glamor/package.json index ae3c1ec6da4e2..78f88142adf07 100644 --- a/examples/using-glamor/package.json +++ b/examples/using-glamor/package.json @@ -7,7 +7,7 @@ "dependencies": { "gatsby": "^2.0.0", "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-typography": "^2.2.0", "glamor": "^2.20.40",