diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da9860e5..7faae54c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ catalogs: specifier: ^10.0.10 version: 10.0.10 '@types/node': - specifier: ^24.3.1 - version: 24.3.1 + specifier: ^24.4.0 + version: 24.4.0 eslint: specifier: ^8.57.1 version: 8.57.1 @@ -71,7 +71,7 @@ importers: version: 10.0.10 '@types/node': specifier: 'catalog:' - version: 24.3.1 + version: 24.4.0 eslint: specifier: 'catalog:' version: 8.57.1 @@ -727,6 +727,9 @@ packages: '@types/node@24.3.1': resolution: {integrity: sha512-3vXmQDXy+woz+gnrTvuvNrPzekOi+Ds0ReMxw0LzBiK3a+1k0kQn9f2NWk+lgD4rJehFUmYy2gMhJ2ZI+7YP9g==} + '@types/node@24.4.0': + resolution: {integrity: sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==} + '@types/stack-utils@2.0.3': resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} @@ -1650,6 +1653,9 @@ packages: undici-types@7.10.0: resolution: {integrity: sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag==} + undici-types@7.11.0: + resolution: {integrity: sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==} + uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} @@ -1825,7 +1831,7 @@ snapshots: '@jest/pattern@30.0.1': dependencies: - '@types/node': 24.3.1 + '@types/node': 24.4.0 jest-regex-util: 30.0.1 '@jest/schemas@29.6.3': @@ -1851,7 +1857,7 @@ snapshots: '@jest/schemas': 30.0.5 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 24.3.1 + '@types/node': 24.4.0 '@types/yargs': 17.0.33 chalk: 4.1.2 @@ -1919,6 +1925,10 @@ snapshots: dependencies: undici-types: 7.10.0 + '@types/node@24.4.0': + dependencies: + undici-types: 7.11.0 + '@types/stack-utils@2.0.3': {} '@types/uuid@10.0.0': {} @@ -2541,7 +2551,7 @@ snapshots: jest-mock@30.0.5: dependencies: '@jest/types': 30.0.5 - '@types/node': 24.3.1 + '@types/node': 24.4.0 jest-util: 30.0.5 jest-regex-util@30.0.1: {} @@ -2558,7 +2568,7 @@ snapshots: jest-util@30.0.5: dependencies: '@jest/types': 30.0.5 - '@types/node': 24.3.1 + '@types/node': 24.4.0 chalk: 4.1.2 ci-info: 4.3.0 graceful-fs: 4.2.11 @@ -2932,6 +2942,8 @@ snapshots: undici-types@7.10.0: {} + undici-types@7.11.0: {} + uri-js@4.4.1: dependencies: punycode: 2.3.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index a11506a5..34fa099d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -8,7 +8,7 @@ catalog: '@grpc/grpc-js': ^1.13.4 '@types/jest': ^30.0.0 '@types/mocha': ^10.0.10 - '@types/node': ^24.3.1 + '@types/node': ^24.4.0 eslint: ^8.57.1 eslint-config-google: ^0.14.0 expect: ^29.2.1