Skip to content

Commit 2a8e914

Browse files
Update dependency mocha to v11.5.0 (#243)
1 parent 82573b0 commit 2a8e914

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"eslint": "9.27.0",
8080
"eslint-config-prettier": "9.1.0",
8181
"globals": "15.15.0",
82-
"mocha": "11.4.0",
82+
"mocha": "11.5.0",
8383
"prettier": "3.5.3",
8484
"ts-node": "10.9.2",
8585
"typescript": "5.8.3",

yarn.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,16 +3131,7 @@ __metadata:
31313131
languageName: node
31323132
linkType: hard
31333133

3134-
"minimatch@npm:^5.1.6":
3135-
version: 5.1.6
3136-
resolution: "minimatch@npm:5.1.6"
3137-
dependencies:
3138-
brace-expansion: "npm:^2.0.1"
3139-
checksum: 10c0/3defdfd230914f22a8da203747c42ee3c405c39d4d37ffda284dac5e45b7e1f6c49aa8be606509002898e73091ff2a3bbfc59c2c6c71d4660609f63aa92f98e3
3140-
languageName: node
3141-
linkType: hard
3142-
3143-
"minimatch@npm:^9.0.4":
3134+
"minimatch@npm:^9.0.4, minimatch@npm:^9.0.5":
31443135
version: 9.0.5
31453136
resolution: "minimatch@npm:9.0.5"
31463137
dependencies:
@@ -3174,9 +3165,9 @@ __metadata:
31743165
languageName: node
31753166
linkType: hard
31763167

3177-
"mocha@npm:11.4.0":
3178-
version: 11.4.0
3179-
resolution: "mocha@npm:11.4.0"
3168+
"mocha@npm:11.5.0":
3169+
version: 11.5.0
3170+
resolution: "mocha@npm:11.5.0"
31803171
dependencies:
31813172
browser-stdout: "npm:^1.3.1"
31823173
chokidar: "npm:^4.0.1"
@@ -3188,7 +3179,7 @@ __metadata:
31883179
he: "npm:^1.2.0"
31893180
js-yaml: "npm:^4.1.0"
31903181
log-symbols: "npm:^4.1.0"
3191-
minimatch: "npm:^5.1.6"
3182+
minimatch: "npm:^9.0.5"
31923183
ms: "npm:^2.1.3"
31933184
picocolors: "npm:^1.1.1"
31943185
serialize-javascript: "npm:^6.0.2"
@@ -3201,7 +3192,7 @@ __metadata:
32013192
bin:
32023193
_mocha: bin/_mocha
32033194
mocha: bin/mocha.js
3204-
checksum: 10c0/f5c11d1037b2556e586f3f896c7fff7502ee62a6a8cd8d8de396e091195cda73817f4e6e16987ac4b1b5c6d24aebe892eb9ffdbc0c500ae0b0daad987f467609
3195+
checksum: 10c0/c8ffb6328e2073a344ef9c4a340a4babf267d02464283b12c1a7ffc8e2ee8db0816162b937a9fd1b1d3db7e5d2aaa04a44baf37672f8db566e919cd21d77f7b1
32053196
languageName: node
32063197
linkType: hard
32073198

@@ -3742,7 +3733,7 @@ __metadata:
37423733
eslint: "npm:9.27.0"
37433734
eslint-config-prettier: "npm:9.1.0"
37443735
globals: "npm:15.15.0"
3745-
mocha: "npm:11.4.0"
3736+
mocha: "npm:11.5.0"
37463737
prettier: "npm:3.5.3"
37473738
ts-node: "npm:10.9.2"
37483739
typescript: "npm:5.8.3"

0 commit comments

Comments
 (0)