Skip to content

Commit be088c7

Browse files
build(deps-dev): bump @types/mocha from 10.0.9 to 10.0.10 (solana-labs#7513)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.9 to 10.0.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) --- updated-dependencies: - dependency-name: "@types/mocha" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f54203 commit be088c7

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@types/chai": "^5.0.1",
51-
"@types/mocha": "^10.0.9",
51+
"@types/mocha": "^10.0.10",
5252
"@types/node": "^22.9.1",
5353
"@typescript-eslint/eslint-plugin": "^8.4.0",
5454
"@typescript-eslint/parser": "^8.4.0",

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

token-group/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@solana/spl-type-length-value": "0.2.0",
5353
"@solana/web3.js": "^1.95.4",
5454
"@types/chai": "^5.0.1",
55-
"@types/mocha": "^10.0.9",
55+
"@types/mocha": "^10.0.10",
5656
"@types/node": "^22.9.1",
5757
"@typescript-eslint/eslint-plugin": "^8.4.0",
5858
"@typescript-eslint/parser": "^8.4.0",

token-metadata/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@solana/spl-type-length-value": "0.2.0",
5353
"@solana/web3.js": "^1.95.4",
5454
"@types/chai": "^5.0.1",
55-
"@types/mocha": "^10.0.9",
55+
"@types/mocha": "^10.0.10",
5656
"@types/node": "^22.9.1",
5757
"@typescript-eslint/eslint-plugin": "^8.4.0",
5858
"@typescript-eslint/parser": "^8.4.0",

token-swap/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/bn.js": "^5.1.6",
5555
"@types/chai-as-promised": "^8.0.1",
5656
"@types/chai": "^5.0.1",
57-
"@types/mocha": "^10.0.9",
57+
"@types/mocha": "^10.0.10",
5858
"@typescript-eslint/eslint-plugin": "^8.4.0",
5959
"@typescript-eslint/parser": "^8.4.0",
6060
"eslint": "^8.57.0",

token/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@solana/web3.js": "^1.95.4",
6666
"@types/chai-as-promised": "^8.0.1",
6767
"@types/chai": "^5.0.1",
68-
"@types/mocha": "^10.0.9",
68+
"@types/mocha": "^10.0.10",
6969
"@types/node": "^22.9.1",
7070
"@types/node-fetch": "^2.6.12",
7171
"@typescript-eslint/eslint-plugin": "^8.4.0",

0 commit comments

Comments
 (0)