From 03d04aa9bec0c0d84d980bd7f102478f0b5e4958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:48:07 +0000 Subject: [PATCH] build(deps-dev): bump chai from 6.2.1 to 6.2.2 in the dev-testing group Bumps the dev-testing group with 1 update: [chai](https://github.com/chaijs/chai). Updates `chai` from 6.2.1 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/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-testing ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d32a21..84d1e89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@commitlint/config-angular": "20.2.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "chai": "6.2.1", + "chai": "6.2.2", "eslint": "9.39.2", "husky": "9.1.7", "mocha": "11.7.5", @@ -2884,9 +2884,9 @@ "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" }, "node_modules/chai": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.1.tgz", - "integrity": "sha512-p4Z49OGG5W/WBCPSS/dH3jQ73kD6tiMmUM+bckNK6Jr5JHMG3k9bg/BvKR8lKmtVBKmOiuVaV2ws8s9oSbwysg==", + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/chai/-/chai-6.2.2.tgz", + "integrity": "sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 4b8d2d8..a7b3f6b 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@commitlint/config-angular": "20.2.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", - "chai": "6.2.1", + "chai": "6.2.2", "eslint": "9.39.2", "husky": "9.1.7", "mocha": "11.7.5",