From 1d8c50cac73e6608d26f5ab1c69e84d687c7b453 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Nov 2022 08:13:13 +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 86d28f0ec9331..cc2939b8ba3fe 100644 --- a/examples/using-emotion/package.json +++ b/examples/using-emotion/package.json @@ -10,7 +10,7 @@ "emotion-server": "^10.0.9", "gatsby": "^2.3.25", "gatsby-plugin-emotion": "^4.0.6", - "gatsby-plugin-google-analytics": "^2.0.18", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.0.25", "gatsby-plugin-react-helmet": "^3.0.12", "react": "^16.8.6",