mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
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:
parent
bc57b6d563
commit
042ff5a213
2 changed files with 5 additions and 4 deletions
7
package-lock.json
generated
7
package-lock.json
generated
|
@ -18448,11 +18448,12 @@
|
|||
}
|
||||
},
|
||||
"react-native-gesture-handler": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.9.0.tgz",
|
||||
"integrity": "sha512-fkkNeWDBzDdwDxDcxtYbrb9T1g0PLgT1AxBs2iO/p7uEbDbC6mIoL/NzuOnKNEBHcd0lpLoJuNmIfdmucEON5g==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.0.tgz",
|
||||
"integrity": "sha512-ezqA2Hyy6pFF7uxRZA8TeRUZs4zMo5DQQjo0UfFVJyAqjMraDkbz+t/uCfyBowrnOyOiNAhPHB85k6vgPvlZ+g==",
|
||||
"requires": {
|
||||
"@egjs/hammerjs": "^2.0.17",
|
||||
"@types/hammerjs": "^2.0.38",
|
||||
"fbjs": "^3.0.0",
|
||||
"hoist-non-react-statics": "^3.3.0",
|
||||
"invariant": "^2.2.4",
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
"react-native-elements": "2.3.2",
|
||||
"react-native-fingerprint-scanner": "git+https://github.com/BlueWallet/react-native-fingerprint-scanner.git#ce644673681716335d786727bab998f7e632ab5e",
|
||||
"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-haptic-feedback": "1.11.0",
|
||||
"react-native-idle-timer": "git+https://github.com/BlueWallet/react-native-idle-timer.git#8587876d68ab5920e79619726aeca9e672beaf2b",
|
||||
|
|
Loading…
Add table
Reference in a new issue