From 386baf043cad5023eb5a6d87d1881141b400bb0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:45:58 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 4.4.1 to 5.1.1 Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.1. - [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/v4.4.1...v5.1.1) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c651629..d755ebf3 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@alcalzone/release-script-plugin-license": "^3.7.0", "@iobroker/legacy-testing": "^1.0.12", "axios": "^1.7.2", - "chai": "^4.4.1", + "chai": "^5.1.1", "eslint": "^9.4.0", "gulp": "^4.0.2", "mocha": "^10.4.0"