From ec20831dd7c3265479fbf4d93d3addbfe392c777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 03:07:43 +0000 Subject: [PATCH] Bump chai from 4.4.1 to 5.1.0 Bumps [chai](https://github.com/chaijs/chai) from 4.4.1 to 5.1.0. - [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.0) --- 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 7e70f9e..15ca68e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@iobroker/testing": "^4.1.0", "@types/node": "^20.11.19", "mocha": "^10.3.0", - "chai": "^4.4.1" + "chai": "^5.1.0" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.cloud/issues"