diff --git a/clients/js-legacy/package.json b/clients/js-legacy/package.json index 00b841bf..22f5151d 100644 --- a/clients/js-legacy/package.json +++ b/clients/js-legacy/package.json @@ -27,7 +27,7 @@ "./dist/types" ], "devDependencies": { - "@types/node": "^24.3.0", + "@types/node": "^24.6.1", "@ava/typescript": "^6.0.0", "@typescript-eslint/eslint-plugin": "^8.41.0", "ava": "^6.4.1", diff --git a/clients/js/package.json b/clients/js/package.json index 9176a924..2a07bcf0 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "@solana/prettier-config-solana": "^0.0.5", - "@types/node": "^24.3.0", + "@types/node": "^24.6.1", "@typescript-eslint/eslint-plugin": "^8.41.0", "eslint": "^8.57.0", "eslint-config-prettier": "^10.1.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 939723d0..0f3b3470 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^0.0.5 version: 0.0.5(prettier@3.6.2) '@types/node': - specifier: ^24.3.0 - version: 24.3.0 + specifier: ^24.6.1 + version: 24.6.1 '@typescript-eslint/eslint-plugin': specifier: ^8.41.0 version: 8.41.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2) @@ -73,8 +73,8 @@ importers: specifier: ^6.0.0 version: 6.0.0 '@types/node': - specifier: ^24.3.0 - version: 24.3.0 + specifier: ^24.6.1 + version: 24.6.1 '@typescript-eslint/eslint-plugin': specifier: ^8.41.0 version: 8.41.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2) @@ -784,8 +784,8 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@24.3.0': - resolution: {integrity: sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow==} + '@types/node@24.6.1': + resolution: {integrity: sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==} '@types/uuid@8.3.4': resolution: {integrity: sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==} @@ -1147,6 +1147,15 @@ packages: supports-color: optional: true + debug@4.4.3: + resolution: {integrity: sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} @@ -2082,8 +2091,8 @@ packages: ufo@1.6.1: resolution: {integrity: sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==} - undici-types@7.10.0: - resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} + undici-types@7.13.0: + resolution: {integrity: sha512-Ov2Rr9Sx+fRgagJ5AX0qvItZG/JKKoBRAVITs1zk7IqZGTJUwgUr7qoYBpWwakpWilTZFM98rG/AFRocu10iIQ==} unicorn-magic@0.3.0: resolution: {integrity: sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==} @@ -2717,7 +2726,7 @@ snapshots: '@types/connect@3.4.38': dependencies: - '@types/node': 24.3.0 + '@types/node': 24.6.1 '@types/estree@1.0.7': {} @@ -2725,19 +2734,19 @@ snapshots: '@types/node@12.20.55': {} - '@types/node@24.3.0': + '@types/node@24.6.1': dependencies: - undici-types: 7.10.0 + undici-types: 7.13.0 '@types/uuid@8.3.4': {} '@types/ws@7.4.7': dependencies: - '@types/node': 24.3.0 + '@types/node': 24.6.1 '@types/ws@8.18.1': dependencies: - '@types/node': 24.3.0 + '@types/node': 24.6.1 '@typescript-eslint/eslint-plugin@8.41.0(@typescript-eslint/parser@8.18.0(eslint@8.57.1)(typescript@5.9.2))(eslint@8.57.1)(typescript@5.9.2)': dependencies: @@ -2762,7 +2771,7 @@ snapshots: '@typescript-eslint/types': 8.18.0 '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.9.2) '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.1 + debug: 4.4.3 eslint: 8.57.1 typescript: 5.9.2 transitivePeerDependencies: @@ -2811,7 +2820,7 @@ snapshots: dependencies: '@typescript-eslint/types': 8.18.0 '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.1 + debug: 4.4.3 fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 @@ -3142,6 +3151,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.3: + dependencies: + ms: 2.1.3 + deep-is@0.1.4: {} delay@5.0.0: {} @@ -4077,7 +4090,7 @@ snapshots: ufo@1.6.1: {} - undici-types@7.10.0: {} + undici-types@7.13.0: {} unicorn-magic@0.3.0: {}