From 50a5011f03d6688fa441cfbd8c7eb668fcab7183 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 00:07:28 +0000 Subject: [PATCH] Bump kind-of from 3.2.2 to 6.0.3 Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 3.2.2 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/3.2.2...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 7dc2895..f235c70 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "get-value": "^2.0.6", "graceful-fs": "^4.1.11", "is-buffer": "^1.1.4", - "kind-of": "^3.1.0", + "kind-of": "^6.0.3", "load-pkg": "^3.0.1", "parser-front-matter": "^1.6.2", "resolve-glob": "^0.1.8",