mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
fix: upgrade @react-navigation/drawer from 5.11.5 to 5.12.2
Snyk has created this PR to upgrade @react-navigation/drawer from 5.11.5 to 5.12.2. See this package in npm: https://www.npmjs.com/package/@react-navigation/drawer See this project in Snyk: https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
parent
a2a53f6269
commit
282611382a
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -6419,9 +6419,9 @@
|
|||
}
|
||||
},
|
||||
"@react-navigation/drawer": {
|
||||
"version": "5.11.5",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-5.11.5.tgz",
|
||||
"integrity": "sha512-amDnbVIjkp/ZxNcZ2LyICNiRddUYgFFkgKsHgTYDgZHoL7EqH+qmMPtjHvwIFhU0CHn6y6mI0cRQNLHxqsEjQQ==",
|
||||
"version": "5.12.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-5.12.2.tgz",
|
||||
"integrity": "sha512-fGp9rO33hFX2A24AHdYxNvt4xLfMEUhRsxHym8ZTwp+QXzSVZrD/NDlHVNkSK+pXR49oAxkBHh2qq+s5K9FmKQ==",
|
||||
"requires": {
|
||||
"color": "^3.1.3",
|
||||
"react-native-iphone-x-helper": "^1.3.0"
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-native-community/push-notification-ios": "1.8.0",
|
||||
"@react-native-community/slider": "3.0.3",
|
||||
"@react-navigation/drawer": "5.11.5",
|
||||
"@react-navigation/drawer": "5.12.2",
|
||||
"@react-navigation/native": "5.9.2",
|
||||
"@react-navigation/stack": "5.13.0",
|
||||
"@remobile/react-native-qrcode-local-image": "git+https://github.com/BlueWallet/react-native-qrcode-local-image.git",
|
||||
|
|
Loading…
Add table
Reference in a new issue