Skip to content

Commit

Permalink
build(deps-dev): bump @types/mocha from 10.0.5 to 10.0.6 (#5880)
Browse files Browse the repository at this point in the history
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 10.0.5 to 10.0.6.
- [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>
  • Loading branch information
dependabot[bot] committed Nov 22, 2023
1 parent 8538f13 commit 5d01b8b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion libraries/type-length-value/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion name-service/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/bn.js": "^5.1.1",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion token-metadata/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@solana/web3.js": "^1.87.6",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion token-swap/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/bn.js": "^5.1.0",
"@types/chai-as-promised": "^7.1.4",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.5",
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
Expand Down
2 changes: 1 addition & 1 deletion token/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@solana/web3.js": "^1.87.6",
"@types/chai-as-promised": "^7.1.4",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^6.12.0",
Expand Down

0 comments on commit 5d01b8b

Please sign in to comment.