From 097cb1c16a163daf2aac2253477b00555fda5bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 23 May 2019 09:47:28 +0000 Subject: [PATCH] Update chai requirement from ^3.5.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/3.5.0...4.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ad92b3..fa43343 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "lodash": "^4.17.4" }, "devDependencies": { - "chai": "^3.5.0", + "chai": "^4.2.0", "gen-run": "^0.1.2", "mocha": "^3.2.0" }