From b6b9a69cb2ecd48e55a4dfa4ebc861b1e51aec71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 08:22:09 +0000 Subject: [PATCH] chore(deps): update dependency tsx to v4 --- package.json | 2 +- pnpm-lock.yaml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 571c679fbe0..01a7e023b75 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "sanitize-html": "~2.11.0", "semver": "~7.5.4", "standard-version": "~9.5.0", - "tsx": "~3.13.0", + "tsx": "~4.1.1", "typedoc": "~0.24.8", "typescript": "~4.9.5", "validator": "~13.11.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 89c089699a1..34f93b4bf71 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -98,8 +98,8 @@ devDependencies: specifier: ~9.5.0 version: 9.5.0 tsx: - specifier: ~3.13.0 - version: 3.13.0 + specifier: ~4.1.1 + version: 4.1.1 typedoc: specifier: ~0.24.8 version: 0.24.8(typescript@4.9.5) @@ -5747,8 +5747,9 @@ packages: typescript: 4.9.5 dev: true - /tsx@3.13.0: - resolution: {integrity: sha512-rjmRpTu3as/5fjNq/kOkOtihgLxuIz6pbKdj9xwP4J5jOLkBxw/rjN5ANw+KyrrOXV5uB7HC8+SrrSJxT65y+A==} + /tsx@4.1.1: + resolution: {integrity: sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20