mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Bump tsx from 4.16.5 to 4.17.0 (#6570)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.5 to 4.17.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.16.5...v4.17.0) --- 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
406a30bd87
commit
b805d976e1
3 changed files with 10 additions and 10 deletions
|
@ -11,7 +11,7 @@
|
|||
"ep_etherpad-lite": "workspace:../src",
|
||||
"log4js": "^6.9.1",
|
||||
"semver": "^7.6.3",
|
||||
"tsx": "^4.16.5",
|
||||
"tsx": "^4.17.0",
|
||||
"ueberdb2": "^4.2.92"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -116,8 +116,8 @@ importers:
|
|||
specifier: ^7.6.3
|
||||
version: 7.6.3
|
||||
tsx:
|
||||
specifier: ^4.16.5
|
||||
version: 4.16.5
|
||||
specifier: ^4.17.0
|
||||
version: 4.17.0
|
||||
ueberdb2:
|
||||
specifier: ^4.2.92
|
||||
version: 4.2.92
|
||||
|
@ -261,8 +261,8 @@ importers:
|
|||
specifier: 0.6.8
|
||||
version: 0.6.8
|
||||
tsx:
|
||||
specifier: 4.16.5
|
||||
version: 4.16.5
|
||||
specifier: 4.17.0
|
||||
version: 4.17.0
|
||||
ueberdb2:
|
||||
specifier: ^4.2.92
|
||||
version: 4.2.92
|
||||
|
@ -4139,8 +4139,8 @@ packages:
|
|||
resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==}
|
||||
engines: {node: '>=0.6.x'}
|
||||
|
||||
tsx@4.16.5:
|
||||
resolution: {integrity: sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==}
|
||||
tsx@4.17.0:
|
||||
resolution: {integrity: sha512-eN4mnDA5UMKDt4YZixo9tBioibaMBpoxBkD+rIPAjVmYERSG0/dWEY1CEFuV89CgASlKL499q8AhmkMnnjtOJg==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -8687,9 +8687,9 @@ snapshots:
|
|||
|
||||
tsscmp@1.0.6: {}
|
||||
|
||||
tsx@4.16.5:
|
||||
tsx@4.17.0:
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
esbuild: 0.23.0
|
||||
get-tsconfig: 4.7.6
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.3
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"superagent": "9.0.2",
|
||||
"threads": "^1.7.0",
|
||||
"tinycon": "0.6.8",
|
||||
"tsx": "4.16.5",
|
||||
"tsx": "4.17.0",
|
||||
"ueberdb2": "^4.2.92",
|
||||
"underscore": "1.13.7",
|
||||
"unorm": "1.6.0",
|
||||
|
|
Loading…
Reference in a new issue