mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
fix: upgrade @react-navigation/native from 5.8.9 to 5.9.2
Snyk has created this PR to upgrade @react-navigation/native from 5.8.9 to 5.9.2. 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
6c47651d63
commit
e3ddda2462
34
package-lock.json
generated
34
package-lock.json
generated
@ -6400,11 +6400,11 @@
|
||||
"integrity": "sha512-8IeHfDwJ9/CTUwFs6x90VlobV3BfuPgNLjTgC6dRZovfCWigaZwVNIFFJnHBakK3pW2xErAPwhdvNR4JeNoYbw=="
|
||||
},
|
||||
"@react-navigation/core": {
|
||||
"version": "5.14.4",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-5.14.4.tgz",
|
||||
"integrity": "sha512-MzZU9PO1a/6f9KdN04dC/E4BNl6M1Ba0Tb4sQdl/32y0hM2ToxlrKcERnTLWGFIbQV+9ZV1GTrp3mlGS6U9Jpw==",
|
||||
"version": "5.15.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/core/-/core-5.15.1.tgz",
|
||||
"integrity": "sha512-GDCpIVQd0NgHYCSdUMY69hrpeWKuYgj5SIRqHI2sYh9OguwGcV52ZZOafc+pQuyfuiLLIMidw34jiqb47QrlhA==",
|
||||
"requires": {
|
||||
"@react-navigation/routers": "^5.6.2",
|
||||
"@react-navigation/routers": "^5.7.1",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"nanoid": "^3.1.15",
|
||||
"query-string": "^6.13.6",
|
||||
@ -6448,11 +6448,11 @@
|
||||
}
|
||||
},
|
||||
"@react-navigation/native": {
|
||||
"version": "5.8.9",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.8.9.tgz",
|
||||
"integrity": "sha512-d1oihLxp9UDVsZyvHNcwJfj+LKsEo0m8vEBBV6jhLJAXs1d2DEBzBXGeP907uG+877TK7luh2h79Or4w7/+p+g==",
|
||||
"version": "5.9.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/native/-/native-5.9.2.tgz",
|
||||
"integrity": "sha512-O8K+Lr6Vy25gTTyXAns9BVyFvwTkKqfFH0RpOimilYndUL6tlhV56oDSp7Hryjy8xsjx6ESWqr6eIu4sS3Z9nQ==",
|
||||
"requires": {
|
||||
"@react-navigation/core": "^5.14.3",
|
||||
"@react-navigation/core": "^5.15.1",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"nanoid": "^3.1.15"
|
||||
},
|
||||
@ -6465,9 +6465,9 @@
|
||||
}
|
||||
},
|
||||
"@react-navigation/routers": {
|
||||
"version": "5.6.2",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-5.6.2.tgz",
|
||||
"integrity": "sha512-XBcDKXS5s4MaHFufN44LtbXqFDH/nUHfHjbwG85fP3k772oRyPRgbnUb2mbw5MFGqORla9T7uymR6Gh6uwIwVw==",
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/@react-navigation/routers/-/routers-5.7.1.tgz",
|
||||
"integrity": "sha512-M5R4AFgJZ0uBUV+DjMyNy2HXRfvo0ldM+59Gj1NQWXaYnst3m0xJTfWiln94mnrbrHEq087gMP4ZLHGIJ8D1Ig==",
|
||||
"requires": {
|
||||
"nanoid": "^3.1.15"
|
||||
}
|
||||
@ -11131,6 +11131,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"filter-obj": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/filter-obj/-/filter-obj-1.1.0.tgz",
|
||||
"integrity": "sha1-mzERErxsYSehbgFsbF1/GeCAXFs="
|
||||
},
|
||||
"finalhandler": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
|
||||
@ -18518,11 +18523,12 @@
|
||||
"integrity": "sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ=="
|
||||
},
|
||||
"query-string": {
|
||||
"version": "6.13.7",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.13.7.tgz",
|
||||
"integrity": "sha512-CsGs8ZYb39zu0WLkeOhe0NMePqgYdAuCqxOYKDR5LVCytDZYMGx3Bb+xypvQvPHVPijRXB0HZNFllCzHRe4gEA==",
|
||||
"version": "6.14.0",
|
||||
"resolved": "https://registry.npmjs.org/query-string/-/query-string-6.14.0.tgz",
|
||||
"integrity": "sha512-In3o+lUxlgejoVJgwEdYtdxrmlL0cQWJXj0+kkI7RWVo7hg5AhFtybeKlC9Dpgbr8eOC4ydpEh8017WwyfzqVQ==",
|
||||
"requires": {
|
||||
"decode-uri-component": "^0.2.0",
|
||||
"filter-obj": "^1.1.0",
|
||||
"split-on-first": "^1.0.0",
|
||||
"strict-uri-encode": "^2.0.0"
|
||||
}
|
||||
|
@ -78,7 +78,7 @@
|
||||
"@react-native-community/push-notification-ios": "1.8.0",
|
||||
"@react-native-community/slider": "3.0.3",
|
||||
"@react-navigation/drawer": "5.11.5",
|
||||
"@react-navigation/native": "5.8.9",
|
||||
"@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",
|
||||
"@sentry/react-native": "1.9.0",
|
||||
|
Loading…
Reference in New Issue
Block a user