Skip to content

Commit

Permalink
chore(deps): update dependency @types/chai to v4.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent e4db068 commit 99ff34c
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 @@ -40,7 +40,7 @@
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@octokit/types": "12.3.0",
"@types/chai": "4.3.10",
"@types/chai": "4.3.11",
"@types/conventional-commits-parser": "3.0.6",
"@types/mocha": "10.0.4",
"@types/node": "20.9.2",
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 @@ -33,7 +33,7 @@
},
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@types/chai": "4.3.10",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.4",
"@types/node": "20.9.2",
"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 @@ -35,7 +35,7 @@
},
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@types/chai": "4.3.10",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.4",
"@types/node": "20.9.2",
"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 @@ -33,7 +33,7 @@
},
"devDependencies": {
"@kie/mock-github": "2.0.0",
"@types/chai": "4.3.10",
"@types/chai": "4.3.11",
"@types/mocha": "10.0.4",
"@types/node": "20.9.2",
"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.3.0"
"@types/chai": "npm:4.3.10"
"@types/chai": "npm:4.3.11"
"@types/conventional-commits-parser": "npm:3.0.6"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.9.2"
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.10"
"@types/chai": "npm:4.3.11"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.9.2"
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.10"
"@types/chai": "npm:4.3.11"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.9.2"
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.10"
"@types/chai": "npm:4.3.11"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.9.2"
c8: "npm:8.0.1"
Expand Down Expand Up @@ -1224,10 +1224,10 @@ __metadata:
languageName: node
linkType: hard

"@types/chai@npm:4.3.10":
version: 4.3.10
resolution: "@types/chai@npm:4.3.10"
checksum: f388d813d3f3ca68a721ed7deccbb2fe5cbd7083f7a78a2fe4c1efbc58d99eca67957c9af0b6572fe265e12c809fa6e6728bf730ff95563c41f8c155fffa4ea4
"@types/chai@npm:4.3.11":
version: 4.3.11
resolution: "@types/chai@npm:4.3.11"
checksum: 0c216ac4a19bfbf8318bb104d32e50704ee2ffc4b538b976c4326e6638fee121462402caa570662227a2a218810388aadb14bdbd3d3d474ec300b00695db448a
languageName: node
linkType: hard

Expand Down

0 comments on commit 99ff34c

Please sign in to comment.