From c9eeec80555a52d59e87861ccc826d2a80a6a00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 07:22:42 +0000 Subject: [PATCH] chore(deps): bump @react-native-community/netinfo in /mobile Bumps [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) from 11.3.0 to 11.4.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/v11.3.0...v11.4.0) --- updated-dependencies: - dependency-name: "@react-native-community/netinfo" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 23c824be..c7c2de9c 100644 --- a/mobile/package-lock.json +++ b/mobile/package-lock.json @@ -9,7 +9,7 @@ "version": "0.7.0", "dependencies": { "@react-native-clipboard/clipboard": "^1.13.2", - "@react-native-community/netinfo": "^11.3.0", + "@react-native-community/netinfo": "^11.4.0", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3", @@ -4442,9 +4442,9 @@ "license": "MIT" }, "node_modules/@react-native-community/netinfo": { - "version": "11.3.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.3.0.tgz", - "integrity": "sha512-mR9iqUi0GzuC8ut+goI/lLkgG+a2OViI1mjSdXHKZnkfdJVjHblyWX3xoA8GE4GH8X4r0X/PNM3Vvyf2FH9mVg==", + "version": "11.4.0", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.4.0.tgz", + "integrity": "sha512-EGJByXkYebOfbflwcgdUO6hgUmVsE6RnRPHJ2Pp6M1mZX3YQkfotS7i1/TwTk4LpioyOePvEQwmy8PfW942Upg==", "peerDependencies": { "react-native": ">=0.59" } diff --git a/mobile/package.json b/mobile/package.json index 82a2b8da..137ec179 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@react-native-clipboard/clipboard": "^1.13.2", - "@react-native-community/netinfo": "^11.3.0", + "@react-native-community/netinfo": "^11.4.0", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3",