From 69ab533c3842e8d083a640d2aff38b62652e9253 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:23:16 +0000 Subject: [PATCH] fix(deps): update dependency tsx to v4.11.0 --- pnpm-lock.yaml | 11 ++++++----- scripts/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 540346ef..d20d54b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -123,8 +123,8 @@ importers: specifier: 5.3.1 version: 5.3.1 tsx: - specifier: 4.10.5 - version: 4.10.5 + specifier: 4.11.0 + version: 4.11.0 typescript: specifier: 5.4.5 version: 5.4.5 @@ -2359,6 +2359,7 @@ packages: inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.4: resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} @@ -3773,8 +3774,8 @@ packages: typescript: optional: true - tsx@4.10.5: - resolution: {integrity: sha512-twDSbf7Gtea4I2copqovUiNTEDrT8XNFXsuHpfGbdpW/z9ZW4fTghzzhAG0WfrCuJmJiOEY1nLIjq4u3oujRWQ==} + tsx@4.11.0: + resolution: {integrity: sha512-vzGGELOgAupsNVssAmZjbUDfdm/pWP4R+Kg8TVdsonxbXk0bEpE1qh0yV6/QxUVXaVlNemgcPajGdJJ82n3stg==} engines: {node: '>=18.0.0'} hasBin: true @@ -8109,7 +8110,7 @@ snapshots: - supports-color - ts-node - tsx@4.10.5: + tsx@4.11.0: dependencies: esbuild: 0.20.2 get-tsconfig: 4.7.5 diff --git a/scripts/package.json b/scripts/package.json index 0a51d9ea..33943deb 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -15,7 +15,7 @@ "@untitled-theme/colors": "workspace:*", "prettier": "3.2.5", "svgson": "5.3.1", - "tsx": "4.10.5", + "tsx": "4.11.0", "typescript": "5.4.5", "yargs": "17.7.2" }