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

Commit 2a0b2eb

Browse files
build(deps-dev): bump @types/mocha from 10.0.6 to 10.0.7 (#6903)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.6 to 10.0.7. - [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 fe2ff3b commit 2a0b2eb

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": "^4.3.16",
51-
"@types/mocha": "^10.0.6",
51+
"@types/mocha": "^10.0.7",
5252
"@types/node": "^20.14.8",
5353
"@typescript-eslint/eslint-plugin": "^7.13.1",
5454
"@typescript-eslint/parser": "^7.13.1",

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
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@solana/web3.js": "^1.93.0",
5555
"@types/chai": "^4.3.16",
56-
"@types/mocha": "^10.0.6",
56+
"@types/mocha": "^10.0.7",
5757
"@types/node": "^20.14.8",
5858
"@typescript-eslint/eslint-plugin": "^7.13.1",
5959
"@typescript-eslint/parser": "^7.13.1",

token-metadata/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"devDependencies": {
5454
"@solana/web3.js": "^1.93.0",
5555
"@types/chai": "^4.3.16",
56-
"@types/mocha": "^10.0.6",
56+
"@types/mocha": "^10.0.7",
5757
"@types/node": "^20.14.8",
5858
"@typescript-eslint/eslint-plugin": "^7.13.1",
5959
"@typescript-eslint/parser": "^7.13.1",

token-swap/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/bn.js": "^5.1.0",
5757
"@types/chai-as-promised": "^7.1.4",
5858
"@types/chai": "^4.3.16",
59-
"@types/mocha": "^10.0.6",
59+
"@types/mocha": "^10.0.7",
6060
"@typescript-eslint/eslint-plugin": "^7.13.1",
6161
"@typescript-eslint/parser": "^7.13.1",
6262
"eslint": "^8.57.0",

token/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@solana/web3.js": "^1.93.0",
6767
"@types/chai-as-promised": "^7.1.4",
6868
"@types/chai": "^4.3.16",
69-
"@types/mocha": "^10.0.6",
69+
"@types/mocha": "^10.0.7",
7070
"@types/node": "^20.14.8",
7171
"@types/node-fetch": "^2.6.11",
7272
"@typescript-eslint/eslint-plugin": "^7.13.1",

0 commit comments

Comments
 (0)