From bc60c22a7b572600d22397cd1a050689a0482a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 00:06:15 +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 349a007..1f86313 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "has-glob": "^1.0.0", "has-value": "^0.3.1", "inflection": "^1.12.0", - "kind-of": "^3.2.0", + "kind-of": "^6.0.3", "lazy-cache": "^2.0.2", "load-templates": "^1.0.2", "map-schema": "^0.2.4",