mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
build(deps): bump tsx from 4.9.3 to 4.10.2 (#6381)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.9.3 to 4.10.2. - [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.9.3...v4.10.2) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:production update-type: version-update:semver-minor ... 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
e813016ac6
commit
51873b7be4
3 changed files with 8 additions and 8 deletions
|
@ -11,7 +11,7 @@
|
|||
"ep_etherpad-lite": "workspace:../src",
|
||||
"log4js": "^6.9.1",
|
||||
"semver": "^7.6.2",
|
||||
"tsx": "^4.9.3",
|
||||
"tsx": "^4.10.2",
|
||||
"ueberdb2": "^4.2.63"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -116,8 +116,8 @@ importers:
|
|||
specifier: ^7.6.2
|
||||
version: 7.6.2
|
||||
tsx:
|
||||
specifier: ^4.9.3
|
||||
version: 4.9.3
|
||||
specifier: ^4.10.2
|
||||
version: 4.10.2
|
||||
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.9.3
|
||||
version: 4.9.3
|
||||
specifier: ^4.10.2
|
||||
version: 4.10.2
|
||||
ueberdb2:
|
||||
specifier: ^4.2.63
|
||||
version: 4.2.78
|
||||
|
@ -6969,8 +6969,8 @@ packages:
|
|||
engines: {node: '>=0.6.x'}
|
||||
dev: false
|
||||
|
||||
/tsx@4.9.3:
|
||||
resolution: {integrity: sha512-czVbetlILiyJZI5zGlj2kw9vFiSeyra9liPD4nG+Thh4pKTi0AmMEQ8zdV/L2xbIVKrIqif4sUNrsMAOksx9Zg==}
|
||||
/tsx@4.10.2:
|
||||
resolution: {integrity: sha512-gOfACgv1ElsIjvt7Fp0rMJKGnMGjox0JfGOfX3kmZCV/yZumaNqtHGKBXt1KgaYS9KjDOmqGeI8gHk/W7kWVZg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
|
|
|
@ -71,7 +71,7 @@
|
|||
"terser": "^5.30.3",
|
||||
"threads": "^1.7.0",
|
||||
"tinycon": "0.6.8",
|
||||
"tsx": "^4.9.3",
|
||||
"tsx": "^4.10.2",
|
||||
"ueberdb2": "^4.2.63",
|
||||
"underscore": "1.13.6",
|
||||
"unorm": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue