From b995c2720d6f056e3f656a0f814fd0967214e239 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:44:17 +0000 Subject: [PATCH] Update dependency typescript to v5.6.2 --- typescript/package.json | 2 +- typescript/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/typescript/package.json b/typescript/package.json index d68d1634..a4f32730 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "typescript": "5.5.3" + "typescript": "5.6.2" } } diff --git a/typescript/pnpm-lock.yaml b/typescript/pnpm-lock.yaml index 54923251..804ffb4b 100644 --- a/typescript/pnpm-lock.yaml +++ b/typescript/pnpm-lock.yaml @@ -9,16 +9,16 @@ importers: .: dependencies: typescript: - specifier: 5.5.3 - version: 5.5.3 + specifier: 5.6.2 + version: 5.6.2 packages: - typescript@5.5.3: - resolution: {integrity: sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==} + typescript@5.6.2: + resolution: {integrity: sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==} engines: {node: '>=14.17'} hasBin: true snapshots: - typescript@5.5.3: {} + typescript@5.6.2: {}