From 27a4564d18daae2621597d6d6d291125302f70ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 09:06:08 +0000 Subject: [PATCH] build(deps-dev): bump @types/node from 26.0.0 to 26.0.1 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.0.0 to 26.0.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-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- clients/js-legacy/package.json | 2 +- clients/js/package.json | 2 +- pnpm-lock.yaml | 30 +++++++++++++++++++----------- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/clients/js-legacy/package.json b/clients/js-legacy/package.json index ae3da751..6fdc7266 100644 --- a/clients/js-legacy/package.json +++ b/clients/js-legacy/package.json @@ -33,7 +33,7 @@ ], "devDependencies": { "@ava/typescript": "^7.0.0", - "@types/node": "^26.0.0", + "@types/node": "^26.0.1", "@typescript-eslint/eslint-plugin": "^8.61.1", "ava": "^8.0.1", "eslint": "^8.57.0", diff --git a/clients/js/package.json b/clients/js/package.json index 0eef10c1..100fba2e 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@solana/prettier-config-solana": "^0.0.6", - "@types/node": "^26.0.0", + "@types/node": "^26.0.1", "@typescript-eslint/eslint-plugin": "^8.61.1", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6487928..7751b59a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ importers: specifier: ^0.0.6 version: 0.0.6(prettier@3.8.4) '@types/node': - specifier: ^26.0.0 - version: 26.0.0 + specifier: ^26.0.1 + version: 26.0.1 '@typescript-eslint/eslint-plugin': specifier: ^8.61.1 version: 8.61.1(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) @@ -91,8 +91,8 @@ importers: specifier: ^7.0.0 version: 7.0.0 '@types/node': - specifier: ^26.0.0 - version: 26.0.0 + specifier: ^26.0.1 + version: 26.0.1 '@typescript-eslint/eslint-plugin': specifier: ^8.61.1 version: 8.61.1(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3) @@ -793,6 +793,7 @@ packages: '@solana/prettier-config-solana@0.0.6': resolution: {integrity: sha512-/s55hDoAyh5QyltQh/jjNK3AgACEq885+DnC6lYhrmYZiV6I0iHITWYnKd8d23KRKs/RBjlaQH54MiafeoI9hw==} + deprecated: This package is deprecated. It has been replaced by @solana-config/prettier, part of the @solana-foundation/js-configs monorepo (https://github.com/solana-foundation/js-configs). Please migrate to the new package; this one will no longer receive updates. peerDependencies: prettier: ^3.7.4 @@ -904,8 +905,8 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@26.0.0': - resolution: {integrity: sha512-vf2YFi1iY9lHGwNJMs01biZFbKJkrZR1T6/MlzjhJLPdntOHLhTrDSnSVcdtvjihi4VQNlrFRIxLsDBlQpAipA==} + '@types/node@26.0.1': + resolution: {integrity: sha512-fc3KiUoBt6kie0N9bIW3E47vZsuaMf0PM2AaUpLCLT0s/LvX1nxAim6Fc049cNxODPpGm6qRAuUOB86SkRuPQw==} '@types/uuid@8.3.4': resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} @@ -2037,6 +2038,11 @@ packages: engines: {node: '>=10'} hasBin: true + semver@7.8.5: + resolution: {integrity: sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==} + engines: {node: '>=10'} + hasBin: true + serialize-error@7.0.1: resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==} engines: {node: '>=10'} @@ -2955,7 +2961,7 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 26.0.0 + '@types/node': 26.0.1 '@types/estree@1.0.8': {} @@ -2963,7 +2969,7 @@ snapshots: '@types/node@12.20.55': {} - '@types/node@26.0.0': + '@types/node@26.0.1': dependencies: undici-types: 8.3.0 @@ -2971,11 +2977,11 @@ snapshots: '@types/ws@7.4.7': dependencies: - '@types/node': 26.0.0 + '@types/node': 26.0.1 '@types/ws@8.18.1': dependencies: - '@types/node': 26.0.0 + '@types/node': 26.0.1 '@typescript-eslint/eslint-plugin@8.61.1(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)': dependencies: @@ -3052,7 +3058,7 @@ snapshots: fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.9 - semver: 7.8.4 + semver: 7.8.5 ts-api-utils: 1.4.3(typescript@5.9.3) typescript: 5.9.3 transitivePeerDependencies: @@ -4154,6 +4160,8 @@ snapshots: semver@7.8.4: {} + semver@7.8.5: {} + serialize-error@7.0.1: dependencies: type-fest: 0.13.1