chore(deps-dev): bump tsx from 3.14.0 to 4.1.2 (#721)

Bumps [tsx](https://github.com/privatenumber/tsx) from 3.14.0 to 4.1.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/v3.14.0...v4.1.2)

---
updated-dependencies:
- dependency-name: tsx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-11-16 02:37:43 -03:00 committed by GitHub
parent a56b7ad09f
commit f8db646132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View File

@ -78,7 +78,7 @@
"prettier-plugin-organize-imports": "^3.2.2",
"ts-loader": "^9.4.3",
"tslib": "^2.5.3",
"tsx": "^3.13.0",
"tsx": "^4.1.2",
"typescript": "^5.1.3",
"vitepress": "1.0.0-rc.25",
"webpack": "^5.86.0",

9
pnpm-lock.yaml generated
View File

@ -77,8 +77,8 @@ devDependencies:
specifier: ^2.5.3
version: 2.6.2
tsx:
specifier: ^3.13.0
version: 3.14.0
specifier: ^4.1.2
version: 4.1.2
typescript:
specifier: ^5.1.3
version: 5.2.2
@ -3618,8 +3618,9 @@ packages:
typescript: 5.2.2
dev: true
/tsx@3.14.0:
resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==}
/tsx@4.1.2:
resolution: {integrity: sha512-1spM1bFV6MP2s4tO4tDC7g52fsaFdtEWdO4GfGdqi20qUgPbnAJqixOyIAvCSx1DDj3YIUB4CD06owTWUsOAuQ==}
engines: {node: '>=18.0.0'}
hasBin: true
dependencies:
esbuild: 0.18.20