From 035a663be1a4018c3c0c378a7a80d9a36ce827c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 22:01:23 +0000 Subject: [PATCH] Bump chai from 6.2.0 to 6.2.1 Bumps [chai](https://github.com/chaijs/chai) from 6.2.0 to 6.2.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/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9674c4b..9af859f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@starryinternet/eslint-config-starry": "11.0.0", "benny": "3.7.1", - "chai": "6.2.0", + "chai": "6.2.1", "eslint-plugin-mocha": "11.2.0", "mocha": "11.7.4", "nyc": "17.1.0",