Browse Source

Merge pull request #869 from BlueWallet/snyk-upgrade-24b7c594a98df5c52c55673ead709850

[Snyk] Upgrade react-native-haptic-feedback from 1.7.1 to 1.9.0
ref-lint-hooks
Overtorment 5 years ago
committed by GitHub
parent
commit
e76f528774
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -12603,9 +12603,9 @@
"from": "git+https://github.com/marcosrdz/react-native-handoff.git"
},
"react-native-haptic-feedback": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/react-native-haptic-feedback/-/react-native-haptic-feedback-1.7.1.tgz",
"integrity": "sha512-iuXBEZsQbKOe5uOLXuzTEvrvUCV0a4AktAfJHlWK7Jb0t/ABUc4kUfclqx+la+yA1TKrauDp/6MjrP0OUDXA9Q=="
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/react-native-haptic-feedback/-/react-native-haptic-feedback-1.9.0.tgz",
"integrity": "sha512-tIRbq8k7HK9AoyvXrOHUEFmJd65ZAh1HP9mDyD/gDisG1ApY4Im9UKn0q0of9z7s8AJY3sZA9GMuSKdSBGdKKQ=="
},
"react-native-image-picker": {
"version": "1.1.0",

2
package.json

@ -101,7 +101,7 @@
"react-native-fs": "2.16.4",
"react-native-gesture-handler": "1.5.6",
"react-native-handoff": "git+https://github.com/marcosrdz/react-native-handoff.git",
"react-native-haptic-feedback": "1.7.1",
"react-native-haptic-feedback": "1.9.0",
"react-native-image-picker": "1.1.0",
"react-native-level-fs": "3.0.1",
"react-native-linear-gradient": "2.5.4",

Loading…
Cancel
Save