Skip to content

Commit 74ab2b3

Browse files
dependabot[bot]buffcode
authored andcommitted
build(deps-dev): bump mocha from 11.4.0 to 11.5.0
Bumps [mocha](https://github.com/mochajs/mocha) from 11.4.0 to 11.5.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.4.0...v11.5.0) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 384100b commit 74ab2b3

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
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/mocha": "10.0.10",
2727
"@types/node": "^18 || ^20 || ^22",
28-
"mocha": "11.4.0",
28+
"mocha": "11.5.0",
2929
"prettier": "3.5.3",
3030
"ts-mocha": "11.1.0",
3131
"ts-node": "10.9.2",

yarn.lock

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -346,14 +346,7 @@ make-error@^1.1.1:
346346
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
347347
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
348348

349-
minimatch@^5.1.6:
350-
version "5.1.6"
351-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
352-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
353-
dependencies:
354-
brace-expansion "^2.0.1"
355-
356-
minimatch@^9.0.4:
349+
minimatch@^9.0.4, minimatch@^9.0.5:
357350
version "9.0.5"
358351
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
359352
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -365,10 +358,10 @@ minimatch@^9.0.4:
365358
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
366359
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
367360

368-
mocha@11.4.0:
369-
version "11.4.0"
370-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4.0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd"
371-
integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A==
361+
mocha@11.5.0:
362+
version "11.5.0"
363+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.5.0.tgz#7b042964437c0829c7e492b8d8864eb0ca96504c"
364+
integrity sha512-VKDjhy6LMTKm0WgNEdlY77YVsD49LZnPSXJAaPNL9NRYQADxvORsyG1DIQY6v53BKTnlNbEE2MbVCDbnxr4K3w==
372365
dependencies:
373366
browser-stdout "^1.3.1"
374367
chokidar "^4.0.1"
@@ -380,7 +373,7 @@ mocha@11.4.0:
380373
he "^1.2.0"
381374
js-yaml "^4.1.0"
382375
log-symbols "^4.1.0"
383-
minimatch "^5.1.6"
376+
minimatch "^9.0.5"
384377
ms "^2.1.3"
385378
picocolors "^1.1.1"
386379
serialize-javascript "^6.0.2"

0 commit comments

Comments
 (0)