Merge pull request #284 from PrismLauncher/renovate/tsx-4.x

fix(deps): update dependency tsx to v4
This commit is contained in:
Sefa Eyeoglu 2023-11-13 00:21:19 +01:00 committed by GitHub
commit 794f6bf06b
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.14.1",
"just-random": "3.2.0",
"kleur": "4.1.5",
"tsx": "3.14.0"
"tsx": "4.1.1"
},
"devDependencies": {
"@types/node": "20.9.0",

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':
@ -1409,8 +1409,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