From 181839f5e326977032625afe39d4b74e5c6ca1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:01:08 +0000 Subject: [PATCH] Update chai requirement from ^4.2.0 to ^4.3.4 Updates the requirements on [chai](https://github.com/chaijs/chai) to permit the latest version. - [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 5dd5f3c1..427807e6 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "devDependencies": { "gulp": "^4.0.2", "mocha": "^8.2.1", - "chai": "^4.2.0", + "chai": "^4.3.4", "@iobroker/testing": "^2.4.2", "axios": "^0.21.1" }