From 3eba4f9e14e8d08417061f3b1a22e018b23621cc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 13:20:45 +0000 Subject: [PATCH] Bump klap from 4.2.0 to 4.6.1 Bumps [klap](https://github.com/osdevisnot/klap) from 4.2.0 to 4.6.1. - [Release notes](https://github.com/osdevisnot/klap/releases) - [Commits](https://github.com/osdevisnot/klap/compare/v4.2.0...v4.6.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4a6ba9..47af942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3769,9 +3769,9 @@ "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" }, "klap": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/klap/-/klap-4.2.0.tgz", - "integrity": "sha512-Ph8whXVhQyGTVr1EMlYWvCtxwCIP6pCtsVMR1XT0V5qu9ujPVYtf9JC38ddIzkaKuvB0SdkDeJQKkrpGy7KfhA==" + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/klap/-/klap-4.6.1.tgz", + "integrity": "sha512-zUmdtRv4iaEqml878LWCPoa7H5KQYfRNTfQ/xJTrkeuuEviDqST5PQC4BQ4W5KamOP1vekUMWG8wRP6QqDZyew==" }, "kleur": { "version": "3.0.3", diff --git a/package.json b/package.json index adc402e..4d41eb3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "del": "5.1.0", "is-ci": "2.0.0", "jest": "25.1.0", - "klap": "4.2.0", + "klap": "4.6.1", "ncp": "2.0.0", "prettier": "1.19.1", "readline-sync": "1.4.10",