Merge pull request #7285 from BlueWallet/renovate/react-native-clipboard-clipboard-1.x

fix(deps): update dependency @react-native-clipboard/clipboard to v1.15.0
This commit is contained in:
GLaDOS 2024-11-10 04:49:19 +00:00 committed by GitHub
commit 822cff20a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -18,7 +18,7 @@
"@ngraveio/bc-ur": "1.1.13",
"@noble/secp256k1": "1.6.3",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-clipboard/clipboard": "1.14.3",
"@react-native-clipboard/clipboard": "1.15.0",
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#02592ae",
"@react-native/gradle-plugin": "0.75.4",
@ -4519,9 +4519,9 @@
}
},
"node_modules/@react-native-clipboard/clipboard": {
"version": "1.14.3",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.14.3.tgz",
"integrity": "sha512-EVWxJfCSyBN2SH5b3JrA/w1qlYu3vihQOfdD7fs/BYp63xL6qy93CvbFDHzF8ooFpGM6f67hkAN+gxl1RfOKuw==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.15.0.tgz",
"integrity": "sha512-YDMC3E956jn9zE11uKGcQDKS1SO9q72iNHxZyrKY5y9XYwZcA9vo3Xk74+zRnf7cM48drDO0s9lyAPUlOvyhrw==",
"license": "MIT",
"workspaces": [
"example"

View File

@ -82,7 +82,7 @@
"@ngraveio/bc-ur": "1.1.13",
"@noble/secp256k1": "1.6.3",
"@react-native-async-storage/async-storage": "2.0.0",
"@react-native-clipboard/clipboard": "1.14.3",
"@react-native-clipboard/clipboard": "1.15.0",
"@react-native-community/push-notification-ios": "1.11.0",
"@react-native-menu/menu": "https://github.com/BlueWallet/menu.git#02592ae",
"@react-native/gradle-plugin": "0.75.4",