From 829023a204b99138b3cce788b8e111ee2599135c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 19:58:36 +0000 Subject: [PATCH] fix: examples/using-cxs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-cxs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-cxs/package.json b/examples/using-cxs/package.json index 0ab5a120fa870..a6d598e887d55 100644 --- a/examples/using-cxs/package.json +++ b/examples/using-cxs/package.json @@ -8,7 +8,7 @@ "cxs": "^6.2.0", "gatsby": "^2.24.63", "gatsby-plugin-cxs": "^2.3.11", - "gatsby-plugin-google-analytics": "^2.3.14", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-typography": "^2.5.11",