From ff9fc39ac08af88aa25a91dd33b0bc8a66e20f9c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 09:30:19 +0000 Subject: [PATCH] fix: examples/using-emotion/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-emotion/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-emotion/package.json b/examples/using-emotion/package.json index b5393e431368a..52e9f17f7d757 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -8,7 +8,7 @@ "emotion-server": "^9.1.3", "gatsby": "^2.0.0", "gatsby-plugin-emotion": "^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-react-helmet": "^3.0.0", "react": "^16.4.0",