From 1565f238aa997ce61765296801d708178efcc7e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 02:47:16 +0000 Subject: [PATCH] fix: packages/gatsby-source-coda/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 --- packages/gatsby-source-coda/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-source-coda/package.json b/packages/gatsby-source-coda/package.json index 8d38c5b1d..3ce485353 100644 --- a/packages/gatsby-source-coda/package.json +++ b/packages/gatsby-source-coda/package.json @@ -3,7 +3,7 @@ "version": "0.0.6", "private": true, "dependencies": { - "node-fetch": "^2.6.0", + "node-fetch": "^2.6.7", "query-string": "^6.8.3" } }