From 131865a48ccfa1d32b4b4a7703a2bc22cacda75c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 13:02:40 +0000 Subject: [PATCH] chore(deps): bump native-fetch from 3.0.0 to 4.0.2 Bumps [native-fetch](https://github.com/achingbrain/native-fetch) from 3.0.0 to 4.0.2. - [Release notes](https://github.com/achingbrain/native-fetch/releases) - [Changelog](https://github.com/achingbrain/native-fetch/blob/master/CHANGELOG.md) - [Commits](https://github.com/achingbrain/native-fetch/compare/v3.0.0...v4.0.2) --- updated-dependencies: - dependency-name: native-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 7eca5c3..0dd7fd1 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "it-to-stream": "^1.0.0", "merge-options": "^3.0.4", "nanoid": "^3.1.20", - "native-fetch": "^3.0.0", + "native-fetch": "^4.0.2", "node-fetch": "^2.6.8", "react-native-fetch-api": "^3.0.0", "stream-to-it": "^0.2.2"