Browse Source

fix: upgrade react-native-haptic-feedback from 1.7.1 to 1.9.0

Snyk has created this PR to upgrade react-native-haptic-feedback from 1.7.1 to 1.9.0.

See this package in NPM:
https://www.npmjs.com/package/react-native-haptic-feedback

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/4d0df22a-0152-410a-8584-6df0d0a596d4?utm_source=github&utm_medium=upgrade-pr
ref-lint-hooks
snyk-bot 5 years ago
parent
commit
ef7b77c56f
  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