fix: upgrade @react-navigation/drawer from 5.9.2 to 5.10.0

Snyk has created this PR to upgrade @react-navigation/drawer from 5.9.2 to 5.10.0.

See this package in npm:
https://www.npmjs.com/package/@react-navigation/drawer

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 2020-11-15 05:50:16 +00:00
parent 5418ed94c6
commit c3bbee2096
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 31 additions and 6 deletions

35
package-lock.json generated
View file

@ -6410,12 +6410,37 @@
}
},
"@react-navigation/drawer": {
"version": "5.9.2",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-5.9.2.tgz",
"integrity": "sha512-hafBicPmUgiHouRXcGTFK6gYGFHT3nRBXKrYMjukt1HaUTKONKmIzJUoU41VajkSi75IzHd+SlLnxH8r3rYGPQ==",
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/@react-navigation/drawer/-/drawer-5.10.0.tgz",
"integrity": "sha512-NRt92vpeqIRAh7pR1CE4QDKfvN/GYjbqCHkhP62VK/TsAA4j61pKOZea5bPbmKZTJfPV5p2ySIK3nI0yn8Nmxg==",
"requires": {
"color": "^3.1.2",
"react-native-iphone-x-helper": "^1.2.1"
"color": "^3.1.3",
"react-native-iphone-x-helper": "^1.3.0"
},
"dependencies": {
"color": {
"version": "3.1.3",
"resolved": "https://registry.npmjs.org/color/-/color-3.1.3.tgz",
"integrity": "sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ==",
"requires": {
"color-convert": "^1.9.1",
"color-string": "^1.5.4"
}
},
"color-string": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.4.tgz",
"integrity": "sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw==",
"requires": {
"color-name": "^1.0.0",
"simple-swizzle": "^0.2.2"
}
},
"react-native-iphone-x-helper": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.3.1.tgz",
"integrity": "sha512-HOf0jzRnq2/aFUcdCJ9w9JGzN3gdEg0zFE4FyYlp4jtidqU03D5X7ZegGKfT1EWteR0gPBGp9ye5T5FvSWi9Yg=="
}
}
},
"@react-navigation/native": {

View file

@ -72,7 +72,7 @@
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/push-notification-ios": "1.7.1",
"@react-native-community/slider": "3.0.3",
"@react-navigation/drawer": "5.9.2",
"@react-navigation/drawer": "5.10.0",
"@react-navigation/native": "5.7.6",
"@react-navigation/stack": "5.9.3",
"@remobile/react-native-qrcode-local-image": "git+https://github.com/BlueWallet/react-native-qrcode-local-image.git",