From 2b6138931a0a4d0d7ff1aa931cd570105372ce2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:15:52 +0000 Subject: [PATCH] chore(deps): bump native-fetch from 3.0.0 to 4.0.1 Bumps [native-fetch](https://github.com/achingbrain/native-fetch) from 3.0.0 to 4.0.1. - [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.1) --- 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..14a9d52 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.1", "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"