From b49d7160492977553e31cfa2611e9dd4dd24b646 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Apr 2023 03:47:30 +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-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-HTTPCACHESEMANTICS-3248783 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- examples/using-styled-components/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-styled-components/package.json b/examples/using-styled-components/package.json index 5c1d11992e123..b5cc3d546537a 100644 --- a/examples/using-styled-components/package.json +++ b/examples/using-styled-components/package.json @@ -6,8 +6,8 @@ "author": "Kyle Mathews ", "dependencies": { "babel-plugin-styled-components": "^1.10.0", - "gatsby": "^2.0.91", - "gatsby-plugin-google-analytics": "^2.0.10", + "gatsby": "^5.0.0", + "gatsby-plugin-google-analytics": "^5.1.0", "gatsby-plugin-offline": "^2.0.21", "gatsby-plugin-react-helmet": "^3.0.5", "gatsby-plugin-styled-components": "^3.0.4",