Skip to content

Commit dbd764d

Browse files
Update dependency mocha to v11.7.4 (#272)
1 parent f2694ba commit dbd764d

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
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.37.0",
8080
"eslint-config-prettier": "10.1.8",
8181
"globals": "16.3.0",
82-
"mocha": "11.7.1",
82+
"mocha": "11.7.4",
8383
"prettier": "3.6.2",
8484
"ts-node": "10.9.2",
8585
"typescript": "5.9.2",

yarn.lock

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2869,6 +2869,13 @@ __metadata:
28692869
languageName: node
28702870
linkType: hard
28712871

2872+
"is-path-inside@npm:^3.0.3":
2873+
version: 3.0.3
2874+
resolution: "is-path-inside@npm:3.0.3"
2875+
checksum: 10c0/cf7d4ac35fb96bab6a1d2c3598fe5ebb29aafb52c0aaa482b5a3ed9d8ba3edc11631e3ec2637660c44b3ce0e61a08d54946e8af30dec0b60a7c27296c68ffd05
2876+
languageName: node
2877+
linkType: hard
2878+
28722879
"is-plain-obj@npm:^2.1.0":
28732880
version: 2.1.0
28742881
resolution: "is-plain-obj@npm:2.1.0"
@@ -3217,9 +3224,9 @@ __metadata:
32173224
languageName: node
32183225
linkType: hard
32193226

3220-
"mocha@npm:11.7.1":
3221-
version: 11.7.1
3222-
resolution: "mocha@npm:11.7.1"
3227+
"mocha@npm:11.7.4":
3228+
version: 11.7.4
3229+
resolution: "mocha@npm:11.7.4"
32233230
dependencies:
32243231
browser-stdout: "npm:^1.3.1"
32253232
chokidar: "npm:^4.0.1"
@@ -3229,6 +3236,7 @@ __metadata:
32293236
find-up: "npm:^5.0.0"
32303237
glob: "npm:^10.4.5"
32313238
he: "npm:^1.2.0"
3239+
is-path-inside: "npm:^3.0.3"
32323240
js-yaml: "npm:^4.1.0"
32333241
log-symbols: "npm:^4.1.0"
32343242
minimatch: "npm:^9.0.5"
@@ -3244,7 +3252,7 @@ __metadata:
32443252
bin:
32453253
_mocha: bin/_mocha
32463254
mocha: bin/mocha.js
3247-
checksum: 10c0/63817742cb265035bdb7796be90f4e8f3c53400d22e41c03310a65eee99baca653fa28992b04ec349bfe2b61857658610996850c0ddacf0a2aac13b755b1132d
3255+
checksum: 10c0/f84252dd93b7d67e20e3ca09c6be0da77d43795d502132a976450c5c19025de632bbaab6751dd1d8fd6311a3063d2f3647e61db84feb17900995d52e01cfb3b8
32483256
languageName: node
32493257
linkType: hard
32503258

@@ -3785,7 +3793,7 @@ __metadata:
37853793
eslint: "npm:9.37.0"
37863794
eslint-config-prettier: "npm:10.1.8"
37873795
globals: "npm:16.3.0"
3788-
mocha: "npm:11.7.1"
3796+
mocha: "npm:11.7.4"
37893797
prettier: "npm:3.6.2"
37903798
ts-node: "npm:10.9.2"
37913799
typescript: "npm:5.9.2"

0 commit comments

Comments
 (0)