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

Commit 3ee1da9

Browse files
build(deps-dev): bump @types/node from 22.4.1 to 22.4.2 (#7176)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.4.1 to 22.4.2. - [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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84506b2 commit 3ee1da9

File tree

12 files changed

+85
-85
lines changed

12 files changed

+85
-85
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.0",
6969
"@types/jest": "^29.5.12",
70-
"@types/node": "^22.4.1",
70+
"@types/node": "^22.4.2",
7171
"@types/node-fetch": "^2.6.11",
7272
"@typescript-eslint/eslint-plugin": "^8.2.0",
7373
"@typescript-eslint/parser": "^8.2.0",

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
"devDependencies": {
4949
"@types/chai": "^4.3.17",
5050
"@types/mocha": "^10.0.7",
51-
"@types/node": "^22.4.1",
51+
"@types/node": "^22.4.2",
5252
"@typescript-eslint/eslint-plugin": "^8.2.0",
5353
"@typescript-eslint/parser": "^8.2.0",
5454
"chai": "^5.1.1",

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.3",
5555
"@types/chai": "^4.3.17",
5656
"@types/jest": "^29.5.12",
57-
"@types/node": "^22.4.1",
57+
"@types/node": "^22.4.2",
5858
"@types/node-fetch": "^2.6.11",
5959
"@typescript-eslint/eslint-plugin": "^8.2.0",
6060
"@typescript-eslint/parser": "^8.2.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.1",
4747
"@types/jest": "^29.5.12",
48-
"@types/node": "^22.4.1",
48+
"@types/node": "^22.4.2",
4949
"@typescript-eslint/eslint-plugin": "^8.2.0",
5050
"@typescript-eslint/parser": "^8.2.0",
5151
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)