From ff98686a01547a829333bc0b2e5555d909d506f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 00:05:13 +0000 Subject: [PATCH] Bump kind-of from 5.1.0 to 6.0.3 Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 5.1.0 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/5.1.0...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 19e02d7..91ca2d0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "default-compare": "^1.0.0", "get-value": "^2.0.6", - "kind-of": "^5.0.2" + "kind-of": "^6.0.3" }, "devDependencies": { "ansi-bold": "^0.1.1",