From 4ef13206e75a7405c6574656c94f58f1606564af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Nov 2022 05:39:42 +0000 Subject: [PATCH] fix: examples/using-sass/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-sass/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-sass/package.json b/examples/using-sass/package.json index 7b758910b4ecd..b91a312a648d4 100644 --- a/examples/using-sass/package.json +++ b/examples/using-sass/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-sass": "^2.3.13", "node-sass": "^4.14.1",