From cebc2cf8df50331071ba145b1d256c3f8a22a7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 06:30:11 +0000 Subject: [PATCH] Update chai requirement from ^4.3.7 to ^4.3.8 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/4.x.x/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f620a4..3fc78c3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@foxriver76/eslint-config": "^1.0.0", "@iobroker/adapter-dev": "^1.2.0", "mocha": "^10.2.0", - "chai": "^4.3.7", + "chai": "^4.3.8", "@iobroker/testing": "^4.1.0" }, "bugs": {