chore(deps): bump tsx from 4.11.2 to 4.12.0 (#15832)
* chore(deps): bump tsx from 4.11.2 to 4.12.0 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.11.2 to 4.12.0. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.11.2...v4.12.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix pnpm install --------- 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:
parent
db5ec81071
commit
b1a1f1401b
|
|
@ -117,7 +117,7 @@
|
|||
"tldts": "6.1.24",
|
||||
"tosource": "2.0.0-alpha.3",
|
||||
"tough-cookie": "4.1.4",
|
||||
"tsx": "4.11.2",
|
||||
"tsx": "4.12.0",
|
||||
"twitter-api-v2": "1.17.1",
|
||||
"undici": "6.18.2",
|
||||
"uuid": "9.0.1",
|
||||
|
|
|
|||
|
|
@ -210,8 +210,8 @@ importers:
|
|||
specifier: 4.1.4
|
||||
version: 4.1.4
|
||||
tsx:
|
||||
specifier: 4.11.2
|
||||
version: 4.11.2
|
||||
specifier: 4.12.0
|
||||
version: 4.12.0
|
||||
twitter-api-v2:
|
||||
specifier: 1.17.1
|
||||
version: 1.17.1
|
||||
|
|
@ -5358,8 +5358,8 @@ packages:
|
|||
tslib@2.6.3:
|
||||
resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==}
|
||||
|
||||
tsx@4.11.2:
|
||||
resolution: {integrity: sha512-V5DL5v1BuItjsQ2FN9+4OjR7n5cr8hSgN+VGmm/fd2/0cgQdBIWHcQ3bFYm/5ZTmyxkTDBUIaRuW2divgfPe0A==}
|
||||
tsx@4.12.0:
|
||||
resolution: {integrity: sha512-642NAWAbDqPZINjmL32Lh/B+pd8vbVj6LHPsWm09IIHqQuWhCrNfcPTjRlHFWvv3FfM4vt9NLReBIjUNj5ZhDg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -11462,7 +11462,7 @@ snapshots:
|
|||
|
||||
tslib@2.6.3: {}
|
||||
|
||||
tsx@4.11.2:
|
||||
tsx@4.12.0:
|
||||
dependencies:
|
||||
esbuild: 0.20.2
|
||||
get-tsconfig: 4.7.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue