fix(deps): update dependency tsx to v4

This commit is contained in:
renovate[bot] 2023-11-12 19:47:01 +00:00 committed by GitHub
parent e3155e1137
commit 41a1b61377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -13,7 +13,7 @@
"discord.js": "14.13.0",
"just-random": "3.2.0",
"kleur": "4.1.5",
"tsx": "3.14.0"
"tsx": "4.1.1"
},
"devDependencies": {
"@types/node": "20.8.10",

9
pnpm-lock.yaml generated
View file

@ -18,8 +18,8 @@ dependencies:
specifier: 4.1.5
version: 4.1.5
tsx:
specifier: 3.14.0
version: 3.14.0
specifier: 4.1.1
version: 4.1.1
devDependencies:
'@types/node':
@ -1434,8 +1434,9 @@ packages:
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
dev: false
/tsx@3.14.0:
resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==}
/tsx@4.1.1:
resolution: {integrity: sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA==}
engines: {node: '>=18.0.0'}
hasBin: true
dependencies:
esbuild: 0.18.20