From 4d022bc98dd9c5456461f9f86248a1e8b8dc630c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:51:15 +0000 Subject: [PATCH] Update dependency typescript to v5.3.2 --- frontend/dashboard/package.json | 2 +- frontend/dashboard/yarn.lock | 8 ++++---- pnpm-lock.yaml | 10 ++-------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index a5ad05e..0751dd4 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -25,7 +25,7 @@ "@types/node": "20.9.2", "@types/react": "18.2.37", "@types/react-dom": "18.2.15", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "files": [ ".next/standalone", diff --git a/frontend/dashboard/yarn.lock b/frontend/dashboard/yarn.lock index 1381a24..1a69585 100644 --- a/frontend/dashboard/yarn.lock +++ b/frontend/dashboard/yarn.lock @@ -357,10 +357,10 @@ typescript@4.5.2: resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== -typescript@5.2.2: - version "5.2.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78" - integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w== +typescript@5.3.2: + version "5.3.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.2.tgz#00d1c7c1c46928c5845c1ee8d0cc2791031d4c43" + integrity sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ== undici-types@~5.26.4: version "5.26.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 183824d..945851d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -52,8 +52,8 @@ importers: specifier: 18.2.15 version: 18.2.15 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 frontend/editor: dependencies: @@ -3012,12 +3012,6 @@ packages: hasBin: true dev: true - /typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} - engines: {node: '>=14.17'} - hasBin: true - dev: true - /typescript@5.3.2: resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} engines: {node: '>=14.17'}