mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 23:38:57 +01:00
Merge pull request #3017 from BlueWallet/snyk-upgrade-41481ffe196ddc8599179f1088fdd5ad
[Snyk] Upgrade @react-navigation/native from 5.9.3 to 5.9.4
This commit is contained in:
commit
2cc0b69cc8
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -5813,9 +5813,9 @@
|
|||
}
|
||||
},
|
||||
"@react-navigation/core": {
|
||||
"version": "5.15.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-5.15.2.tgz",
|
||||
"integrity": "sha512-jNSP0FMu1N6Pa1Slsy8b/JbmlTAXcVeXVwnxrEMVGWeiNqUVYl+tx1FuQAqi3q1m4cg9ygXkGsgLgRmnXAEC8g==",
|
||||
"version": "5.15.3",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-5.15.3.tgz",
|
||||
"integrity": "sha512-3ZdyDInh8qg1kygCNkmh9lFgpDf29lTvPsaMe2mm/qvmxLKSgttWBz07P2fc181aV9jTdgQpzYfWZ5KWT036zw==",
|
||||
"requires": {
|
||||
"@react-navigation/routers": "^5.7.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
|
@ -5861,11 +5861,11 @@
|
|||
}
|
||||
},
|
||||
"@react-navigation/native": {
|
||||
"version": "5.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.9.3.tgz",
|
||||
"integrity": "sha512-xaRlCDRVuFGxHsP/IetwLdNvLJwIJBYCUIx/ufWs6QkT9Q0EB0DtKzXCItuHydjMEVPd1Cy7lfjUlSM6hZ6Q3Q==",
|
||||
"version": "5.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.9.4.tgz",
|
||||
"integrity": "sha512-BUCrOXfZDdKWBqM8OhOKQhCX5we4HUo5XG6tCQtVqQAep+7UcApZmMUuemUXDxVe8NPESUpoUlB0RaEpyIdfTQ==",
|
||||
"requires": {
|
||||
"@react-navigation/core": "^5.15.2",
|
||||
"@react-navigation/core": "^5.15.3",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"nanoid": "^3.1.15"
|
||||
},
|
||||
|
|
|
@ -76,8 +76,8 @@
|
|||
"@react-native-community/blur": "3.6.0",
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-native-community/push-notification-ios": "1.8.0",
|
||||
"@react-navigation/native": "5.9.4",
|
||||
"@react-navigation/drawer": "5.12.5",
|
||||
"@react-navigation/native": "5.9.3",
|
||||
"@react-navigation/stack": "5.14.3",
|
||||
"@remobile/react-native-qrcode-local-image": "git+https://github.com/BlueWallet/react-native-qrcode-local-image.git",
|
||||
"@sentry/react-native": "2.4.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue