From 71339376d5fff25e74d1575553b80f024bd3b67f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Nov 2022 17:56:09 +0000 Subject: [PATCH] fix: examples/using-styled-components/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-styled-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-styled-components/package.json b/examples/using-styled-components/package.json index cf534a3ba6b3b..da667bd0aa80a 100644 --- a/examples/using-styled-components/package.json +++ b/examples/using-styled-components/package.json @@ -7,7 +7,7 @@ "dependencies": { "babel-plugin-styled-components": "^1.8.0", "gatsby": "^2.0.0", - "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", "gatsby-plugin-styled-components": "^3.0.0",