From 4a1fa67c44ba3d7f9e97f74b9b3928c8c4bc327f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 13:27:18 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 4.2.0 to 4.3.3 Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.3. - [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.3) 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 1a31bda..85c9232 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "http-string-parser": "0.0.6" }, "devDependencies": { - "chai": "4.2.0", + "chai": "4.3.3", "eslint": "4.19.0", "eslint-config-airbnb-base": "12.1.0", "eslint-plugin-import": "2.18.2",