From 86c51b92e597b23db0fd3259debf0c3403d57967 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 04:27:03 +0000 Subject: [PATCH] fix: integration-tests/ssr/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- integration-tests/ssr/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/ssr/package.json b/integration-tests/ssr/package.json index e221a38cc7d18..707d50b6c62f3 100644 --- a/integration-tests/ssr/package.json +++ b/integration-tests/ssr/package.json @@ -7,7 +7,7 @@ "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { - "gatsby": "^3.0.0-next.0", + "gatsby": "^5.0.0", "gatsby-plugin-postcss": "^3.3.0", "react": "^16.12.0", "react-dom": "^16.12.0",