Skip to content

Commit 1c0d12a

Browse files
Bump mocha from 10.8.2 to 11.1.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.8.2...v11.1.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 490035b commit 1c0d12a

File tree

2 files changed

+11
-57
lines changed

2 files changed

+11
-57
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"chai": "^4.5.0",
2828
"eslint": "^8.57.0",
2929
"eslint-plugin-node": "^11.1.0",
30-
"mocha": "^10.8.2",
30+
"mocha": "^11.1.0",
3131
"mock-fs": "^5.4.1",
3232
"nyc": "^17.1.0",
3333
"proxyquire": "^2.1.3",

yarn.lock

Lines changed: 10 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -826,17 +826,6 @@ __metadata:
826826
languageName: node
827827
linkType: hard
828828

829-
"cliui@npm:^7.0.2":
830-
version: 7.0.4
831-
resolution: "cliui@npm:7.0.4"
832-
dependencies:
833-
string-width: "npm:^4.2.0"
834-
strip-ansi: "npm:^6.0.0"
835-
wrap-ansi: "npm:^7.0.0"
836-
checksum: 10/db858c49af9d59a32d603987e6fddaca2ce716cd4602ba5a2bb3a5af1351eebe82aba8dff3ef3e1b331f7fa9d40ca66e67bdf8e7c327ce0ea959747ead65c0ef
837-
languageName: node
838-
linkType: hard
839-
840829
"cliui@npm:^8.0.1":
841830
version: 8.0.1
842831
resolution: "cliui@npm:8.0.1"
@@ -1488,7 +1477,7 @@ __metadata:
14881477
languageName: node
14891478
linkType: hard
14901479

1491-
"glob@npm:^10.2.2, glob@npm:^10.3.10":
1480+
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.5":
14921481
version: 10.4.5
14931482
resolution: "glob@npm:10.4.5"
14941483
dependencies:
@@ -1518,19 +1507,6 @@ __metadata:
15181507
languageName: node
15191508
linkType: hard
15201509

1521-
"glob@npm:^8.1.0":
1522-
version: 8.1.0
1523-
resolution: "glob@npm:8.1.0"
1524-
dependencies:
1525-
fs.realpath: "npm:^1.0.0"
1526-
inflight: "npm:^1.0.4"
1527-
inherits: "npm:2"
1528-
minimatch: "npm:^5.0.1"
1529-
once: "npm:^1.3.0"
1530-
checksum: 10/9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e
1531-
languageName: node
1532-
linkType: hard
1533-
15341510
"globals@npm:^11.1.0":
15351511
version: 11.12.0
15361512
resolution: "globals@npm:11.12.0"
@@ -2175,7 +2151,7 @@ __metadata:
21752151
languageName: node
21762152
linkType: hard
21772153

2178-
"minimatch@npm:^5.0.1, minimatch@npm:^5.1.6":
2154+
"minimatch@npm:^5.1.6":
21792155
version: 5.1.6
21802156
resolution: "minimatch@npm:5.1.6"
21812157
dependencies:
@@ -2286,9 +2262,9 @@ __metadata:
22862262
languageName: node
22872263
linkType: hard
22882264

2289-
"mocha@npm:^10.8.2":
2290-
version: 10.8.2
2291-
resolution: "mocha@npm:10.8.2"
2265+
"mocha@npm:^11.1.0":
2266+
version: 11.1.0
2267+
resolution: "mocha@npm:11.1.0"
22922268
dependencies:
22932269
ansi-colors: "npm:^4.1.3"
22942270
browser-stdout: "npm:^1.3.1"
@@ -2297,7 +2273,7 @@ __metadata:
22972273
diff: "npm:^5.2.0"
22982274
escape-string-regexp: "npm:^4.0.0"
22992275
find-up: "npm:^5.0.0"
2300-
glob: "npm:^8.1.0"
2276+
glob: "npm:^10.4.5"
23012277
he: "npm:^1.2.0"
23022278
js-yaml: "npm:^4.1.0"
23032279
log-symbols: "npm:^4.1.0"
@@ -2307,13 +2283,13 @@ __metadata:
23072283
strip-json-comments: "npm:^3.1.1"
23082284
supports-color: "npm:^8.1.1"
23092285
workerpool: "npm:^6.5.1"
2310-
yargs: "npm:^16.2.0"
2311-
yargs-parser: "npm:^20.2.9"
2286+
yargs: "npm:^17.7.2"
2287+
yargs-parser: "npm:^21.1.1"
23122288
yargs-unparser: "npm:^2.0.0"
23132289
bin:
23142290
_mocha: bin/_mocha
23152291
mocha: bin/mocha.js
2316-
checksum: 10/903bbffcb195ef9d36b27db54e3462c5486de1397289e0953735b3530397a139336c452bcf5188c663496c660d2285bbb6c7213290d36d536ad647b6145cb917
2292+
checksum: 10/50d1305813d1b3f5882e17d0fbe66793c82bc6b5286ed3e56bbe9edf52446ed27486f41b08a2b4b79e2dbbbb34e0e51d647d58de61b7aedb6f076296b374a263
23172293
languageName: node
23182294
linkType: hard
23192295

@@ -2347,7 +2323,7 @@ __metadata:
23472323
eslint: "npm:^8.57.0"
23482324
eslint-plugin-node: "npm:^11.1.0"
23492325
luxon: "npm:^3.5.0"
2350-
mocha: "npm:^10.8.2"
2326+
mocha: "npm:^11.1.0"
23512327
mock-fs: "npm:^5.4.1"
23522328
nyc: "npm:^17.1.0"
23532329
proxyquire: "npm:^2.1.3"
@@ -3439,13 +3415,6 @@ __metadata:
34393415
languageName: node
34403416
linkType: hard
34413417

3442-
"yargs-parser@npm:^20.2.2, yargs-parser@npm:^20.2.9":
3443-
version: 20.2.9
3444-
resolution: "yargs-parser@npm:20.2.9"
3445-
checksum: 10/0188f430a0f496551d09df6719a9132a3469e47fe2747208b1dd0ab2bb0c512a95d0b081628bbca5400fb20dbf2fabe63d22badb346cecadffdd948b049f3fcc
3446-
languageName: node
3447-
linkType: hard
3448-
34493418
"yargs-parser@npm:^21.1.1":
34503419
version: 21.1.1
34513420
resolution: "yargs-parser@npm:21.1.1"
@@ -3484,21 +3453,6 @@ __metadata:
34843453
languageName: node
34853454
linkType: hard
34863455

3487-
"yargs@npm:^16.2.0":
3488-
version: 16.2.0
3489-
resolution: "yargs@npm:16.2.0"
3490-
dependencies:
3491-
cliui: "npm:^7.0.2"
3492-
escalade: "npm:^3.1.1"
3493-
get-caller-file: "npm:^2.0.5"
3494-
require-directory: "npm:^2.1.1"
3495-
string-width: "npm:^4.2.0"
3496-
y18n: "npm:^5.0.5"
3497-
yargs-parser: "npm:^20.2.2"
3498-
checksum: 10/807fa21211d2117135d557f95fcd3c3d390530cda2eca0c840f1d95f0f40209dcfeb5ec18c785a1f3425896e623e3b2681e8bb7b6600060eda1c3f4804e7957e
3499-
languageName: node
3500-
linkType: hard
3501-
35023456
"yargs@npm:^17.7.2":
35033457
version: 17.7.2
35043458
resolution: "yargs@npm:17.7.2"

0 commit comments

Comments
 (0)