From 0871044ff3bed013c828e8bd4eb61ffe46f1e314 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 19:54:02 +0000 Subject: [PATCH] fix: examples/using-stylus/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-stylus/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-stylus/package.json b/examples/using-stylus/package.json index 2323445a1e3b3..e87a4313be8f0 100644 --- a/examples/using-stylus/package.json +++ b/examples/using-stylus/package.json @@ -12,7 +12,7 @@ "license": "MIT", "dependencies": { "gatsby": "^2.24.63", - "gatsby-plugin-google-analytics": "^2.3.14", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-stylus": "^2.3.11", "gatsby-plugin-typography": "^2.5.11",