From ba29709e107463d0f31d24f49abe3a3505758f97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 20:01:52 +0000 Subject: [PATCH] fix: integration-tests/gatsby-cli/gatsby-sites/gatsby-build-errors/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-3136336 --- .../gatsby-cli/gatsby-sites/gatsby-build-errors/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gatsby-cli/gatsby-sites/gatsby-build-errors/package.json b/integration-tests/gatsby-cli/gatsby-sites/gatsby-build-errors/package.json index a8162be073155..3775a4ed728c2 100644 --- a/integration-tests/gatsby-cli/gatsby-sites/gatsby-build-errors/package.json +++ b/integration-tests/gatsby-cli/gatsby-sites/gatsby-build-errors/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.23.11", + "gatsby": "^5.4.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",