From 43283ee4dc49230345f01204aca78b7200dbc548 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 21:17:01 +0000 Subject: [PATCH] fix: examples/using-styled-jsx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- examples/using-styled-jsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-styled-jsx/package.json b/examples/using-styled-jsx/package.json index d88ec7ccd28d2..7c29b33f9add2 100644 --- a/examples/using-styled-jsx/package.json +++ b/examples/using-styled-jsx/package.json @@ -4,7 +4,7 @@ "description": "Gatsby example site using using-styled-jsx", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.5.0", "gatsby-plugin-styled-jsx": "^3.0.1", "react": "^16.2.0", "react-dom": "^16.2.0",