From b191631936b2edeedc42df97b86d0d701f9d77f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:03:33 +0000 Subject: [PATCH] deps: bump the chai group across 1 directory with 2 updates Bumps the chai group with 2 updates in the / directory: [chai](https://github.com/chaijs/chai) and [chai-as-promised](https://github.com/chaijs/chai-as-promised). Updates `chai` from 4.5.0 to 6.2.2 - [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...v6.2.2) Updates `chai-as-promised` from 7.1.2 to 8.0.2 - [Release notes](https://github.com/chaijs/chai-as-promised/releases) - [Commits](https://github.com/chaijs/chai-as-promised/compare/v7.1.2...v8.0.2) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: chai - dependency-name: chai-as-promised dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: chai ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bc4d1a99a..0f04dbfdd 100644 --- a/package.json +++ b/package.json @@ -245,8 +245,8 @@ "buffer": "^6.0.3", "bytes": "^3.1.0", "c8": "^11.0.0", - "chai": "^4.3.4", - "chai-as-promised": "^7.1.1", + "chai": "^6.2.2", + "chai-as-promised": "^8.0.2", "chai-bites": "^0.3.1", "chai-parentheses": "^0.0.2", "chai-string": "^1.5.0",