From 23244d5d55b9fd18ca2e334265282d960137686a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 17:44:17 +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-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- .../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 261811ae202f4..b7c69945e1a15 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": "^3.0.0-next.0", + "gatsby": "^5.14.0", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0",