From 197c09b12a524d29eb0f7885baaa4e1c2bc2ee43 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Nov 2022 09:48:47 +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 bc2508c8fd953..37ce686da0aa2 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -10,7 +10,7 @@ "emotion-server": "^10.0.27", "gatsby": "^2.24.63", "gatsby-plugin-emotion": "^4.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", "react": "^16.8.6",