From 7f5981b389c61f1a8d7ed6061999f71c57fa2431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 05:53:25 +0000 Subject: [PATCH] Bump chai from 4.2.0 to 4.3.1 Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.1. - [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/4.2.0...4.3.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 51500a2..1c345c8 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "bluebird": "^3.5.0", - "chai": "~4.2.0", + "chai": "~4.3.1", "commander": "~6.2.0", "debug": "~4.3.1", "fbp": "^1.7.0",