Merge pull request #132 from PrismLauncher/renovate/tsx-3.x

This commit is contained in:
Sefa Eyeoglu 2023-03-20 18:42:58 +01:00 committed by GitHub
commit 37193c4d18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@
"kleur": "4.1.5", "kleur": "4.1.5",
"node-fetch": "3.3.1", "node-fetch": "3.3.1",
"remove-markdown": "0.5.0", "remove-markdown": "0.5.0",
"tsx": "3.12.5", "tsx": "3.12.6",
"url-regex": "5.0.0" "url-regex": "5.0.0"
}, },
"devDependencies": { "devDependencies": {

View file

@ -1511,10 +1511,10 @@ tsutils@^3.21.0:
dependencies: dependencies:
tslib "^1.8.1" tslib "^1.8.1"
tsx@3.12.5: tsx@3.12.6:
version "3.12.5" version "3.12.6"
resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.12.5.tgz#6d60d3c9ca2c5f9b8d2cef2cf099867591244264" resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.12.6.tgz#36b3693e48b8392da374487190972c7b80e433b4"
integrity sha512-/TLj30xF1zcN9JkoFCyROtIQUi8cRQG+AFchsg5YkWou3+RXxTZS/ffWB3nCxyZPoBqF2+8ohs07N815dNb1wQ== integrity sha512-q93WgS3lBdHlPgS0h1i+87Pt6n9K/qULIMNYZo07nSeu2z5QE2CellcAZfofVXBo2tQg9av2ZcRMQ2S2i5oadQ==
dependencies: dependencies:
"@esbuild-kit/cjs-loader" "^2.4.2" "@esbuild-kit/cjs-loader" "^2.4.2"
"@esbuild-kit/core-utils" "^3.0.0" "@esbuild-kit/core-utils" "^3.0.0"