From 5eba039778f4c444ccdc94e301b6e4d37d20c87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:25:10 +0000 Subject: [PATCH] Bump node-fetch from 2.6.0 to 2.6.7 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 69e5acdcc96..919011d7465 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "ws": "7.2.0", "commander": "4.0.1", "zlib": "1.0.5", - "node-fetch": "2.6.0", + "node-fetch": "2.6.7", "util": "^0.12.3" } }