diff --git a/bin/package.json b/bin/package.json index 6f0f7be1e..ab1c0d9f6 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.19.1", + "tsx": "^4.19.2", "ueberdb2": "^5.0.6" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 04bce90b9..26d84452e 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.19.1 - version: 4.19.1 + specifier: ^4.19.2 + version: 4.19.2 ueberdb2: specifier: ^5.0.6 version: 5.0.6 @@ -264,8 +264,8 @@ importers: specifier: 0.6.8 version: 0.6.8 tsx: - specifier: 4.19.1 - version: 4.19.1 + specifier: 4.19.2 + version: 4.19.2 ueberdb2: specifier: ^5.0.6 version: 5.0.6 @@ -4572,8 +4572,8 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} + tsx@4.19.2: + resolution: {integrity: sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==} engines: {node: '>=18.0.0'} hasBin: true @@ -9487,7 +9487,7 @@ snapshots: tsscmp@1.0.6: {} - tsx@4.19.1: + tsx@4.19.2: dependencies: esbuild: 0.23.1 get-tsconfig: 4.7.6 diff --git a/src/package.json b/src/package.json index 586b5798c..4b5b37abf 100644 --- a/src/package.json +++ b/src/package.json @@ -71,7 +71,7 @@ "superagent": "10.1.1", "swagger-ui-express": "^5.0.1", "tinycon": "0.6.8", - "tsx": "4.19.1", + "tsx": "4.19.2", "ueberdb2": "^5.0.6", "underscore": "1.13.7", "unorm": "1.6.0",