diff --git a/mobile/package-lock.json b/mobile/package-lock.json index fae98e06..2e46e65f 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.13.2", - "@react-native-community/netinfo": "^11.2.0", + "@react-native-community/netinfo": "^11.2.1", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3", @@ -4182,9 +4182,9 @@ "license": "MIT" }, "node_modules/@react-native-community/netinfo": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.2.0.tgz", - "integrity": "sha512-Zpq8/BTBUUI4kito41VUtn/dGQZU1/SCNHvPZkjlUo41Mec38z13ntxeaIC+2LP5Dw0xKpZ/Lql47BZeXk+Ocg==", + "version": "11.2.1", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.2.1.tgz", + "integrity": "sha512-n9kgmH7vLaU7Cdo8vGfJGGwhrlgppaOSq5zKj9I7H4k5iRM3aNtwURw83mgrc22Ip7nSye2afZV2xDiIyvHttQ==", "peerDependencies": { "react-native": ">=0.59" } diff --git a/mobile/package.json b/mobile/package.json index af40d706..fab4864c 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.2.0", + "@react-native-community/netinfo": "^11.2.1", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3",