diff --git a/package-lock.json b/package-lock.json index 14b1f117d..b5cb34292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/xmldom": "0.1.34", "@types/yargs": "17.0.33", "asyncbox": "3.0.0", - "chai": "5.1.2", + "chai": "5.2.0", "chai-as-promised": "8.0.1", "conventional-changelog-conventionalcommits": "7.0.2", "cpy-cli": "5.0.0", @@ -5147,9 +5147,9 @@ } }, "node_modules/chai": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz", - "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz", + "integrity": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==", "license": "MIT", "dependencies": { "assertion-error": "^2.0.1", @@ -18386,7 +18386,7 @@ "@appium/types": "^0.24.0", "axios": "1.7.9", "bluebird": "3.7.2", - "chai": "5.1.2", + "chai": "5.2.0", "chai-as-promised": "8.0.1", "get-port": "5.1.1", "lodash": "4.17.21", @@ -19818,7 +19818,7 @@ "@appium/types": "^0.24.0", "axios": "1.7.9", "bluebird": "3.7.2", - "chai": "5.1.2", + "chai": "5.2.0", "chai-as-promised": "8.0.1", "get-port": "5.1.1", "lodash": "4.17.21", @@ -24016,9 +24016,9 @@ } }, "chai": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/chai/-/chai-5.1.2.tgz", - "integrity": "sha512-aGtmf24DW6MLHHG5gCx4zaI3uBq3KRtxeVs0DjFH6Z0rDNbsvTxFASFvdj79pxjxZ8/5u3PIiN3IwEIQkiiuPw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz", + "integrity": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==", "requires": { "assertion-error": "^2.0.1", "check-error": "^2.1.1", diff --git a/package.json b/package.json index 1faa723ff..ce7f3a5e5 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,7 @@ "@types/xmldom": "0.1.34", "@types/yargs": "17.0.33", "asyncbox": "3.0.0", - "chai": "5.1.2", + "chai": "5.2.0", "chai-as-promised": "8.0.1", "conventional-changelog-conventionalcommits": "7.0.2", "cpy-cli": "5.0.0", diff --git a/packages/driver-test-support/package.json b/packages/driver-test-support/package.json index 06fd564a1..0f4d68807 100644 --- a/packages/driver-test-support/package.json +++ b/packages/driver-test-support/package.json @@ -44,7 +44,7 @@ "@appium/types": "^0.24.0", "axios": "1.7.9", "bluebird": "3.7.2", - "chai": "5.1.2", + "chai": "5.2.0", "chai-as-promised": "8.0.1", "get-port": "5.1.1", "lodash": "4.17.21",