fix: upgrade react-native-gesture-handler from 1.9.0 to 1.10.0

Snyk has created this PR to upgrade react-native-gesture-handler from 1.9.0 to 1.10.0.

See this package in npm:
https://www.npmjs.com/package/react-native-gesture-handler

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-03-04 03:52:23 +00:00
parent bc57b6d563
commit 042ff5a213
No known key found for this signature in database
GPG key ID: 09541BBFF0C4C795
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View file

@ -18448,11 +18448,12 @@
} }
}, },
"react-native-gesture-handler": { "react-native-gesture-handler": {
"version": "1.9.0", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.9.0.tgz", "resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.0.tgz",
"integrity": "sha512-fkkNeWDBzDdwDxDcxtYbrb9T1g0PLgT1AxBs2iO/p7uEbDbC6mIoL/NzuOnKNEBHcd0lpLoJuNmIfdmucEON5g==", "integrity": "sha512-ezqA2Hyy6pFF7uxRZA8TeRUZs4zMo5DQQjo0UfFVJyAqjMraDkbz+t/uCfyBowrnOyOiNAhPHB85k6vgPvlZ+g==",
"requires": { "requires": {
"@egjs/hammerjs": "^2.0.17", "@egjs/hammerjs": "^2.0.17",
"@types/hammerjs": "^2.0.38",
"fbjs": "^3.0.0", "fbjs": "^3.0.0",
"hoist-non-react-statics": "^3.3.0", "hoist-non-react-statics": "^3.3.0",
"invariant": "^2.2.4", "invariant": "^2.2.4",

View file

@ -132,7 +132,7 @@
"react-native-elements": "2.3.2", "react-native-elements": "2.3.2",
"react-native-fingerprint-scanner": "git+https://github.com/BlueWallet/react-native-fingerprint-scanner.git#ce644673681716335d786727bab998f7e632ab5e", "react-native-fingerprint-scanner": "git+https://github.com/BlueWallet/react-native-fingerprint-scanner.git#ce644673681716335d786727bab998f7e632ab5e",
"react-native-fs": "2.16.6", "react-native-fs": "2.16.6",
"react-native-gesture-handler": "1.9.0", "react-native-gesture-handler": "1.10.0",
"react-native-handoff": "git+https://github.com/marcosrdz/react-native-handoff.git#f5becc63f3e36bf2da1ed1fc60fc690323e73602", "react-native-handoff": "git+https://github.com/marcosrdz/react-native-handoff.git#f5becc63f3e36bf2da1ed1fc60fc690323e73602",
"react-native-haptic-feedback": "1.11.0", "react-native-haptic-feedback": "1.11.0",
"react-native-idle-timer": "git+https://github.com/BlueWallet/react-native-idle-timer.git#8587876d68ab5920e79619726aeca9e672beaf2b", "react-native-idle-timer": "git+https://github.com/BlueWallet/react-native-idle-timer.git#8587876d68ab5920e79619726aeca9e672beaf2b",