From 254be70719d745aa29228d2f4e5aaa3f7191935e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:59:51 +0000 Subject: [PATCH] build(deps-dev): Bump tsx from 4.3.0 to 4.4.0 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.3.0 to 4.4.0. - [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.3.0...v4.4.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6be2b26e..81e7226f 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "release-it": "^17.0.0", "rimraf": "^5.0.5", "semver": "^7.5.4", - "tsx": "^4.3.0", + "tsx": "^4.4.0", "typescript": "~5.3.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78ced298..38241fe3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,8 +181,8 @@ devDependencies: specifier: ^7.5.3 version: 7.5.4 tsx: - specifier: ^4.3.0 - version: 4.3.0 + specifier: ^4.4.0 + version: 4.4.0 typescript: specifier: ~5.3.2 version: 5.3.2 @@ -9311,8 +9311,8 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsx@4.3.0: - resolution: {integrity: sha512-zalfbBdr7tvYok5sSbnsv4uL+DhT1wRZwbWwuOXjhH8YtJxN2bpl6lpXMxuPThMAKzZ2qgrhuf5ckq/uSsm3CA==} + /tsx@4.4.0: + resolution: {integrity: sha512-4fwcEjRUxW20ciSaMB8zkpGwCPxuRGnadDuj/pBk5S9uT29zvWz15PK36GrKJo45mSJomDxVejZ73c6lr3811Q==} engines: {node: '>=18.0.0'} hasBin: true dependencies: -- 2.34.1