From d274c1dd23a37c0ca3f1fb0b3680a5b62be2ab41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 04:40:02 +0000 Subject: [PATCH] Bump chai from 1.9.2 to 4.3.4 Bumps [chai](https://github.com/chaijs/chai) from 1.9.2 to 4.3.4. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](https://github.com/chaijs/chai/compare/1.9.2...v4.3.4) 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..ca9a1fd 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lodash": "~2.4.1" }, "devDependencies": { - "chai": "~1.9.0", + "chai": "~4.3.4", "mocha": "~1.17.1" } }