diff --git a/bin/package.json b/bin/package.json index 6b8ed9610..e0da3b2f3 100644 --- a/bin/package.json +++ b/bin/package.json @@ -11,7 +11,7 @@ "ep_etherpad-lite": "workspace:../src", "log4js": "^6.9.1", "semver": "^7.6.3", - "tsx": "^4.16.2", + "tsx": "^4.16.5", "ueberdb2": "^4.2.91" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1334f1db5..57626491b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,8 +116,8 @@ importers: specifier: ^7.6.3 version: 7.6.3 tsx: - specifier: ^4.16.2 - version: 4.16.2 + specifier: ^4.16.5 + version: 4.16.5 ueberdb2: specifier: ^4.2.91 version: 4.2.91 @@ -261,8 +261,8 @@ importers: specifier: 0.6.8 version: 0.6.8 tsx: - specifier: 4.16.2 - version: 4.16.2 + specifier: 4.16.5 + version: 4.16.5 ueberdb2: specifier: ^4.2.91 version: 4.2.91 @@ -4261,8 +4261,8 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsx@4.16.2: - resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==} + tsx@4.16.5: + resolution: {integrity: sha512-ArsiAQHEW2iGaqZ8fTA1nX0a+lN5mNTyuGRRO6OW3H/Yno1y9/t1f9YOI1Cfoqz63VAthn++ZYcbDP7jPflc+A==} engines: {node: '>=18.0.0'} hasBin: true @@ -8968,7 +8968,7 @@ snapshots: tsscmp@1.0.6: {} - tsx@4.16.2: + tsx@4.16.5: dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.6 diff --git a/src/package.json b/src/package.json index bd8a1fabe..6d2748fbd 100644 --- a/src/package.json +++ b/src/package.json @@ -70,7 +70,7 @@ "superagent": "^10.0.0", "threads": "^1.7.0", "tinycon": "0.6.8", - "tsx": "4.16.2", + "tsx": "4.16.5", "ueberdb2": "^4.2.91", "underscore": "1.13.7", "unorm": "1.6.0",