Skip to content

Commit ca7e1d0

Browse files
Bump mocha from 11.7.4 to 11.7.5 in /fixtures/basic
Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.4 to 11.7.5. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/v11.7.5/CHANGELOG.md) - [Commits](mochajs/mocha@v11.7.4...v11.7.5) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c36bc0 commit ca7e1d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fixtures/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"chai": "^6.2.0",
12-
"mocha": "^11.7.4",
12+
"mocha": "^11.7.5",
1313
"retry": "file:../retry",
1414
"ts-mocha": "^10.0.0",
1515
"@types/bn.js": "^5.2.0",

fixtures/basic/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,10 @@ mkdirp@^0.5.1:
659659
dependencies:
660660
minimist "^1.2.6"
661661

662-
mocha@^11.7.4:
663-
version "11.7.4"
664-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.4.tgz#f161b17aeccb0762484b33bdb3f7ab9410ba5c82"
665-
integrity sha512-1jYAaY8x0kAZ0XszLWu14pzsf4KV740Gld4HXkhNTXwcHx4AUEDkPzgEHg9CM5dVcW+zv036tjpsEbLraPJj4w==
662+
mocha@^11.7.5:
663+
version "11.7.5"
664+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.5.tgz#58f5bbfa5e0211ce7e5ee6128107cefc2515a627"
665+
integrity sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==
666666
dependencies:
667667
browser-stdout "^1.3.1"
668668
chokidar "^4.0.1"

0 commit comments

Comments
 (0)