From 13ff3ded2c07400bb5c39febc964661fddbe5f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:50:36 +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 5e0d510..d010351 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@alcalzone/release-script-plugin-license": "^3.5.9", "@iobroker/legacy-testing": "^0.3.7", "mocha": "^10.2.0", - "chai": "^4.3.7" + "chai": "^4.3.8" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.sayit/issues"