From 7a78b0b3553836d11fed697121932a03fc906b39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 11:57:59 +0000 Subject: [PATCH] chore(deps-dev): bump chai from 4.3.10 to 5.0.0 Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.0.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/5.x.x/History.md) - [Commits](https://github.com/chaijs/chai/compare/v4.3.10...v5.0.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 e4d05e21..4c304719 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@xmldom/xmldom": "^0.x", "android-apidemos": "^4.1.0", "appium": "^2.0.0-rc.5", - "chai": "^4.1.2", + "chai": "^5.0.0", "chai-as-promised": "^7.1.1", "conventional-changelog-conventionalcommits": "^7.0.1", "eslint": "^8.40.0",