From 916de6c7bf02e78c2b7aa9af2899f43f348233f8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Nov 2022 06:18:54 +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-LOADERUTILS-3042992 --- .../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 f09c68b8ce64b..3b42147a188ef 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": "^3.0.0-next.0", + "gatsby": "^4.14.0", "prop-types": "^15.7.2", "react": "^18.2.0", "react-dom": "^18.2.0",