From a4be6f11a0115bbd7d05e1d279deb329b14c8c5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 20:56:34 +0000 Subject: [PATCH] build(deps): bump chai from 4.5.0 to 5.2.0 Bumps [chai](https://github.com/chaijs/chai) from 4.5.0 to 5.2.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.5.0...v5.2.0) --- updated-dependencies: - dependency-name: chai dependency-type: direct:production 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 e961e05..200a495 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/codeceptjs/mailslurp-helper#readme", "dependencies": { - "chai": "^4.3.4", + "chai": "^5.2.0", "expect": "^28.1.3", "mailslurp-client": "^6.7.4", "ts-node": "^10.9.2"