From 60678ac6e7215f266ff634dbea7a21f2d1af2d82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 13:15:57 +0000 Subject: [PATCH] Bump klap from 4.2.0 to 4.4.0 Bumps [klap](https://github.com/osdevisnot/klap) from 4.2.0 to 4.4.0. - [Release notes](https://github.com/osdevisnot/klap/releases) - [Commits](https://github.com/osdevisnot/klap/compare/v4.2.0...v4.4.0) 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..4598aab 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.4.0", + "resolved": "https://registry.npmjs.org/klap/-/klap-4.4.0.tgz", + "integrity": "sha512-Vn93v+R33v/mL74mwb+PLifMMyyhfyqoR33OrLcqt6q59MxpThsEVUucWbkO/DEo81P2+wYBDoavV0SzpScgxQ==" }, "kleur": { "version": "3.0.3", diff --git a/package.json b/package.json index adc402e..c512a7c 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.4.0", "ncp": "2.0.0", "prettier": "1.19.1", "readline-sync": "1.4.10",