From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 02:33:45 +0000 (+0800) Subject: chore(deps): update dependency tsx to v4 (#9629) X-Git-Tag: v3.3.9~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ef43479c87025b80820d70166646002dc0fff50;p=thirdparty%2Fvuejs%2Fcore.git chore(deps): update dependency tsx to v4 (#9629) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- diff --git a/package.json b/package.json index 270c50100c..201d955036 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "terser": "^5.22.0", "todomvc-app-css": "^2.4.3", "tslib": "^2.6.2", - "tsx": "^3.14.0", + "tsx": "^4.1.3", "typescript": "^5.2.2", "vite": "^4.5.0", "vitest": "^0.34.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d680c60ba9..b800a532a1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -144,8 +144,8 @@ importers: specifier: ^2.6.2 version: 2.6.2 tsx: - specifier: ^3.14.0 - version: 3.14.0 + specifier: ^4.1.3 + version: 4.1.3 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -5677,8 +5677,9 @@ packages: typescript: 5.2.2 dev: true - /tsx@3.14.0: - resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} + /tsx@4.1.3: + resolution: {integrity: sha512-DLiTy1eri4nhqgVVy+15YKC6Ij2BMFxGdDMkVrSDkNuISUJLv7n0NgZpFLpdM+qmwXar34XllgYi4cxkNMbDwQ==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20