From f42a907870f666a6807a8e9a424be49d377303b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 00:05:09 +0000 Subject: [PATCH] Bump kind-of from 2.0.1 to 6.0.3 Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 2.0.1 to 6.0.3. - [Release notes](https://github.com/jonschlinkert/kind-of/releases) - [Changelog](https://github.com/jonschlinkert/kind-of/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonschlinkert/kind-of/compare/2.0.1...6.0.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c52e68..b84f8d2 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "dependencies": { "chalk": "^1.1.1", "figures": "^1.4.0", - "kind-of": "^2.0.1", + "kind-of": "^6.0.3", "lodash.clonedeep": "^3.0.2", "lodash.merge": "^3.3.2", "log-update": "^1.0.2"