Skip to content

Commit 3e25515

Browse files
Bump mocha from 10.8.2 to 11.0.1
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 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.8.2...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 25aa4e1 commit 3e25515

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
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.0.1",
3131
"mock-fs": "^5.4.1",
3232
"nyc": "^17.1.0",
3333
"proxyquire": "^2.1.3",

yarn.lock

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1488,7 +1488,7 @@ __metadata:
14881488
languageName: node
14891489
linkType: hard
14901490

1491-
"glob@npm:^10.2.2, glob@npm:^10.3.10":
1491+
"glob@npm:^10.2.2, glob@npm:^10.3.10, glob@npm:^10.4.5":
14921492
version: 10.4.5
14931493
resolution: "glob@npm:10.4.5"
14941494
dependencies:
@@ -1518,19 +1518,6 @@ __metadata:
15181518
languageName: node
15191519
linkType: hard
15201520

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-
15341521
"globals@npm:^11.1.0":
15351522
version: 11.12.0
15361523
resolution: "globals@npm:11.12.0"
@@ -2175,7 +2162,7 @@ __metadata:
21752162
languageName: node
21762163
linkType: hard
21772164

2178-
"minimatch@npm:^5.0.1, minimatch@npm:^5.1.6":
2165+
"minimatch@npm:^5.1.6":
21792166
version: 5.1.6
21802167
resolution: "minimatch@npm:5.1.6"
21812168
dependencies:
@@ -2286,9 +2273,9 @@ __metadata:
22862273
languageName: node
22872274
linkType: hard
22882275

2289-
"mocha@npm:^10.8.2":
2290-
version: 10.8.2
2291-
resolution: "mocha@npm:10.8.2"
2276+
"mocha@npm:^11.0.1":
2277+
version: 11.0.1
2278+
resolution: "mocha@npm:11.0.1"
22922279
dependencies:
22932280
ansi-colors: "npm:^4.1.3"
22942281
browser-stdout: "npm:^1.3.1"
@@ -2297,7 +2284,7 @@ __metadata:
22972284
diff: "npm:^5.2.0"
22982285
escape-string-regexp: "npm:^4.0.0"
22992286
find-up: "npm:^5.0.0"
2300-
glob: "npm:^8.1.0"
2287+
glob: "npm:^10.4.5"
23012288
he: "npm:^1.2.0"
23022289
js-yaml: "npm:^4.1.0"
23032290
log-symbols: "npm:^4.1.0"
@@ -2313,7 +2300,7 @@ __metadata:
23132300
bin:
23142301
_mocha: bin/_mocha
23152302
mocha: bin/mocha.js
2316-
checksum: 10/903bbffcb195ef9d36b27db54e3462c5486de1397289e0953735b3530397a139336c452bcf5188c663496c660d2285bbb6c7213290d36d536ad647b6145cb917
2303+
checksum: 10/8c14292a90e8db4f199e70a007da082cabc2a3be803f95885ab03e32cb4dd7c3978c0b50d1f963c33eacaa981f105cf7c89c7fc4c14649dcbfd0e0f2d712c1e3
23172304
languageName: node
23182305
linkType: hard
23192306

@@ -2347,7 +2334,7 @@ __metadata:
23472334
eslint: "npm:^8.57.0"
23482335
eslint-plugin-node: "npm:^11.1.0"
23492336
luxon: "npm:^3.5.0"
2350-
mocha: "npm:^10.8.2"
2337+
mocha: "npm:^11.0.1"
23512338
mock-fs: "npm:^5.4.1"
23522339
nyc: "npm:^17.1.0"
23532340
proxyquire: "npm:^2.1.3"

0 commit comments

Comments
 (0)