Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d1e018f

Browse files
build(deps-dev): bump mocha from 10.8.2 to 11.0.1 (#7553)
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 086b45d commit d1e018f

File tree

6 files changed

+22
-46
lines changed

6 files changed

+22
-46
lines changed

libraries/type-length-value/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"eslint": "^8.57.0",
5757
"eslint-plugin-require-extensions": "^0.1.1",
5858
"gh-pages": "^6.2.0",
59-
"mocha": "^10.8.2",
59+
"mocha": "^11.0.1",
6060
"shx": "^0.3.4",
6161
"ts-node": "^10.9.2",
6262
"typedoc": "^0.27.2",

pnpm-lock.yaml

+17-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-group/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-require-extensions": "^0.1.1",
6262
"gh-pages": "^6.2.0",
63-
"mocha": "^10.8.2",
63+
"mocha": "^11.0.1",
6464
"shx": "^0.3.4",
6565
"ts-node": "^10.9.2",
6666
"tslib": "^2.8.1",

token-metadata/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-require-extensions": "^0.1.1",
6262
"gh-pages": "^6.2.0",
63-
"mocha": "^10.8.2",
63+
"mocha": "^11.0.1",
6464
"shx": "^0.3.4",
6565
"ts-node": "^10.9.2",
6666
"tslib": "^2.8.1",

token-swap/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "^8.57.0",
6161
"eslint-plugin-import": "^2.31.0",
6262
"eslint-plugin-require-extensions": "^0.1.1",
63-
"mocha": "^10.8.2",
63+
"mocha": "^11.0.1",
6464
"start-server-and-test": "^2.0.8",
6565
"ts-node": "^10.9.2",
6666
"typescript": "^5.7.2"

token/js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint": "^8.57.0",
7676
"eslint-plugin-require-extensions": "^0.1.1",
7777
"gh-pages": "^6.2.0",
78-
"mocha": "^10.8.2",
78+
"mocha": "^11.0.1",
7979
"process": "^0.11.10",
8080
"shx": "^0.3.4",
8181
"start-server-and-test": "^2.0.8",

0 commit comments

Comments
 (0)