Skip to content

Commit

Permalink
chore(deps): update dependency chai to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 48c6164 commit 714724f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/action-automatic-releases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/node": "20.11.6",
"@types/semver": "7.5.6",
"c8": "9.1.0",
"chai": "5.0.0",
"chai": "5.0.3",
"mocha": "10.2.0",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/action-commit-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.11.6",
"c8": "9.1.0",
"chai": "5.0.0",
"chai": "5.0.3",
"json-schema-to-ts": "3.0.0",
"mocha": "10.2.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/action-label-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.11.6",
"c8": "9.1.0",
"chai": "5.0.0",
"chai": "5.0.3",
"mocha": "10.2.0",
"typescript": "5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/action-release-info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.11.6",
"c8": "9.1.0",
"chai": "5.0.0",
"chai": "5.0.3",
"mocha": "10.2.0",
"typescript": "5.3.3"
}
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ __metadata:
"@types/node": "npm:20.11.6"
"@types/semver": "npm:7.5.6"
c8: "npm:9.1.0"
chai: "npm:5.0.0"
chai: "npm:5.0.3"
conventional-changelog-angular: "npm:7.0.0"
conventional-commits-parser: "npm:5.0.0"
globby: "npm:14.0.0"
Expand All @@ -733,7 +733,7 @@ __metadata:
"@types/mocha": "npm:10.0.6"
"@types/node": "npm:20.11.6"
c8: "npm:9.1.0"
chai: "npm:5.0.0"
chai: "npm:5.0.3"
json-schema-to-ts: "npm:3.0.0"
mocha: "npm:10.2.0"
tslib: "npm:2.6.2"
Expand All @@ -752,7 +752,7 @@ __metadata:
"@types/mocha": "npm:10.0.6"
"@types/node": "npm:20.11.6"
c8: "npm:9.1.0"
chai: "npm:5.0.0"
chai: "npm:5.0.3"
mocha: "npm:10.2.0"
tslib: "npm:2.6.2"
typescript: "npm:5.3.3"
Expand All @@ -771,7 +771,7 @@ __metadata:
"@types/mocha": "npm:10.0.6"
"@types/node": "npm:20.11.6"
c8: "npm:9.1.0"
chai: "npm:5.0.0"
chai: "npm:5.0.3"
mocha: "npm:10.2.0"
tslib: "npm:2.6.2"
typescript: "npm:5.3.3"
Expand Down Expand Up @@ -2051,16 +2051,16 @@ __metadata:
languageName: node
linkType: hard

"chai@npm:5.0.0":
version: 5.0.0
resolution: "chai@npm:5.0.0"
"chai@npm:5.0.3":
version: 5.0.3
resolution: "chai@npm:5.0.3"
dependencies:
assertion-error: "npm:^2.0.1"
check-error: "npm:^2.0.0"
deep-eql: "npm:^5.0.1"
loupe: "npm:^3.0.0"
loupe: "npm:^3.1.0"
pathval: "npm:^2.0.0"
checksum: 6d6335c3c3a237d458f50efee6da99b8ed932b91fd18e85cc98c4e1cdc1f5319f550e5c08b89ca812873e9b874186701064c31d23392e47ef8a1055e2c86c0c1
checksum: 9e5ee04b4ba16d4a3c8804d085ae27eef9d0b76fce46bd949212bc11553094258835e488abd699b866220509ea1958085f0aeae063798ee6c78d8991e11adb7f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4100,7 +4100,7 @@ __metadata:
languageName: node
linkType: hard

"loupe@npm:^3.0.0":
"loupe@npm:^3.1.0":
version: 3.1.0
resolution: "loupe@npm:3.1.0"
dependencies:
Expand Down

0 comments on commit 714724f

Please sign in to comment.