Skip to content

Commit 3431d52

Browse files
Bump mocha from 11.3.0 to 11.5.0 (#447)
Bumps [mocha](https://github.com/mochajs/mocha) from 11.3.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.3.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6ddd3f commit 3431d52

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

yarn.lock

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,10 +1694,10 @@ delayed-stream@~1.0.0:
16941694
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
16951695
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
16961696

1697-
diff@^5.2.0:
1698-
version "5.2.0"
1699-
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
1700-
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
1697+
diff@^7.0.0:
1698+
version "7.0.0"
1699+
resolved "https://registry.yarnpkg.com/diff/-/diff-7.0.0.tgz#3fb34d387cd76d803f6eebea67b921dab0182a9a"
1700+
integrity sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==
17011701

17021702
doctrine@^2.1.0:
17031703
version "2.1.0"
@@ -3387,14 +3387,7 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
33873387
dependencies:
33883388
brace-expansion "^1.1.7"
33893389

3390-
minimatch@^5.1.6:
3391-
version "5.1.6"
3392-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
3393-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
3394-
dependencies:
3395-
brace-expansion "^2.0.1"
3396-
3397-
minimatch@^9.0.4:
3390+
minimatch@^9.0.4, minimatch@^9.0.5:
33983391
version "9.0.5"
33993392
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
34003393
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -3412,21 +3405,21 @@ minimist@^1.2.0, minimist@^1.2.6:
34123405
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
34133406

34143407
mocha@^11.0.1:
3415-
version "11.3.0"
3416-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.3.0.tgz#b2cf42b50fd22a563b4995b386ea901606c97b65"
3417-
integrity sha512-J0RLIM89xi8y6l77bgbX+03PeBRDQCOVQpnwOcCN7b8hCmbh6JvGI2ZDJ5WMoHz+IaPU+S4lvTd0j51GmBAdgQ==
3408+
version "11.5.0"
3409+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.5.0.tgz#7b042964437c0829c7e492b8d8864eb0ca96504c"
3410+
integrity sha512-VKDjhy6LMTKm0WgNEdlY77YVsD49LZnPSXJAaPNL9NRYQADxvORsyG1DIQY6v53BKTnlNbEE2MbVCDbnxr4K3w==
34183411
dependencies:
34193412
browser-stdout "^1.3.1"
34203413
chokidar "^4.0.1"
34213414
debug "^4.3.5"
3422-
diff "^5.2.0"
3415+
diff "^7.0.0"
34233416
escape-string-regexp "^4.0.0"
34243417
find-up "^5.0.0"
34253418
glob "^10.4.5"
34263419
he "^1.2.0"
34273420
js-yaml "^4.1.0"
34283421
log-symbols "^4.1.0"
3429-
minimatch "^5.1.6"
3422+
minimatch "^9.0.5"
34303423
ms "^2.1.3"
34313424
picocolors "^1.1.1"
34323425
serialize-javascript "^6.0.2"

0 commit comments

Comments
 (0)