chore(deps): bump tsx from 4.10.5 to 4.11.0 (#15676)
* chore(deps): bump tsx from 4.10.5 to 4.11.0 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.10.5 to 4.11.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.10.5...v4.11.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
dd89aa147f
commit
c9d2a8ad4c
|
|
@ -116,7 +116,7 @@
|
|||
"tldts": "6.1.21",
|
||||
"tosource": "2.0.0-alpha.3",
|
||||
"tough-cookie": "4.1.4",
|
||||
"tsx": "4.10.5",
|
||||
"tsx": "4.11.0",
|
||||
"twitter-api-v2": "1.16.4",
|
||||
"undici": "6.18.1",
|
||||
"uuid": "9.0.1",
|
||||
|
|
|
|||
|
|
@ -207,8 +207,8 @@ importers:
|
|||
specifier: 4.1.4
|
||||
version: 4.1.4
|
||||
tsx:
|
||||
specifier: 4.10.5
|
||||
version: 4.10.5
|
||||
specifier: 4.11.0
|
||||
version: 4.11.0
|
||||
twitter-api-v2:
|
||||
specifier: 1.16.4
|
||||
version: 1.16.4
|
||||
|
|
@ -1968,8 +1968,8 @@ packages:
|
|||
bare-os@2.3.0:
|
||||
resolution: {integrity: sha512-oPb8oMM1xZbhRQBngTgpcQ5gXw6kjOaRsSWsIeNyRxGed2w/ARyP7ScBYpWR1qfX2E5rS3gBw6OWcSQo+s+kUg==}
|
||||
|
||||
bare-path@2.1.2:
|
||||
resolution: {integrity: sha512-o7KSt4prEphWUHa3QUwCxUI00R86VdjiuxmJK0iNVDHYPGo+HsDaVCnqCmPbf/MiW1ok8F4p3m8RTHlWk8K2ig==}
|
||||
bare-path@2.1.3:
|
||||
resolution: {integrity: sha512-lh/eITfU8hrj9Ru5quUp0Io1kJWIk1bTjzo7JH1P5dWmQ2EL4hFUlfI8FonAhSlgIfhn63p84CDY/x+PisgcXA==}
|
||||
|
||||
bare-stream@1.0.0:
|
||||
resolution: {integrity: sha512-KhNUoDL40iP4gFaLSsoGE479t0jHijfYdIcxRn/XtezA2BaUD0NRf/JGRpsMq6dMNM+SrCrB0YSSo/5wBY4rOQ==}
|
||||
|
|
@ -5061,8 +5061,8 @@ packages:
|
|||
tslib@2.6.2:
|
||||
resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==}
|
||||
|
||||
tsx@4.10.5:
|
||||
resolution: {integrity: sha512-twDSbf7Gtea4I2copqovUiNTEDrT8XNFXsuHpfGbdpW/z9ZW4fTghzzhAG0WfrCuJmJiOEY1nLIjq4u3oujRWQ==}
|
||||
tsx@4.11.0:
|
||||
resolution: {integrity: sha512-vzGGELOgAupsNVssAmZjbUDfdm/pWP4R+Kg8TVdsonxbXk0bEpE1qh0yV6/QxUVXaVlNemgcPajGdJJ82n3stg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
|
|
@ -7248,14 +7248,14 @@ snapshots:
|
|||
bare-fs@2.3.0:
|
||||
dependencies:
|
||||
bare-events: 2.2.2
|
||||
bare-path: 2.1.2
|
||||
bare-path: 2.1.3
|
||||
bare-stream: 1.0.0
|
||||
optional: true
|
||||
|
||||
bare-os@2.3.0:
|
||||
optional: true
|
||||
|
||||
bare-path@2.1.2:
|
||||
bare-path@2.1.3:
|
||||
dependencies:
|
||||
bare-os: 2.3.0
|
||||
optional: true
|
||||
|
|
@ -10558,7 +10558,7 @@ snapshots:
|
|||
tar-stream: 3.1.7
|
||||
optionalDependencies:
|
||||
bare-fs: 2.3.0
|
||||
bare-path: 2.1.2
|
||||
bare-path: 2.1.3
|
||||
|
||||
tar-stream@3.1.7:
|
||||
dependencies:
|
||||
|
|
@ -10702,7 +10702,7 @@ snapshots:
|
|||
|
||||
tslib@2.6.2: {}
|
||||
|
||||
tsx@4.10.5:
|
||||
tsx@4.11.0:
|
||||
dependencies:
|
||||
esbuild: 0.20.2
|
||||
get-tsconfig: 4.7.5
|
||||
|
|
|
|||
Loading…
Reference in New Issue