Skip to content

Commit

Permalink
Bump mocha from 10.2.0 to 10.4.0 (#595)
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.4.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.4.0)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Apr 15, 2024
1 parent 035abc9 commit cea4571
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 57 deletions.
67 changes: 16 additions & 51 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 packages/file-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"should": "^13.2.3",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gcs-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"should": "^13.2.3",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"should": "^13.2.3",
"typescript": "^5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/supertest": "^2.0.16",
"eslint": "^8.56.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"node-mocks-http": "^1.14.1",
"should": "^13.2.3",
"sinon": "^15.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"should": "^13.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/sinon": "^10.0.20",
"@types/supertest": "^2.0.16",
"@types/throttle": "^1.0.4",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"rimraf": "^3.0.2",
"should": "^13.2.3",
"sinon": "^15.2.0",
Expand Down

0 comments on commit cea4571

Please sign in to comment.