From feacb7aa751d6b8fbb03e61945971dab51bcc9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 27 Sep 2018 07:14:57 +0000 Subject: [PATCH] Update chai requirement from ^3.0.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/commits/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 2fd804bd81b..0289999ac18 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "bower": ">=1.4.1", "browserify": ">=10.0", - "chai": "^3.0.0", + "chai": "^4.2.0", "coveralls": "^2.11.2", "del": ">=2.0.2", "exorcist": "^0.4.0",