fix(driver-test-support): update dependency chai to v5.2.0 (#20998)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-02-17 09:50:41 +01:00
committed by GitHub
parent 3dc7336b5f
commit ca456e5236
3 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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",