diff --git a/mobile/package-lock.json b/mobile/package-lock.json index 6abc4f27..357514ec 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": "^11.1.0", + "@react-native-community/netinfo": "^11.1.1", "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": "11.1.0", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.0.tgz", - "integrity": "sha512-pIbCuqgrY7SkngAcjUs9fMzNh1h4soQMVw1IeGp1HN5//wox3fUVOuvyIubTscUbdLFKiltJAiuQek7Nhx1bqA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.1.tgz", + "integrity": "sha512-AoIcGL7WeXobSxMUz0ukXXCaQgIReR3xLfZJ/GTd3HN/iceuN6UvqAddfjxgqQWMcb6t2SfrjQnbUPfvattp/A==", "peerDependencies": { "react-native": ">=0.59" } diff --git a/mobile/package.json b/mobile/package.json index e0dca7ff..d84d1673 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": "^11.1.0", + "@react-native-community/netinfo": "^11.1.1", "react": "18.2.0", "react-native": "^0.71.8", "react-native-encrypted-storage": "^4.0.3",