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

Commit 4faa149

Browse files
build(deps-dev): bump @types/node from 22.9.0 to 22.9.1 (#7508)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87290b6 commit 4faa149

File tree

12 files changed

+105
-105
lines changed

12 files changed

+105
-105
lines changed

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"@solana/eslint-config-solana": "^3.0.3",
6868
"@types/bn.js": "^5.1.6",
6969
"@types/jest": "^29.5.14",
70-
"@types/node": "^22.9.0",
70+
"@types/node": "^22.9.1",
7171
"@types/node-fetch": "^2.6.12",
7272
"@typescript-eslint/eslint-plugin": "^8.4.0",
7373
"@typescript-eslint/parser": "^8.4.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/chai": "^5.0.1",
5151
"@types/mocha": "^10.0.9",
52-
"@types/node": "^22.9.0",
52+
"@types/node": "^22.9.1",
5353
"@typescript-eslint/eslint-plugin": "^8.4.0",
5454
"@typescript-eslint/parser": "^8.4.0",
5555
"chai": "^5.1.2",

memo/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@solana/web3.js": "^1.95.4",
5555
"@types/chai": "^5.0.1",
5656
"@types/jest": "^29.5.14",
57-
"@types/node": "^22.9.0",
57+
"@types/node": "^22.9.1",
5858
"@types/node-fetch": "^2.6.12",
5959
"@typescript-eslint/eslint-plugin": "^8.4.0",
6060
"@typescript-eslint/parser": "^8.4.0",

name-service/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@jest/globals": "^29.7.0",
4646
"@types/bn.js": "^5.1.6",
4747
"@types/jest": "^29.5.14",
48-
"@types/node": "^22.9.0",
48+
"@types/node": "^22.9.1",
4949
"@typescript-eslint/eslint-plugin": "^8.4.0",
5050
"@typescript-eslint/parser": "^8.4.0",
5151
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)