From 2c1f5904c9365d27d2df3d17157a838b43968065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:13:09 +0000 Subject: [PATCH] Bump node-fetch from 2.6.7 to 3.2.10 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.2.10. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.7...v3.2.10) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b0247c..d0fe692 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Client for the external database system. You can use this instead of making your own requests.", "main": "index.js", "dependencies": { - "node-fetch": "^2.6.1" + "node-fetch": "^3.2.10" }, "devDependencies": {}, "scripts": {