Skip to content

Commit 6f60995

Browse files
Bump mocha from 11.7.4 to 11.7.5
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] <support@github.com>
1 parent d1f5330 commit 6f60995

2 files changed

Lines changed: 34 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"forge-std": "foundry-rs/forge-std#v1.9.4",
2626
"globals": "^16.5.0",
2727
"hardhat": "^3.0.11",
28-
"mocha": "^11.0.0",
28+
"mocha": "^11.7.5",
2929
"solhint": "^6.0.1",
3030
"typechain": "^8.3.2",
3131
"typescript": "~5.8.0",

yarn.lock

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4201,6 +4201,38 @@ __metadata:
42014201
languageName: node
42024202
linkType: hard
42034203

4204+
"mocha@npm:^11.7.5":
4205+
version: 11.7.5
4206+
resolution: "mocha@npm:11.7.5"
4207+
dependencies:
4208+
browser-stdout: "npm:^1.3.1"
4209+
chokidar: "npm:^4.0.1"
4210+
debug: "npm:^4.3.5"
4211+
diff: "npm:^7.0.0"
4212+
escape-string-regexp: "npm:^4.0.0"
4213+
find-up: "npm:^5.0.0"
4214+
glob: "npm:^10.4.5"
4215+
he: "npm:^1.2.0"
4216+
is-path-inside: "npm:^3.0.3"
4217+
js-yaml: "npm:^4.1.0"
4218+
log-symbols: "npm:^4.1.0"
4219+
minimatch: "npm:^9.0.5"
4220+
ms: "npm:^2.1.3"
4221+
picocolors: "npm:^1.1.1"
4222+
serialize-javascript: "npm:^6.0.2"
4223+
strip-json-comments: "npm:^3.1.1"
4224+
supports-color: "npm:^8.1.1"
4225+
workerpool: "npm:^9.2.0"
4226+
yargs: "npm:^17.7.2"
4227+
yargs-parser: "npm:^21.1.1"
4228+
yargs-unparser: "npm:^2.0.0"
4229+
bin:
4230+
_mocha: bin/_mocha
4231+
mocha: bin/mocha.js
4232+
checksum: 10c0/e6150cba85345aaabbc5b2e7341b1e6706b878f5a9782960cad57fd4cc458730a76d08c5f1a3e05d3ebb49cad93b455764bb00727bd148dcaf0c6dd4fa665b3d
4233+
languageName: node
4234+
linkType: hard
4235+
42044236
"ms@npm:^2.1.3":
42054237
version: 2.1.3
42064238
resolution: "ms@npm:2.1.3"
@@ -4691,7 +4723,7 @@ __metadata:
46914723
forge-std: "foundry-rs/forge-std#v1.9.4"
46924724
globals: "npm:^16.5.0"
46934725
hardhat: "npm:^3.0.11"
4694-
mocha: "npm:^11.0.0"
4726+
mocha: "npm:^11.7.5"
46954727
solhint: "npm:^6.0.1"
46964728
typechain: "npm:^8.3.2"
46974729
typescript: "npm:~5.8.0"

0 commit comments

Comments
 (0)