From 2e4d6a3d10bd69915b722f43e13e64b26bc843b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 15:57:42 +0000 Subject: [PATCH] Bump chai from 4.2.0 to 4.3.4 Bumps [chai](https://github.com/chaijs/chai) from 4.2.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/4.2.0...v4.3.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac30a35..1eff428 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "xml2json-light": "^1.0.6" }, "devDependencies": { - "chai": "4.2.x", + "chai": "4.3.x", "istanbul": "^0.4.5", "jshint": "^2.10.2", "mocha": "^8.0.1"