mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
fix: upgrade @react-navigation/native from 5.9.3 to 5.9.4
Snyk has created this PR to upgrade @react-navigation/native from 5.9.3 to 5.9.4. See this package in npm: https://www.npmjs.com/package/@react-navigation/native 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
b0a32a833f
commit
34b299191f
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"
|
||||
},
|
||||
|
@ -77,7 +77,7 @@
|
||||
"@react-native-community/masked-view": "0.1.10",
|
||||
"@react-native-community/push-notification-ios": "1.8.0",
|
||||
"@react-navigation/drawer": "5.12.4",
|
||||
"@react-navigation/native": "5.9.3",
|
||||
"@react-navigation/native": "5.9.4",
|
||||
"@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…
Reference in New Issue
Block a user