From b05697fab88a53f758d9e979c8175a8c09806062 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2019 17:56:44 +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 db73aba..f86bbfe 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "babel-preset-env": "^1.6.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.14.0", - "chai": "^3.5.0", + "chai": "^4.2.0", "eslint": "^3.13.1", "eslint-config-trigen": "^1.0.0", "mocha": "^3.0.2"