From 2053c164f785bed9bf3acfda2d3f1aeb628cf534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 14:46:33 +0000 Subject: [PATCH] Bump kind-of from 6.0.2 to 6.0.3 in /src/Presentation/Web/ClientApp Bumps [kind-of](https://github.com/jonschlinkert/kind-of) from 6.0.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/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: kind-of dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/Presentation/Web/ClientApp/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Presentation/Web/ClientApp/package-lock.json b/src/Presentation/Web/ClientApp/package-lock.json index 76a59bfb..5194aeb0 100644 --- a/src/Presentation/Web/ClientApp/package-lock.json +++ b/src/Presentation/Web/ClientApp/package-lock.json @@ -13847,9 +13847,9 @@ } }, "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, "kleur": {