Skip to content

Commit 8369e83

Browse files
Bump mocha from 10.4.0 to 11.0.1 (#693)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.4.0 to 11.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.4.0...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0326da commit 8369e83

File tree

8 files changed

+321
-101
lines changed

8 files changed

+321
-101
lines changed

package-lock.json

Lines changed: 314 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/azure-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/debug": "^4.1.12",
2828
"@types/mocha": "^10.0.6",
2929
"@types/node": "^22.10.1",
30-
"mocha": "^10.4.0",
30+
"mocha": "^11.0.1",
3131
"should": "^13.2.3"
3232
},
3333
"engines": {

packages/file-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/debug": "^4.1.12",
2222
"@types/mocha": "^10.0.6",
2323
"@types/node": "^22.10.1",
24-
"mocha": "^10.4.0",
24+
"mocha": "^11.0.1",
2525
"should": "^13.2.3"
2626
},
2727
"optionalDependencies": {

packages/gcs-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/debug": "^4.1.12",
2424
"@types/mocha": "^10.0.6",
2525
"@types/node": "^22.10.1",
26-
"mocha": "^10.4.0",
26+
"mocha": "^11.0.1",
2727
"should": "^13.2.3"
2828
},
2929
"peerDependencies": {

packages/s3-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/mocha": "^10.0.6",
3131
"@types/multistream": "^4.1.3",
3232
"@types/node": "^22.10.1",
33-
"mocha": "^10.4.0",
33+
"mocha": "^11.0.1",
3434
"should": "^13.2.3"
3535
},
3636
"engines": {

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^22.10.1",
2626
"@types/sinon": "^17.0.3",
2727
"@types/supertest": "^2.0.16",
28-
"mocha": "^10.4.0",
28+
"mocha": "^11.0.1",
2929
"node-mocks-http": "^1.16.1",
3030
"should": "^13.2.3",
3131
"sinon": "^18.0.0",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/mocha": "^10.0.6",
1919
"@types/node": "^22.10.1",
2020
"ioredis": "^5.4.1",
21-
"mocha": "^10.4.0",
21+
"mocha": "^11.0.1",
2222
"should": "^13.2.3",
2323
"ts-node": "^10.9.2"
2424
},

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/sinon": "^17.0.3",
2323
"@types/supertest": "^2.0.16",
2424
"@types/throttle": "^1.0.4",
25-
"mocha": "^10.4.0",
25+
"mocha": "^11.0.1",
2626
"rimraf": "^3.0.2",
2727
"should": "^13.2.3",
2828
"sinon": "^18.0.0",

0 commit comments

Comments
 (0)