From fd66ae7853ce61d2f6cebb637fe5db153192e74a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:27:31 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a3dcbfa..8c9ade2 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,6 @@ "fast-glob": "3.2.11", "js-yaml": "4.1.0", "source-map-support": "0.5.21", - "typescript": "4.6.2" + "typescript": "5.2.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bce1ee2..6fa64b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ specifiers: fast-glob: 3.2.11 js-yaml: 4.1.0 source-map-support: 0.5.21 - typescript: 4.6.2 + typescript: 5.2.2 devDependencies: '@types/js-yaml': 4.0.5 @@ -14,7 +14,7 @@ devDependencies: fast-glob: 3.2.11 js-yaml: 4.1.0 source-map-support: 0.5.21 - typescript: 4.6.2 + typescript: 5.2.2 packages: @@ -169,8 +169,8 @@ packages: is-number: 7.0.0 dev: true - /typescript/4.6.2: - resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==} - engines: {node: '>=4.2.0'} + /typescript/5.2.2: + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} + engines: {node: '>=14.17'} hasBin: true dev: true