From fa07cd4a6ee2cd56a44e835b3b75a2cb0c586a34 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:48:28 +0000 Subject: [PATCH] :arrow_up: Bump chai from 3.5.0 to 4.3.4 Bumps [chai](https://github.com/chaijs/chai) from 3.5.0 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/3.5.0...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 54b3535..9e400ef 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "inkjet": "^2.1.2" }, "devDependencies": { - "chai": "^3.5.0", + "chai": "^4.3.4", "coveralls": "^2.13.1", "mocha": "^3.4.1", "nyc": "^10.3.2",