Skip to content

Commit 238c025

Browse files
chore(deps): update dependency mocha to v11.5.0
1 parent c96b3df commit 238c025

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@mikro-orm/cli": "^6.1.0",
2222
"expect": "29.7.0",
23-
"mocha": "11.4.0",
23+
"mocha": "11.5.0",
2424
"nodemon": "^3.0.3",
2525
"supertest": "^7.0.0"
2626
},

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,14 +1437,7 @@ minimatch@^3.1.2:
14371437
dependencies:
14381438
brace-expansion "^1.1.7"
14391439

1440-
minimatch@^5.1.6:
1441-
version "5.1.6"
1442-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1443-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1444-
dependencies:
1445-
brace-expansion "^2.0.1"
1446-
1447-
minimatch@^9.0.4:
1440+
minimatch@^9.0.4, minimatch@^9.0.5:
14481441
version "9.0.5"
14491442
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
14501443
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -1466,10 +1459,10 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
14661459
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
14671460
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
14681461

1469-
mocha@11.4.0:
1470-
version "11.4.0"
1471-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4.0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd"
1472-
integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A==
1462+
mocha@11.5.0:
1463+
version "11.5.0"
1464+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.5.0.tgz#7b042964437c0829c7e492b8d8864eb0ca96504c"
1465+
integrity sha512-VKDjhy6LMTKm0WgNEdlY77YVsD49LZnPSXJAaPNL9NRYQADxvORsyG1DIQY6v53BKTnlNbEE2MbVCDbnxr4K3w==
14731466
dependencies:
14741467
browser-stdout "^1.3.1"
14751468
chokidar "^4.0.1"
@@ -1481,7 +1474,7 @@ [email protected]:
14811474
he "^1.2.0"
14821475
js-yaml "^4.1.0"
14831476
log-symbols "^4.1.0"
1484-
minimatch "^5.1.6"
1477+
minimatch "^9.0.5"
14851478
ms "^2.1.3"
14861479
picocolors "^1.1.1"
14871480
serialize-javascript "^6.0.2"

0 commit comments

Comments
 (0)