From d47c9d24ac4ba1133273b9af7f9b96f6b4ee6001 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 13:15:40 +0000 Subject: [PATCH] Bump klap from 4.2.0 to 4.2.3 Bumps [klap](https://github.com/osdevisnot/klap) from 4.2.0 to 4.2.3. - [Release notes](https://github.com/osdevisnot/klap/releases) - [Commits](https://github.com/osdevisnot/klap/compare/v4.2.0...v4.2.3) 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..8088a8d 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.2.3", + "resolved": "https://registry.npmjs.org/klap/-/klap-4.2.3.tgz", + "integrity": "sha512-qLaLr2pEKkAroRdekoBVxKXsGgyFUU4GvNi448aXf1ldAjTRoeJYuemurB/M+OGp+K4PnA4DEPmO+MQx1F+YvA==" }, "kleur": { "version": "3.0.3", diff --git a/package.json b/package.json index adc402e..e670e23 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.2.3", "ncp": "2.0.0", "prettier": "1.19.1", "readline-sync": "1.4.10",