From 499d6685e6db6c6458e3f45cfb990fd4470182c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:55:00 +0100 Subject: [PATCH] chore(deps): bump tsx from 4.1.2 to 4.6.2 (#25) Bumps [tsx](https://github.com/privatenumber/tsx) from 4.1.2 to 4.6.2. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.1.2...v4.6.2) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 16f6094..00c70b7 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "lint-staged": "15.1.0", "npm-run-all": "4.1.5", "prettier": "3.1.1", - "tsx": "4.1.2", + "tsx": "4.6.2", "turbo": "1.10.16", "typescript": "5.2.2", "xo": "0.56.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ffd3f14..9e01a46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: 3.1.1 version: 3.1.1 tsx: - specifier: 4.1.2 - version: 4.1.2 + specifier: 4.6.2 + version: 4.6.2 turbo: specifier: 1.10.16 version: 1.10.16 @@ -5404,14 +5404,13 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: false - /tsx@4.1.2: - resolution: {integrity: sha512-1spM1bFV6MP2s4tO4tDC7g52fsaFdtEWdO4GfGdqi20qUgPbnAJqixOyIAvCSx1DDj3YIUB4CD06owTWUsOAuQ==} + /tsx@4.6.2: + resolution: {integrity: sha512-QPpBdJo+ZDtqZgAnq86iY/PD2KYCUPSUGIunHdGwyII99GKH+f3z3FZ8XNFLSGQIA4I365ui8wnQpl8OKLqcsg==} engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20 get-tsconfig: 4.7.2 - source-map-support: 0.5.21 optionalDependencies: fsevents: 2.3.3 dev: false