From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:53:16 +0000 (+0000) Subject: build(deps-dev): Bump tsx from 3.14.0 to 4.0.0 X-Git-Tag: v1.2.24~29^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=826d42799977fcb90c89bbf5013d3cca1c82c01b;p=e-mobility-charging-stations-simulator.git build(deps-dev): Bump tsx from 3.14.0 to 4.0.0 Bumps [tsx](https://github.com/privatenumber/tsx) from 3.14.0 to 4.0.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/v3.14.0...v4.0.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- diff --git a/package.json b/package.json index 17ff33d9..e9c0d55f 100644 --- a/package.json +++ b/package.json @@ -151,7 +151,7 @@ "release-it": "^16.2.1", "rimraf": "^5.0.5", "semver": "^7.5.4", - "tsx": "^3.14.0", + "tsx": "^4.0.0", "typescript": "~5.2.2" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc83468e..c07260a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -181,8 +181,8 @@ devDependencies: specifier: ^7.5.3 version: 7.5.4 tsx: - specifier: ^3.14.0 - version: 3.14.0 + specifier: ^4.0.0 + version: 4.0.0 typescript: specifier: ~5.2.2 version: 5.2.2 @@ -9314,8 +9314,9 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsx@3.14.0: - resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} + /tsx@4.0.0: + resolution: {integrity: sha512-jd3C5kw9tR68gtvqHUYo/2IwxaA46/CyKvcVQ4DsKRAPb19/vWgl7zF9mYNjFRY6KcGKiwne41RU91ll31IggQ==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20