From b90679e3c19e1cf53a6d0d88e9b5c931aba47e0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:40:22 +0100 Subject: [PATCH] chore(deps): replace dependency @tsconfig/node22 with @tsconfig/node24 (#1628) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 12 ++++++------ ui/web/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 866c93c5..39a0eb92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -186,9 +186,9 @@ importers: specifier: ^3.1.3 version: 3.1.3(vue@3.5.26(typescript@5.9.3)) devDependencies: - '@tsconfig/node22': - specifier: ^22.0.5 - version: 22.0.5 + '@tsconfig/node24': + specifier: ^24.0.0 + version: 24.0.3 '@types/jsdom': specifier: ^27.0.0 version: 27.0.0 @@ -1281,8 +1281,8 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - '@tsconfig/node22@22.0.5': - resolution: {integrity: sha512-hLf2ld+sYN/BtOJjHUWOk568dvjFQkHnLNa6zce25GIH+vxKfvTgm3qpaH6ToF5tu/NN0IH66s+Bb5wElHrLcw==} + '@tsconfig/node24@24.0.3': + resolution: {integrity: sha512-vcERKtKQKHgzt/vfS3Gjasd8SUI2a0WZXpgJURdJsMySpS5+ctgbPfuLj2z/W+w4lAfTWxoN4upKfu2WzIRYnw==} '@tybys/wasm-util@0.10.1': resolution: {integrity: sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg==} @@ -7441,7 +7441,7 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@tsconfig/node22@22.0.5': {} + '@tsconfig/node24@24.0.3': {} '@tybys/wasm-util@0.10.1': dependencies: diff --git a/ui/web/package.json b/ui/web/package.json index d60d8628..222491f5 100644 --- a/ui/web/package.json +++ b/ui/web/package.json @@ -34,7 +34,7 @@ "vue-toast-notification": "^3.1.3" }, "devDependencies": { - "@tsconfig/node22": "^22.0.5", + "@tsconfig/node24": "^24.0.0", "@types/jsdom": "^27.0.0", "@types/node": "^24.10.4", "@vitejs/plugin-vue": "^6.0.3", -- 2.43.0