From 7f47779a8013a7f251f2b9142a1be84784ca6a8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 26 May 2023 18:59:01 +0000 Subject: [PATCH] fix: integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-5596892 --- .../gatsby-cli/gatsby-sites/gatsby-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json b/integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json index fe6e9a80e5452..4511345cd4a48 100644 --- a/integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json +++ b/integration-tests/gatsby-cli/gatsby-sites/gatsby-plugin/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^3.0.0-next.0", + "gatsby": "^4.25.4", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0",