diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc189e9b0..559d7dcd8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,8 +10,8 @@ catalogs: specifier: 21.1.2 version: 21.1.2 typescript: - specifier: 5.9.3 - version: 5.9.3 + specifier: 6.0.3 + version: 6.0.3 overrides: node-loggly-bulk: ^4.0.2 @@ -307,7 +307,7 @@ importers: version: 4.18.1 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.3 packages/express-test: dependencies: @@ -612,7 +612,7 @@ importers: version: 7.2.2 typescript: specifier: 'catalog:' - version: 5.9.3 + version: 6.0.3 packages/promise: devDependencies: @@ -5265,8 +5265,8 @@ packages: typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - typescript@5.9.3: - resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} + typescript@6.0.3: + resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==} engines: {node: '>=14.17'} hasBin: true @@ -10535,7 +10535,7 @@ snapshots: typedarray@0.0.6: {} - typescript@5.9.3: {} + typescript@6.0.3: {} typical@7.3.0: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index acf2cde72..a2c75dcea 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -12,4 +12,4 @@ onlyBuiltDependencies: minimumReleaseAge: 1440 catalog: sinon: 21.1.2 - typescript: 5.9.3 + typescript: 6.0.3