mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
fix: upgrade @react-navigation/native from 5.8.2 to 5.8.9
Snyk has created this PR to upgrade @react-navigation/native from 5.8.2 to 5.8.9. 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
52fa3118a2
commit
c1c7ae30cb
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -6430,11 +6430,11 @@
|
|||
}
|
||||
},
|
||||
"@react-navigation/native": {
|
||||
"version": "5.8.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.8.2.tgz",
|
||||
"integrity": "sha512-1UzngCpEN2I7ppMw8sN1mcI7SdrOKhQJykzakWCDMonTbOFMpc2fMlPbLa0dLIZMRlp6i3wSd2sD41QqRh29nA==",
|
||||
"version": "5.8.9",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.8.9.tgz",
|
||||
"integrity": "sha512-d1oihLxp9UDVsZyvHNcwJfj+LKsEo0m8vEBBV6jhLJAXs1d2DEBzBXGeP907uG+877TK7luh2h79Or4w7/+p+g==",
|
||||
"requires": {
|
||||
"@react-navigation/core": "^5.13.2",
|
||||
"@react-navigation/core": "^5.14.3",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"nanoid": "^3.1.15"
|
||||
},
|
||||
|
@ -17283,9 +17283,9 @@
|
|||
"integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw=="
|
||||
},
|
||||
"nanoid": {
|
||||
"version": "3.1.18",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.18.tgz",
|
||||
"integrity": "sha512-rndlDjbbHbcV3xi+R2fpJ+PbGMdfBxz5v1fATIQFq0DP64FsicQdwnKLy47K4kZHdRpmQXtz24eGsxQqamzYTA=="
|
||||
"version": "3.1.20",
|
||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz",
|
||||
"integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw=="
|
||||
},
|
||||
"nanomatch": {
|
||||
"version": "1.2.13",
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
"@react-native-community/push-notification-ios": "1.7.1",
|
||||
"@react-native-community/slider": "3.0.3",
|
||||
"@react-navigation/drawer": "5.11.2",
|
||||
"@react-navigation/native": "5.8.2",
|
||||
"@react-navigation/native": "5.8.9",
|
||||
"@react-navigation/stack": "5.12.6",
|
||||
"@remobile/react-native-qrcode-local-image": "git+https://github.com/BlueWallet/react-native-qrcode-local-image.git",
|
||||
"@sentry/react-native": "1.9.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue