diff --git a/package.json b/package.json index 07649271..cab5bc42 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@types/yargs": "^17.0.32", "@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/parser": "^6.15.0", - "chai": "^4.3.10", + "chai": "^4.4.1", "chai-as-promised": "^7.1.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", diff --git a/packages/testing-node/package.json b/packages/testing-node/package.json index 83647370..ad115204 100644 --- a/packages/testing-node/package.json +++ b/packages/testing-node/package.json @@ -21,7 +21,7 @@ "@file-services/types": "^8.3.3", "@wixc3/common": "^15.1.1", "@wixc3/patterns": "^15.3.1", - "chai": "^4.3.10", + "chai": "^4.4.1", "create-temp-directory": "^2.4.0", "promise-assist": "^2.0.1" } diff --git a/packages/testing/package.json b/packages/testing/package.json index 2e5b7815..6e45107d 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -20,7 +20,7 @@ "@file-services/types": "^8.3.3", "@wixc3/common": "^15.1.1", "@wixc3/patterns": "^15.3.1", - "chai": "^4.3.10", + "chai": "^4.4.1", "create-temp-directory": "^2.4.0", "promise-assist": "^2.0.1" } diff --git a/yarn.lock b/yarn.lock index 766b2547..41a8e50c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1346,10 +1346,10 @@ chai-as-promised@^7.1.1: dependencies: check-error "^1.0.2" -chai@^4.3.10: - version "4.3.10" - resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384" - integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g== +chai@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/chai/-/chai-4.4.1.tgz#3603fa6eba35425b0f2ac91a009fe924106e50d1" + integrity sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g== dependencies: assertion-error "^1.1.0" check-error "^1.0.3"