Skip to content

Commit

Permalink
Use kind-of >=6.0.3 everywhere (#543)
Browse files Browse the repository at this point in the history
This repo's dependencies currently use [older versions](https://github.com/paritytech/parity-signer/blob/97651dcc2f78027aa83c3dc7834f6941e084c8a7/yarn.lock#L5138) of kind-of which have a possibly exploitable vulnerability ([original issue](jonschlinkert/kind-of#30), [PR](jonschlinkert/kind-of#31)).
  • Loading branch information
axelchalon committed Feb 10, 2020
1 parent 97651dc commit 8ef57b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -92,7 +92,8 @@
"reactotron-react-native": "^3.6.5"
},
"resolutions": {
"@react-native-community/eslint-config/babel-eslint": "10.0.3"
"@react-native-community/eslint-config/babel-eslint": "10.0.3",
"kind-of": ">=6.0.3"
},
"detox": {
"configurations": {
Expand Down

0 comments on commit 8ef57b1

Please sign in to comment.