From f91f16926823d59e27b2d78c69dddf0f16bbe673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:58:42 +0000 Subject: [PATCH] Chore(deps-dev): Bump chai from 4.3.4 to 6.2.2 in /webroot Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 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.3.4...v6.2.2) --- updated-dependencies: - dependency-name: chai dependency-version: 6.2.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webroot/package.json | 2 +- webroot/yarn.lock | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/webroot/package.json b/webroot/package.json index c7c1fa98d..edefb9ac1 100644 --- a/webroot/package.json +++ b/webroot/package.json @@ -70,7 +70,7 @@ "axe-core": "^4.13.0", "babel-loader": "^10.1.1", "babel-plugin-istanbul": "^6.1.1", - "chai": "^4.1.2", + "chai": "^6.2.2", "chai-match-pattern": "^1.3.0", "chalk": "^4.1.2", "cypress": "^15.20.0", diff --git a/webroot/yarn.lock b/webroot/yarn.lock index 8cf42d049..c16a32a3e 100644 --- a/webroot/yarn.lock +++ b/webroot/yarn.lock @@ -3818,7 +3818,7 @@ chai-match-pattern@^1.3.0: dependencies: lodash-match-pattern "^2.3.1" -chai@^4.1.0, chai@^4.1.2: +chai@^4.1.0: version "4.3.4" resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.4.tgz#b55e655b31e1eac7099be4c08c21964fce2e6c49" integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA== @@ -3830,6 +3830,11 @@ chai@^4.1.0, chai@^4.1.2: pathval "^1.1.1" type-detect "^4.0.5" +chai@^6.2.2: + version "6.2.2" + resolved "https://registry.yarnpkg.com/chai/-/chai-6.2.2.tgz#ae41b52c9aca87734505362717f3255facda360e" + integrity sha512-NUPRluOfOiTKBKvWPtSD4PhFvWCqOi0BGStNWs57X9js7XGTprSmFoz5F0tWhR4WPjNeR9jXqdC7/UpSJTnlRg== + chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" @@ -12134,12 +12139,12 @@ type-check@^0.4.0, type-check@~0.4.0: dependencies: prelude-ls "^1.2.1" -type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5: +type-detect@4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== -type-detect@^4.1.0: +type-detect@^4.0.0, type-detect@^4.0.5, type-detect@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.1.0.tgz#deb2453e8f08dcae7ae98c626b13dddb0155906c" integrity sha512-Acylog8/luQ8L7il+geoSxhEkazvkslg7PSNKOX59mbB9cOveP5aq9h74Y7YU8yDpJwetzQQrfIwtf4Wp4LKcw==