From 65dbedb4bc96f7a4bfc8a6db38125532ae46eb7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 11:17:06 +0000 Subject: [PATCH] chore(deps): bump native-fetch from 3.0.0 to 4.0.0 Bumps [native-fetch](https://github.com/achingbrain/native-fetch) from 3.0.0 to 4.0.0. - [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.0) --- 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 83605a3..4c8df2e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "merge-options": "^3.0.4", "nanoid": "^3.1.20", "native-abort-controller": "^1.0.3", - "native-fetch": "^3.0.0", + "native-fetch": "^4.0.0", "node-fetch": "https://registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz", "react-native-fetch-api": "^2.0.0", "stream-to-it": "^0.2.2"