From 896dfab999ef825c59a334e6f51f47dcad8d7305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 18:54:53 +0000 Subject: [PATCH] Bump @react-native-community/netinfo from 10.0.0 to 11.1.0 in /mobile (#941) Bumps [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) from 10.0.0 to 11.1.0. - [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/v10.0.0...v11.1.0) --- updated-dependencies: - dependency-name: "@react-native-community/netinfo" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- mobile/package-lock.json | 8 ++++---- mobile/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mobile/package-lock.json b/mobile/package-lock.json index c6b5d15c..623cb36f 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -9,7 +9,7 @@ "version": "0.5.3", "dependencies": { "@react-native-clipboard/clipboard": "^1.12.1", - "@react-native-community/netinfo": "^10.0.0", + "@react-native-community/netinfo": "^11.1.0", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3", @@ -4096,9 +4096,9 @@ "license": "MIT" }, "node_modules/@react-native-community/netinfo": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-10.0.0.tgz", - "integrity": "sha512-cJZ7q85EY93xML1IYW7yi1+YGuYmha4EtMyJLoiZL0Bqwz7Jaie/zUiTlAJVzvHaGpaAIWQyF2cXEIf60JWoPw==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.0.tgz", + "integrity": "sha512-pIbCuqgrY7SkngAcjUs9fMzNh1h4soQMVw1IeGp1HN5//wox3fUVOuvyIubTscUbdLFKiltJAiuQek7Nhx1bqA==", "peerDependencies": { "react-native": ">=0.59" } diff --git a/mobile/package.json b/mobile/package.json index 46629606..7c7d0537 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@react-native-clipboard/clipboard": "^1.12.1", - "@react-native-community/netinfo": "^10.0.0", + "@react-native-community/netinfo": "^11.1.0", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3",