Skip to content

Commit f52ed62

Browse files
chore(deps): update dependency mocha to v10.5.0
1 parent dfb8a44 commit f52ed62

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"eslint-plugin-tsdoc": "0.3.0",
5454
"globals": "15.6.0",
5555
"lint-staged": "15.2.7",
56-
"mocha": "10.4.0",
56+
"mocha": "10.5.0",
5757
"prettier": "3.3.2",
5858
"prettier-package-json": "2.8.0",
5959
"prettier-plugin-organize-imports": "3.2.4",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,9 @@ __metadata:
819819
languageName: node
820820
linkType: hard
821821

822-
"chokidar@npm:3.5.3":
823-
version: 3.5.3
824-
resolution: "chokidar@npm:3.5.3"
822+
"chokidar@npm:^3.5.3":
823+
version: 3.6.0
824+
resolution: "chokidar@npm:3.6.0"
825825
dependencies:
826826
anymatch: "npm:~3.1.2"
827827
braces: "npm:~3.0.2"
@@ -834,7 +834,7 @@ __metadata:
834834
dependenciesMeta:
835835
fsevents:
836836
optional: true
837-
checksum: 10c0/1076953093e0707c882a92c66c0f56ba6187831aa51bb4de878c1fec59ae611a3bf02898f190efec8e77a086b8df61c2b2a3ea324642a0558bdf8ee6c5dc9ca1
837+
checksum: 10c0/8361dcd013f2ddbe260eacb1f3cb2f2c6f2b0ad118708a343a5ed8158941a39cb8fb1d272e0f389712e74ee90ce8ba864eece9e0e62b9705cb468a2f6d917462
838838
languageName: node
839839
linkType: hard
840840

@@ -2396,13 +2396,13 @@ __metadata:
23962396
languageName: node
23972397
linkType: hard
23982398

2399-
"mocha@npm:10.4.0":
2400-
version: 10.4.0
2401-
resolution: "mocha@npm:10.4.0"
2399+
"mocha@npm:10.5.0":
2400+
version: 10.5.0
2401+
resolution: "mocha@npm:10.5.0"
24022402
dependencies:
24032403
ansi-colors: "npm:4.1.1"
24042404
browser-stdout: "npm:1.3.1"
2405-
chokidar: "npm:3.5.3"
2405+
chokidar: "npm:^3.5.3"
24062406
debug: "npm:4.3.4"
24072407
diff: "npm:5.0.0"
24082408
escape-string-regexp: "npm:4.0.0"
@@ -2423,7 +2423,7 @@ __metadata:
24232423
bin:
24242424
_mocha: bin/_mocha
24252425
mocha: bin/mocha.js
2426-
checksum: 10c0/e572e9d8c164e98f64de7e9498608de042fd841c6a7441f456a5e216e9aed2299e2c568d9dc27f2be2de06521e6b2d1dd774ab58a243b1c7697d14aec2f0f7f7
2426+
checksum: 10c0/f59f170b9a574efbf79a4b411aa1e03fd90eb31af5d51afc136c8f5a803699e916d91f4b9981d5ed813b4d594d55bd0df4e602f58d9cc6520d51cdf688256db4
24272427
languageName: node
24282428
linkType: hard
24292429

@@ -3413,7 +3413,7 @@ __metadata:
34133413
execa: "npm:9.3.0"
34143414
globals: "npm:15.6.0"
34153415
lint-staged: "npm:15.2.7"
3416-
mocha: "npm:10.4.0"
3416+
mocha: "npm:10.5.0"
34173417
prettier: "npm:3.3.2"
34183418
prettier-package-json: "npm:2.8.0"
34193419
prettier-plugin-organize-imports: "npm:3.2.4"

0 commit comments

Comments
 (0)