From e8a1ad98239c12fabd66e0fa9a29c44b5920bc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 12 Jan 2019 14:32:11 +0900 Subject: [PATCH] Update chai-http requirement from 4.2.0 to 4.2.1 (#3856) Updates the requirements on [chai-http](https://github.com/chaijs/chai-http) to permit the latest version. - [Release notes](https://github.com/chaijs/chai-http/releases) - [Changelog](https://github.com/chaijs/chai-http/blob/master/History.md) - [Commits](https://github.com/chaijs/chai-http/commits/4.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8221ab2cd..60e5943f2 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "bootstrap-vue": "2.0.0-rc.11", "cafy": "12.0.0", "chai": "4.2.0", - "chai-http": "4.2.0", + "chai-http": "4.2.1", "chalk": "2.4.1", "commander": "2.19.0", "crc-32": "1.2.0",