From 2af34f87699f0d5a17c60b9dea8b5129329a3760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 17:31:36 +0000 Subject: [PATCH] deps: 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: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 53535190e..df7ea0ec3 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "buffer": "^6.0.3", "bytes": "^3.1.0", "c8": "^10.1.2", - "chai": "^4.3.4", + "chai": "^5.2.0", "chai-as-promised": "^7.1.1", "chai-bites": "^0.1.2", "chai-parentheses": "^0.0.2",