From 17b992f1afd626027c6c8bab40f0d4803127935c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 06:44:22 +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-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56bf1f1..faeffb8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "madge": "^0.5.4" }, "devDependencies": { - "chai": "^3.5.0", + "chai": "^4.2.0", "eslint": "^2.11.1", "eslint-config-airbnb": "^9.0.1", "eslint-plugin-import": "^1.8.1",