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:
snyk-bot 2021-04-25 03:51:46 +00:00
parent b0a32a833f
commit 34b299191f
No known key found for this signature in database
GPG Key ID: 09541BBFF0C4C795
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -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"
},

View File

@ -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",