diff --git a/bin/package.json b/bin/package.json index a06472742..86e2c8c31 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.2", - "tsx": "^4.15.2", + "tsx": "^4.15.5", "ueberdb2": "^4.2.63" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c06c1f989..e3529cc7c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -116,8 +116,8 @@ importers: specifier: ^7.6.2 version: 7.6.2 tsx: - specifier: ^4.15.2 - version: 4.15.2 + specifier: ^4.15.5 + version: 4.15.5 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.15.2 - version: 4.15.2 + specifier: 4.15.5 + version: 4.15.5 ueberdb2: specifier: ^4.2.78 version: 4.2.78 @@ -7341,8 +7341,8 @@ packages: engines: {node: '>=0.6.x'} dev: false - /tsx@4.15.2: - resolution: {integrity: sha512-kIZTOCmR37nEw0qxQks2dR+eZWSXydhTGmz7yx94vEiJtJGBTkUl0D/jt/5fey+CNdm6i3Cp+29WKRay9ScQUw==} + /tsx@4.15.5: + resolution: {integrity: sha512-iKi8jQ2VBmZ2kU/FkGkL2OSHBHsazsUzsdC/W/RwhKIEsIoZ1alCclZHP5jGfNHEaEWUJFM1GquzCf+4db3b0w==} engines: {node: '>=18.0.0'} hasBin: true dependencies: diff --git a/src/package.json b/src/package.json index 6ce77cc04..ce5badd77 100644 --- a/src/package.json +++ b/src/package.json @@ -72,7 +72,7 @@ "superagent": "^9.0.2", "threads": "^1.7.0", "tinycon": "0.6.8", - "tsx": "4.15.2", + "tsx": "4.15.5", "ueberdb2": "^4.2.78", "underscore": "1.13.6", "unorm": "1.6.0",