mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
build(deps): bump tsx from 4.10.2 to 4.10.4 (#6387)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.10.2 to 4.10.4. - [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.2...v4.10.4) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:production update-type: version-update:semver-patch ... 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
08ab3c07e6
commit
e6e1af5810
3 changed files with 13 additions and 13 deletions
|
@ -11,7 +11,7 @@
|
|||
"ep_etherpad-lite": "workspace:../src",
|
||||
"log4js": "^6.9.1",
|
||||
"semver": "^7.6.2",
|
||||
"tsx": "^4.10.2",
|
||||
"tsx": "^4.10.4",
|
||||
"ueberdb2": "^4.2.63"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -116,8 +116,8 @@ importers:
|
|||
specifier: ^7.6.2
|
||||
version: 7.6.2
|
||||
tsx:
|
||||
specifier: ^4.10.2
|
||||
version: 4.10.2
|
||||
specifier: ^4.10.4
|
||||
version: 4.10.4
|
||||
ueberdb2:
|
||||
specifier: ^4.2.63
|
||||
version: 4.2.78
|
||||
|
@ -267,8 +267,8 @@ importers:
|
|||
specifier: 0.6.8
|
||||
version: 0.6.8
|
||||
tsx:
|
||||
specifier: ^4.10.2
|
||||
version: 4.10.2
|
||||
specifier: ^4.10.4
|
||||
version: 4.10.4
|
||||
ueberdb2:
|
||||
specifier: ^4.2.63
|
||||
version: 4.2.78
|
||||
|
@ -3741,7 +3741,7 @@ packages:
|
|||
eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.9.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@9.2.0)
|
||||
eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.9.0)(eslint-import-resolver-typescript@3.6.1)(eslint@9.2.0)
|
||||
fast-glob: 3.3.2
|
||||
get-tsconfig: 4.7.3
|
||||
get-tsconfig: 4.7.5
|
||||
is-core-module: 2.13.1
|
||||
is-glob: 4.0.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -3870,7 +3870,7 @@ packages:
|
|||
builtins: 5.1.0
|
||||
eslint: 9.2.0
|
||||
eslint-plugin-es-x: 7.6.0(eslint@9.2.0)
|
||||
get-tsconfig: 4.7.3
|
||||
get-tsconfig: 4.7.5
|
||||
globals: 13.24.0
|
||||
ignore: 5.3.1
|
||||
is-builtin-module: 3.2.1
|
||||
|
@ -4396,8 +4396,8 @@ packages:
|
|||
get-intrinsic: 1.2.4
|
||||
dev: true
|
||||
|
||||
/get-tsconfig@4.7.3:
|
||||
resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==}
|
||||
/get-tsconfig@4.7.5:
|
||||
resolution: {integrity: sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==}
|
||||
dependencies:
|
||||
resolve-pkg-maps: 1.0.0
|
||||
|
||||
|
@ -6959,13 +6959,13 @@ packages:
|
|||
engines: {node: '>=0.6.x'}
|
||||
dev: false
|
||||
|
||||
/tsx@4.10.2:
|
||||
resolution: {integrity: sha512-gOfACgv1ElsIjvt7Fp0rMJKGnMGjox0JfGOfX3kmZCV/yZumaNqtHGKBXt1KgaYS9KjDOmqGeI8gHk/W7kWVZg==}
|
||||
/tsx@4.10.4:
|
||||
resolution: {integrity: sha512-Gtg9qnZWNqC/OtcgiXfoAUdAKx3/cgKOYvEocAsv+m21MV/eKpV/WUjRXe6/sDCaGBl2/v8S6v29BpUnGMCX5A==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
esbuild: 0.20.2
|
||||
get-tsconfig: 4.7.3
|
||||
get-tsconfig: 4.7.5
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
dev: false
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"terser": "^5.30.3",
|
||||
"threads": "^1.7.0",
|
||||
"tinycon": "0.6.8",
|
||||
"tsx": "^4.10.2",
|
||||
"tsx": "^4.10.4",
|
||||
"ueberdb2": "^4.2.63",
|
||||
"underscore": "1.13.6",
|
||||
"unorm": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue