Skip to content

Commit

Permalink
chore(deps): update dependency @types/chai to v4.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent f2b88d5 commit 5adc119
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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 @@ -39,7 +39,7 @@
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@octokit/types": "12.2.0",
"@types/chai": "4.3.9",
"@types/chai": "4.3.10",
"@types/conventional-commits-parser": "3.0.6",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@types/chai": "4.3.9",
"@types/chai": "4.3.10",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"c8": "8.0.1",
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 @@ -34,7 +34,7 @@
},
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@types/chai": "4.3.9",
"@types/chai": "4.3.10",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"c8": "8.0.1",
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 @@ -32,7 +32,7 @@
},
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@types/chai": "4.3.9",
"@types/chai": "4.3.10",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"c8": "8.0.1",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ __metadata:
"@kie/mock-github": "npm:2.0.0"
"@octokit/rest": "npm:20.0.2"
"@octokit/types": "npm:12.2.0"
"@types/chai": "npm:4.3.9"
"@types/chai": "npm:4.3.10"
"@types/conventional-commits-parser": "npm:3.0.6"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
Expand All @@ -679,7 +679,7 @@ __metadata:
"@actions/core": "npm:1.10.1"
"@actions/github": "npm:5.1.1"
"@kie/mock-github": "npm:2.0.0"
"@types/chai": "npm:4.3.9"
"@types/chai": "npm:4.3.10"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
c8: "npm:8.0.1"
Expand All @@ -698,7 +698,7 @@ __metadata:
"@actions/core": "npm:1.10.1"
"@actions/github": "npm:5.1.1"
"@kie/mock-github": "npm:2.0.0"
"@types/chai": "npm:4.3.9"
"@types/chai": "npm:4.3.10"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
c8: "npm:8.0.1"
Expand All @@ -717,7 +717,7 @@ __metadata:
"@actions/core": "npm:1.10.1"
"@actions/github": "npm:5.1.1"
"@kie/mock-github": "npm:2.0.0"
"@types/chai": "npm:4.3.9"
"@types/chai": "npm:4.3.10"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
c8: "npm:8.0.1"
Expand Down Expand Up @@ -1133,10 +1133,10 @@ __metadata:
languageName: node
linkType: hard

"@types/chai@npm:4.3.9":
version: 4.3.9
resolution: "@types/chai@npm:4.3.9"
checksum: 3c20a208840dfc15df15c555074bec14d8be7ed2c825f139250f99f944cf8f75b47e9741877688be8baa68d41c197c44e72baebcaa808fe81ae1234264b5f86e
"@types/chai@npm:4.3.10":
version: 4.3.10
resolution: "@types/chai@npm:4.3.10"
checksum: f388d813d3f3ca68a721ed7deccbb2fe5cbd7083f7a78a2fe4c1efbc58d99eca67957c9af0b6572fe265e12c809fa6e6728bf730ff95563c41f8c155fffa4ea4
languageName: node
linkType: hard

Expand Down

0 comments on commit 5adc119

Please sign in to comment.