From 6fd3a8084d9ffd415f2843473373063d5d685d8e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 07:21:41 +0000 Subject: [PATCH] Update chai requirement from ~1.9.0 to ~4.2.0 Updates the requirements on [chai](https://github.com/chaijs/chai) to permit the latest version. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/master/History.md) - [Commits](https://github.com/chaijs/chai/compare/1.9.0...4.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ce39de..38b1ab7 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lodash": "~2.4.1" }, "devDependencies": { - "chai": "~1.9.0", + "chai": "~4.2.0", "mocha": "~1.17.1" } }