Bump @react-native-community/netinfo from 11.1.0 to 11.1.1 in /mobile (#980)

Bumps [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) from 11.1.0 to 11.1.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.1.1)

---
updated-dependencies:
- dependency-name: "@react-native-community/netinfo"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-12-02 10:40:13 +00:00
committed by GitHub
parent 5eb9ae7c4d
commit f6b0d34264
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"version": "0.5.3", "version": "0.5.3",
"dependencies": { "dependencies": {
"@react-native-clipboard/clipboard": "^1.12.1", "@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": "18.2.0",
"react-native": "^0.71.8", "react-native": "^0.71.8",
"react-native-encrypted-storage": "^4.0.3", "react-native-encrypted-storage": "^4.0.3",
@ -4096,9 +4096,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@react-native-community/netinfo": { "node_modules/@react-native-community/netinfo": {
"version": "11.1.0", "version": "11.1.1",
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.0.tgz", "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.1.1.tgz",
"integrity": "sha512-pIbCuqgrY7SkngAcjUs9fMzNh1h4soQMVw1IeGp1HN5//wox3fUVOuvyIubTscUbdLFKiltJAiuQek7Nhx1bqA==", "integrity": "sha512-AoIcGL7WeXobSxMUz0ukXXCaQgIReR3xLfZJ/GTd3HN/iceuN6UvqAddfjxgqQWMcb6t2SfrjQnbUPfvattp/A==",
"peerDependencies": { "peerDependencies": {
"react-native": ">=0.59" "react-native": ">=0.59"
} }

View File

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@react-native-clipboard/clipboard": "^1.12.1", "@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": "18.2.0",
"react-native": "^0.71.8", "react-native": "^0.71.8",
"react-native-encrypted-storage": "^4.0.3", "react-native-encrypted-storage": "^4.0.3",