From d5501d5f6d36ce509e26c2dc9b0030175f05467c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 May 2020 13:17:41 +0000 Subject: [PATCH] Bump klap from 4.2.0 to 4.5.0 Bumps [klap](https://github.com/osdevisnot/klap) from 4.2.0 to 4.5.0. - [Release notes](https://github.com/osdevisnot/klap/releases) - [Commits](https://github.com/osdevisnot/klap/compare/v4.2.0...v4.5.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..83fdc2e 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.5.0", + "resolved": "https://registry.npmjs.org/klap/-/klap-4.5.0.tgz", + "integrity": "sha512-LoSUo+0kaIap44VWnEVDdDZwC5q5SQxDAXK9Ud4qPam+VDWvTaERpwWjwWEASoY2qSSG9/xfD5fl87FxvfnIGA==" }, "kleur": { "version": "3.0.3", diff --git a/package.json b/package.json index adc402e..29351b0 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.5.0", "ncp": "2.0.0", "prettier": "1.19.1", "readline-sync": "1.4.10",