Skip to content

Commit

Permalink
chore(deps-dev): bump @types/mocha from 10.0.3 to 10.0.6 (#5676)
Browse files Browse the repository at this point in the history
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.3 to 10.0.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

---
updated-dependencies:
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent 88ea381 commit 8b024dc
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 64 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/tar": "^6.1.10",
"@types/unzipper": "^0.10.8",
"chai": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"@types/lodash-es": "^4.17.9",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"@types/node-forge": "^1.3.1",
"@types/normalize-path": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/chai": "^4.3.6",
"@types/lodash-es": "^4.17.9",
"@types/minimist": "^1.2.2",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.7",
"chalk": "^4.1.2",
Expand Down
70 changes: 14 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/conftest-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest-kubernetes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conftest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/jib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/chai": "^4.3.4",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.9",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/chai": "^4.3.4",
"@types/hapi__joi": "^17.1.9",
"@types/json-merge-patch": "0.0.8",
"@types/mocha": "^10.0.1",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"chai": "^4.3.7",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 8b024dc

Please sign in to comment.