From 7130cea06c3f8d5ff0c68248b50d2f60abfbb56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:40:17 +0200 Subject: [PATCH] Bump tsx from 4.16.0 to 4.16.2 (#6491) Bumps [tsx](https://github.com/privatenumber/tsx) from 4.16.0 to 4.16.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.16.0...v4.16.2) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bin/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- src/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bin/package.json b/bin/package.json index e9750ce79..4aecce80a 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.16.0", + "tsx": "^4.16.2", "ueberdb2": "^4.2.80" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3f0d46f3..c43b8d015 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.16.0 - version: 4.16.0 + specifier: ^4.16.2 + version: 4.16.2 ueberdb2: specifier: ^4.2.80 version: 4.2.80 @@ -267,8 +267,8 @@ importers: specifier: 0.6.8 version: 0.6.8 tsx: - specifier: 4.16.0 - version: 4.16.0 + specifier: 4.16.2 + version: 4.16.2 ueberdb2: specifier: ^4.2.80 version: 4.2.80 @@ -4134,8 +4134,8 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - tsx@4.16.0: - resolution: {integrity: sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ==} + tsx@4.16.2: + resolution: {integrity: sha512-C1uWweJDgdtX2x600HjaFaucXTilT7tgUZHbOE4+ypskZ1OP8CRCSDkCxG6Vya9EwaFIVagWwpaVAn5wzypaqQ==} engines: {node: '>=18.0.0'} hasBin: true @@ -8626,7 +8626,7 @@ snapshots: tsscmp@1.0.6: {} - tsx@4.16.0: + tsx@4.16.2: dependencies: esbuild: 0.21.5 get-tsconfig: 4.7.5 diff --git a/src/package.json b/src/package.json index 7bcd0794d..fa88c253d 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.16.0", + "tsx": "4.16.2", "ueberdb2": "^4.2.80", "underscore": "1.13.6", "unorm": "1.6.0",