Skip to content

Commit 1d7d734

Browse files
Bump mocha from 11.0.1 to 11.1.0 (#1191)
Bumps [mocha](https://github.com/mochajs/mocha) from 11.0.1 to 11.1.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md) - [Commits](mochajs/mocha@v11.0.1...v11.1.0) --- updated-dependencies: - dependency-name: mocha 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 0c4916f commit 1d7d734

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.1",
13181318
"globals": "^15.13.0",
13191319
"husky": "^9.1.7",
1320-
"mocha": "^11.0.1",
1320+
"mocha": "^11.1.0",
13211321
"prettier": "^3.3.3",
13221322
"ts-loader": "^9.5.1",
13231323
"typescript": "^5.5.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,10 +1800,10 @@ mocha@^10.2.0:
18001800
yargs-parser "^20.2.9"
18011801
yargs-unparser "^2.0.0"
18021802

1803-
mocha@^11.0.1:
1804-
version "11.0.1"
1805-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.0.1.tgz#85c1c0e806275fe2479245be4ac4a0d81f533aa8"
1806-
integrity sha512-+3GkODfsDG71KSCQhc4IekSW+ItCK/kiez1Z28ksWvYhKXV/syxMlerR/sC7whDp7IyreZ4YxceMLdTs5hQE8A==
1803+
mocha@^11.1.0:
1804+
version "11.1.0"
1805+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.1.0.tgz#20d7c6ac4d6d6bcb60a8aa47971fca74c65c3c66"
1806+
integrity sha512-8uJR5RTC2NgpY3GrYcgpZrsEd9zKbPDpob1RezyR2upGHRQtHWofmzTMzTMSV6dru3tj5Ukt0+Vnq1qhFEEwAg==
18071807
dependencies:
18081808
ansi-colors "^4.1.3"
18091809
browser-stdout "^1.3.1"
@@ -1822,8 +1822,8 @@ mocha@^11.0.1:
18221822
strip-json-comments "^3.1.1"
18231823
supports-color "^8.1.1"
18241824
workerpool "^6.5.1"
1825-
yargs "^16.2.0"
1826-
yargs-parser "^20.2.9"
1825+
yargs "^17.7.2"
1826+
yargs-parser "^21.1.1"
18271827
yargs-unparser "^2.0.0"
18281828

18291829
ms@^2.1.3:

0 commit comments

Comments
 (0)