From e24e3635b01feb1ad9c97eeb15f62e33225fed79 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 09:18:34 +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-YAML-5458867 --- 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 5c1d11992e123..3bbace260686f 100644 --- a/examples/using-styled-components/package.json +++ b/examples/using-styled-components/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "babel-plugin-styled-components": "^1.10.0", - "gatsby": "^2.0.91", + "gatsby": "^4.25.2", "gatsby-plugin-google-analytics": "^2.0.10", "gatsby-plugin-offline": "^2.0.21", "gatsby-plugin-react-helmet": "^3.0.5",