chore(deps): bump @react-native-clipboard/clipboard in /mobile

Bumps [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) from 1.13.2 to 1.16.0.
- [Release notes](https://github.com/react-native-clipboard/clipboard/releases)
- [Changelog](https://github.com/react-native-clipboard/clipboard/blob/master/.releaserc)
- [Commits](https://github.com/react-native-clipboard/clipboard/compare/v1.13.2...v1.16.0)

---
updated-dependencies:
- dependency-name: "@react-native-clipboard/clipboard"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-11 07:48:32 +00:00 committed by GitHub
parent 673c0016c1
commit 32261283a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4010 additions and 103 deletions

4111
mobile/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc" "format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
}, },
"dependencies": { "dependencies": {
"@react-native-clipboard/clipboard": "^1.13.2", "@react-native-clipboard/clipboard": "^1.16.0",
"@react-native-community/netinfo": "^11.3.0", "@react-native-community/netinfo": "^11.3.0",
"react": "18.2.0", "react": "18.2.0",
"react-native": "^0.71.8", "react-native": "^0.71.8",