Skip to content

Commit f0eff79

Browse files
chore(deps-dev): bump mocha from 10.2.0 to 10.4.0
Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58025ce commit f0eff79

4 files changed

Lines changed: 108 additions & 64 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"eslint-plugin-unicorn": "^50.0.1",
6969
"husky": "^9.0.10",
7070
"lint-staged": "15.2.0",
71-
"mocha": "^10.2.0",
71+
"mocha": "^10.4.0",
7272
"nx": "18.0.4",
7373
"nyc": "^15.1.0",
7474
"prettier": "^2.8.0",

packages/core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
},
5050
"devDependencies": {
5151
"@types/node": "^20.11.17",
52-
"mocha": "^10.2.0"
52+
"mocha": "^10.4.0"
5353
}
5454
}

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"hardhat": "^2.20.1",
5252
"hardhat-deploy": "^0.11.44",
5353
"isomorphic-fetch": "^3.0.0",
54-
"mocha": "^10.2.0",
54+
"mocha": "^10.4.0",
5555
"nyc": "^15.1.0",
5656
"ts-node": "^10.9.2",
5757
"typedoc": "^0.25.7",

0 commit comments

Comments
 (0)