From 104d1422fe7f13a78b9d5e8ab0f1ebb2a665fd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:58:59 +0000 Subject: [PATCH] Bump @react-native-community/netinfo from 11.1.0 to 11.3.1 Bumps [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) from 11.1.0 to 11.3.1. - [Release notes](https://github.com/react-native-netinfo/react-native-netinfo/releases) - [Changelog](https://github.com/react-native-netinfo/react-native-netinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-native-netinfo/react-native-netinfo/compare/v11.1.0...v11.3.1) --- updated-dependencies: - dependency-name: "@react-native-community/netinfo" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31ce77dc..ee9d75ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "AGPL-3.0-only", "dependencies": { "@cashu/cashu-ts": "^0.9.0", - "@react-native-community/netinfo": "11.1.0", + "@react-native-community/netinfo": "11.3.1", "@react-navigation/core": "^6.4.16", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.9.26", @@ -6504,9 +6504,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@react-native-community/netinfo": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.0.tgz", - "integrity": "sha512-pIbCuqgrY7SkngAcjUs9fMzNh1h4soQMVw1IeGp1HN5//wox3fUVOuvyIubTscUbdLFKiltJAiuQek7Nhx1bqA==", + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.3.1.tgz", + "integrity": "sha512-UBnJxyV0b7i9Moa97Av+HKho1ByzX0DtbJXzUQS5E3xhQs6P2D/Os0iw3ouy7joY1TVd6uIhplPbr7l1SJNaNQ==", "peerDependencies": { "react-native": ">=0.59" } @@ -28279,9 +28279,9 @@ } }, "@react-native-community/netinfo": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.0.tgz", - "integrity": "sha512-pIbCuqgrY7SkngAcjUs9fMzNh1h4soQMVw1IeGp1HN5//wox3fUVOuvyIubTscUbdLFKiltJAiuQek7Nhx1bqA==", + "version": "11.3.1", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.3.1.tgz", + "integrity": "sha512-UBnJxyV0b7i9Moa97Av+HKho1ByzX0DtbJXzUQS5E3xhQs6P2D/Os0iw3ouy7joY1TVd6uIhplPbr7l1SJNaNQ==", "requires": {} }, "@react-native/assets-registry": { diff --git a/package.json b/package.json index d698bab5..c0cb5b3c 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@cashu/cashu-ts": "^0.9.0", - "@react-native-community/netinfo": "11.1.0", + "@react-native-community/netinfo": "11.3.1", "@react-navigation/core": "^6.4.16", "@react-navigation/native": "^6.1.17", "@react-navigation/native-stack": "^6.9.26",