From 7c0b7faa1f567657a1224b097852d58baaaf3a7f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Feb 2024 23:38:39 +0000 Subject: [PATCH] fix: packages/gatsby-cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3023021 - https://snyk.io/vuln/SNYK-JS-PARSEURL-3024398 --- packages/gatsby-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index 6b441d6e808fc..87b1ce3e85ce7 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -24,7 +24,7 @@ "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", "gatsby-core-utils": "^1.3.23", - "gatsby-recipes": "^0.2.33", + "gatsby-recipes": "^1.4.0", "gatsby-telemetry": "^1.3.38", "hosted-git-info": "^3.0.6", "ink": "^2.7.1",