Browse Source

fix: upgrade react-native-gesture-handler from 1.5.6 to 1.6.1

Snyk has created this PR to upgrade react-native-gesture-handler from 1.5.6 to 1.6.1.

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
receivehooks
snyk-bot 5 years ago
committed by Overtorment
parent
commit
c64762063e
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json

@ -6526,13 +6526,6 @@
"resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
"integrity": "sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE="
},
"hammerjs": {
"version": "git+https://github.com/naver/hammer.js.git#54bc698b25edd6e1b76ca975ebaced5ce0467d51",
"from": "git+https://github.com/naver/hammer.js.git",
"requires": {
"@types/hammerjs": "^2.0.36"
}
},
"har-schema": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
@ -11640,12 +11633,11 @@
}
},
"react-native-gesture-handler": {
"version": "1.5.6",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.5.6.tgz",
"integrity": "sha512-z2jLUkRiRc0PBAC9UcXYkqy3VUzBG0cYQAGMsDHsd90JgrzudHAFRJV9fvFm18wNauFTNnJievjZ0C3rI2ydhw==",
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.6.1.tgz",
"integrity": "sha512-gQgIKhDiYf754yzhhliagLuLupvGb6ZyBdzYzr7aus3Fyi87TLOw63ers+r4kGw0h26oAWTAdHd34JnF4NeL6Q==",
"requires": {
"@egjs/hammerjs": "^2.0.17",
"hammerjs": "git+https://github.com/naver/hammer.js.git",
"hoist-non-react-statics": "^2.3.1",
"invariant": "^2.2.4",
"prop-types": "^15.7.2"

2
package.json

@ -105,7 +105,7 @@
"react-native-elements": "0.19.0",
"react-native-flexi-radio-button": "0.2.2",
"react-native-fs": "2.16.6",
"react-native-gesture-handler": "1.5.6",
"react-native-gesture-handler": "1.6.1",
"react-native-handoff": "git+https://github.com/marcosrdz/react-native-handoff.git",
"react-native-haptic-feedback": "1.9.0",
"react-native-image-picker": "1.1.0",

Loading…
Cancel
Save