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==