Skip to content

Commit

Permalink
chore(deps): update dependency @types/mocha to v10.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent cb512b3 commit 68c6965
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 @@ -41,7 +41,7 @@
"@octokit/types": "12.1.1",
"@types/chai": "4.3.9",
"@types/conventional-commits-parser": "3.0.6",
"@types/mocha": "10.0.3",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"@types/semver": "7.5.4",
"c8": "8.0.1",
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.9",
"@types/mocha": "10.0.3",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"c8": "8.0.1",
"chai": "4.3.10",
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.9",
"@types/mocha": "10.0.3",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"c8": "8.0.1",
"chai": "4.3.10",
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.9",
"@types/mocha": "10.0.3",
"@types/mocha": "10.0.4",
"@types/node": "20.8.10",
"c8": "8.0.1",
"chai": "4.3.10",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ __metadata:
"@octokit/types": "npm:12.1.1"
"@types/chai": "npm:4.3.9"
"@types/conventional-commits-parser": "npm:3.0.6"
"@types/mocha": "npm:10.0.3"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
"@types/semver": "npm:7.5.4"
c8: "npm:8.0.1"
Expand All @@ -680,7 +680,7 @@ __metadata:
"@actions/github": "npm:5.1.1"
"@kie/mock-github": "npm:2.0.0"
"@types/chai": "npm:4.3.9"
"@types/mocha": "npm:10.0.3"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
c8: "npm:8.0.1"
chai: "npm:4.3.10"
Expand All @@ -699,7 +699,7 @@ __metadata:
"@actions/github": "npm:5.1.1"
"@kie/mock-github": "npm:2.0.0"
"@types/chai": "npm:4.3.9"
"@types/mocha": "npm:10.0.3"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
c8: "npm:8.0.1"
chai: "npm:4.3.10"
Expand All @@ -718,7 +718,7 @@ __metadata:
"@actions/github": "npm:5.1.1"
"@kie/mock-github": "npm:2.0.0"
"@types/chai": "npm:4.3.9"
"@types/mocha": "npm:10.0.3"
"@types/mocha": "npm:10.0.4"
"@types/node": "npm:20.8.10"
c8: "npm:8.0.1"
chai: "npm:4.3.10"
Expand Down Expand Up @@ -1196,10 +1196,10 @@ __metadata:
languageName: node
linkType: hard

"@types/mocha@npm:10.0.3":
version: 10.0.3
resolution: "@types/mocha@npm:10.0.3"
checksum: 842235a90ec401d42b10bbdd1e4b040e529f96b6e4dc745ff44739f25e39f6dfb1c193660e139b3ba44b5d61b3b48891776ea776aed4506df0557a434151fde0
"@types/mocha@npm:10.0.4":
version: 10.0.4
resolution: "@types/mocha@npm:10.0.4"
checksum: 19efb41146c94a313e50385e449ccc322aa6b04edacd6f11b27aee2c027a2b07525b478e7d243163748c1533e370511fb5d9457e473a23dc0afd22692aecc882
languageName: node
linkType: hard

Expand Down

0 comments on commit 68c6965

Please sign in to comment.