From f0493628c278938c750e2f5f8210b32f7c7f020a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 19:18:15 +0000 Subject: [PATCH] fix: examples/using-csv/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-csv/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-csv/package.json b/examples/using-csv/package.json index 814315cfb955b..5cb471450863b 100644 --- a/examples/using-csv/package.json +++ b/examples/using-csv/package.json @@ -5,7 +5,7 @@ "author": "Sonal Saldanha ", "dependencies": { "gatsby": "^2.24.63", - "gatsby-plugin-google-analytics": "^2.3.14", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-csv": "^2.3.11", "react": "^16.4.0",