From aad46cb6d65b53d6d7744c561754751faad7d158 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 19:04:00 +0000 Subject: [PATCH] Bump node-fetch from 2.6.9 to 3.3.1 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.9 to 3.3.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.9...v3.3.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development 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 7c2c7221ab0..2fead1f1388 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "minimist": "^1.2.3", "mocha": "^10.0.0", "name-suggestion-index": "~6.0", - "node-fetch": "^2.6.1", + "node-fetch": "^3.3.1", "npm-run-all": "^4.0.0", "osm-community-index": "~5.5.0", "postcss": "^8.1.1",