build(deps-dev): Bump tsx from 3.14.0 to 4.0.0
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 9 Nov 2023 16:53:16 +0000 (16:53 +0000)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2023 16:53:16 +0000 (16:53 +0000)
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] <support@github.com>
package.json
pnpm-lock.yaml

index 17ff33d91393f49bd5ecc0a65341835ee7d776d8..e9c0d55f931092195ee6ebf3c510d52e95dbf830 100644 (file)
     "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"
   }
 }
index cc83468e88bb523ff5ee86b5f6e03f458838a565..c07260a732e71892fcaffb30ee7dd61eac9c53d7 100644 (file)
@@ -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