From 9320282d47bed24a56967e77700ec23da4e5086b Mon Sep 17 00:00:00 2001 From: Axel Chalon Date: Sat, 8 Feb 2020 12:03:13 +0000 Subject: [PATCH] Use kind-of >=6.0.3 everywhere 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](https://github.com/jonschlinkert/kind-of/issues/30), [PR](https://github.com/jonschlinkert/kind-of/pull/31)). --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fd36a10664..9c5d8b9cd9 100644 --- a/package.json +++ b/package.json @@ -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": {