From b786c73ca7588fab0a2ff21ff1d11917df9e052d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:52:28 +0000 Subject: [PATCH] :arrow_up: deps: Bump chai from 5.3.3 to 6.0.1 Bumps [chai](https://github.com/chaijs/chai) from 5.3.3 to 6.0.1. - [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/v5.3.3...v6.0.1) --- updated-dependencies: - dependency-name: chai dependency-version: 6.0.1 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 6c7ef24fa..f5a408179 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@actions/artifact": "^2.3.2", "@vscode/vsce": "^3.0.0", "ajv": "^8.8.1", - "chai": "^5.1.0", + "chai": "^6.0.1", "deep-equal-in-any-order": "^2.0.6", "download": "^8.0.0", "fast-glob": "^3.2.12",