From 2ab82f677c637da82e0afd621199f8ad97f5eaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:58:31 +0000 Subject: [PATCH] chore(deps-dev): update chai requirement from ^4.3.8 to ^4.3.10 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.8...v4.3.10) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 355807d2..0cf598a4 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@iobroker/testing": "^4.1.0", "@types/gulp": "^4.0.14", "axios": "^1.5.1", - "chai": "^4.3.8", + "chai": "^4.3.10", "eslint": "^8.49.0", "gulp": "^4.0.2", "gulp-rename": "^2.0.0",