Skip to content

Commit 73d6b66

Browse files
Bump mocha from 10.8.2 to 11.0.1 (#1180)
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 to 11.0.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v10.8.2...v11.0.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32df1b8 commit 73d6b66

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@
13171317
"glob": "^11.0.0",
13181318
"globals": "^15.13.0",
13191319
"husky": "^9.1.7",
1320-
"mocha": "^10.8.2",
1320+
"mocha": "^11.0.1",
13211321
"prettier": "^3.3.3",
13221322
"ts-loader": "^9.5.1",
13231323
"typescript": "^5.5.4",

yarn.lock

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ glob-to-regexp@^0.4.1:
12701270
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
12711271
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
12721272

1273-
glob@^10.3.10:
1273+
glob@^10.3.10, glob@^10.4.5:
12741274
version "10.4.5"
12751275
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
12761276
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -1782,7 +1782,7 @@ minimatch@^9.0.3, minimatch@^9.0.4:
17821782
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
17831783
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
17841784

1785-
mocha@^10.2.0, mocha@^10.8.2:
1785+
mocha@^10.2.0:
17861786
version "10.8.2"
17871787
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.8.2.tgz#8d8342d016ed411b12a429eb731b825f961afb96"
17881788
integrity sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==
@@ -1808,6 +1808,32 @@ mocha@^10.2.0, mocha@^10.8.2:
18081808
yargs-parser "^20.2.9"
18091809
yargs-unparser "^2.0.0"
18101810

1811+
mocha@^11.0.1:
1812+
version "11.0.1"
1813+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.0.1.tgz#85c1c0e806275fe2479245be4ac4a0d81f533aa8"
1814+
integrity sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==
1815+
dependencies:
1816+
ansi-colors "^4.1.3"
1817+
browser-stdout "^1.3.1"
1818+
chokidar "^3.5.3"
1819+
debug "^4.3.5"
1820+
diff "^5.2.0"
1821+
escape-string-regexp "^4.0.0"
1822+
find-up "^5.0.0"
1823+
glob "^10.4.5"
1824+
he "^1.2.0"
1825+
js-yaml "^4.1.0"
1826+
log-symbols "^4.1.0"
1827+
minimatch "^5.1.6"
1828+
ms "^2.1.3"
1829+
serialize-javascript "^6.0.2"
1830+
strip-json-comments "^3.1.1"
1831+
supports-color "^8.1.1"
1832+
workerpool "^6.5.1"
1833+
yargs "^16.2.0"
1834+
yargs-parser "^20.2.9"
1835+
yargs-unparser "^2.0.0"
1836+
18111837
ms@^2.1.3:
18121838
version "2.1.3"
18131839
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"

0 commit comments

Comments
 (0)