Skip to content

Commit

Permalink
meta: update dependency chai to v4.4.0 (#16931)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 5, 2024
1 parent aca2606 commit b2b7075
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ephys/eslint-config-typescript": "19.0.2",
"@rushstack/eslint-patch": "1.6.1",
"@types/node": "20.10.6",
"chai": "4.3.10",
"chai": "4.4.0",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"esbuild": "0.17.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/snowflake-sdk": "1.6.20",
"@types/tedious": "4.0.14",
"@types/uuid": "9.0.7",
"chai": "4.3.10",
"chai": "4.4.0",
"chai-as-promised": "7.1.1",
"chai-datetime": "1.8.0",
"delay": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/chai": "4.3.11",
"@types/chai-as-promised": "7.1.8",
"chai": "4.3.10",
"chai": "4.4.0",
"chai-as-promised": "7.1.1",
"mocha": "10.2.0"
}
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ __metadata:
"@types/uuid": "npm:9.0.7"
"@types/validator": "npm:^13.7.5"
bnf-parser: "npm:3.1.6"
chai: "npm:4.3.10"
chai: "npm:4.4.0"
chai-as-promised: "npm:7.1.1"
chai-datetime: "npm:1.8.0"
dayjs: "npm:^1.11.5"
Expand Down Expand Up @@ -2210,7 +2210,7 @@ __metadata:
"@ephys/eslint-config-typescript": "npm:19.0.2"
"@rushstack/eslint-patch": "npm:1.6.1"
"@types/node": "npm:20.10.6"
chai: "npm:4.3.10"
chai: "npm:4.4.0"
concurrently: "npm:8.2.2"
cross-env: "npm:7.0.3"
esbuild: "npm:0.17.19"
Expand Down Expand Up @@ -2243,7 +2243,7 @@ __metadata:
"@sequelize/core": "workspace:*"
"@types/chai": "npm:4.3.11"
"@types/chai-as-promised": "npm:7.1.8"
chai: "npm:4.3.10"
chai: "npm:4.4.0"
chai-as-promised: "npm:7.1.1"
lodash: "npm:^4.17.21"
mocha: "npm:10.2.0"
Expand Down Expand Up @@ -4392,9 +4392,9 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:4.3.10":
version: 4.3.10
resolution: "chai@npm:4.3.10"
"chai@npm:4.4.0":
version: 4.4.0
resolution: "chai@npm:4.4.0"
dependencies:
assertion-error: "npm:^1.1.0"
check-error: "npm:^1.0.3"
Expand All @@ -4403,7 +4403,7 @@ __metadata:
loupe: "npm:^2.3.6"
pathval: "npm:^1.1.1"
type-detect: "npm:^4.0.8"
checksum: c887d24f67be6fb554c7ebbde3bb0568697a8833d475e4768296916891ba143f25fc079f6eb34146f3dd5a3279d34c1f387c32c9a6ab288e579f948d9ccf53fe
checksum: 34b6b616e77b42ae746f397ef8affaa0f3f2aa3955985de6d0faabcc9de250546e9e4f0d6bd9e59c920ff5f67937e6fa6e0f02752c0c3c43b0904e4f423cb9f7
languageName: node
linkType: hard

Expand Down

0 comments on commit b2b7075

Please sign in to comment.