Merge pull request #7367 from BlueWallet/renovate/react-native-permissions-5.x

Update dependency react-native-permissions to v5.2.1
This commit is contained in:
GLaDOS 2024-11-29 10:00:18 +00:00 committed by GitHub
commit b78f73c218
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

@ -78,7 +78,7 @@
"react-native-keychain": "9.1.0", "react-native-keychain": "9.1.0",
"react-native-linear-gradient": "2.8.3", "react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.3.0", "react-native-localize": "3.3.0",
"react-native-permissions": "5.2.0", "react-native-permissions": "5.2.1",
"react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376", "react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376",
"react-native-push-notification": "8.1.1", "react-native-push-notification": "8.1.1",
"react-native-qrcode-svg": "6.3.2", "react-native-qrcode-svg": "6.3.2",
@ -20747,9 +20747,9 @@
} }
}, },
"node_modules/react-native-permissions": { "node_modules/react-native-permissions": {
"version": "5.2.0", "version": "5.2.1",
"resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-5.2.0.tgz", "resolved": "https://registry.npmjs.org/react-native-permissions/-/react-native-permissions-5.2.1.tgz",
"integrity": "sha512-ohLjRJbP4w4SV7awGvWoCHbNbif/N8lJWcjPl0BBQsTQAA/AVdXXY7rMYaHQStSXURl7S+51m2rina3OHE0rFw==", "integrity": "sha512-F8CaDVi+zYjl2pO4Fwh5n5SCi5s0TvvRzQnczb8nwkzHJTv6HqlO6Sj1ZmqrAeuCN06b5Ysu9BEWhK4qT4ekXg==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": ">=18.1.0", "react": ">=18.1.0",

View file

@ -142,7 +142,7 @@
"react-native-keychain": "9.1.0", "react-native-keychain": "9.1.0",
"react-native-linear-gradient": "2.8.3", "react-native-linear-gradient": "2.8.3",
"react-native-localize": "3.3.0", "react-native-localize": "3.3.0",
"react-native-permissions": "5.2.0", "react-native-permissions": "5.2.1",
"react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376", "react-native-prompt-android": "github:BlueWallet/react-native-prompt-android#ed168d66fed556bc2ed07cf498770f058b78a376",
"react-native-push-notification": "8.1.1", "react-native-push-notification": "8.1.1",
"react-native-qrcode-svg": "6.3.2", "react-native-qrcode-svg": "6.3.2",