Skip to content

Commit 48494be

Browse files
Bump mocha from 11.4.0 to 11.5.0 (#1918)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a515dc5 commit 48494be

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

yarn.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,17 +1016,10 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
10161016
dependencies:
10171017
brace-expansion "^1.1.7"
10181018

1019-
minimatch@^5.1.6:
1020-
version "5.1.6"
1021-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1022-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1023-
dependencies:
1024-
brace-expansion "^2.0.1"
1025-
1026-
minimatch@^9.0.4:
1027-
version "9.0.4"
1028-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
1029-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
1019+
minimatch@^9.0.4, minimatch@^9.0.5:
1020+
version "9.0.5"
1021+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1022+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
10301023
dependencies:
10311024
brace-expansion "^2.0.1"
10321025

@@ -1036,9 +1029,9 @@ minimatch@^9.0.4:
10361029
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
10371030

10381031
mocha@^11.0.1:
1039-
version "11.4.0"
1040-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.4.0.tgz#6e873ee0beed4475e06f782bc9dd076670f932fd"
1041-
integrity sha512-O6oi5Y9G6uu8f9iqXR6iKNLWHLRex3PKbmHynfpmUnMJJGrdgXh8ZmS85Ei5KR2Gnl+/gQ9s+Ktv5CqKybNw4A==
1032+
version "11.5.0"
1033+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.5.0.tgz#7b042964437c0829c7e492b8d8864eb0ca96504c"
1034+
integrity sha512-VKDjhy6LMTKm0WgNEdlY77YVsD49LZnPSXJAaPNL9NRYQADxvORsyG1DIQY6v53BKTnlNbEE2MbVCDbnxr4K3w==
10421035
dependencies:
10431036
browser-stdout "^1.3.1"
10441037
chokidar "^4.0.1"
@@ -1050,7 +1043,7 @@ mocha@^11.0.1:
10501043
he "^1.2.0"
10511044
js-yaml "^4.1.0"
10521045
log-symbols "^4.1.0"
1053-
minimatch "^5.1.6"
1046+
minimatch "^9.0.5"
10541047
ms "^2.1.3"
10551048
picocolors "^1.1.1"
10561049
serialize-javascript "^6.0.2"

0 commit comments

Comments
 (0)