From e4a05056570b3f53db4a3f6d2999957dc20dc5c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 02:17:35 +0000 Subject: [PATCH] fix: integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YAML-5458867 --- .../gatsby-cli/gatsby-sites/gatsby-repl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json b/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json index 76cd980eee2e9..0300cd1b7e4d5 100644 --- a/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json +++ b/integration-tests/gatsby-cli/gatsby-sites/gatsby-repl/package.json @@ -5,7 +5,7 @@ "version": "0.1.0", "author": "Kyle Mathews ", "dependencies": { - "gatsby": "^2.19.45", + "gatsby": "^4.25.2", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",