From e2198ec88c909a1d8be4e09c513bbeee4080854b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 12:27:33 +0000 Subject: [PATCH] Bump esbuild and tsx Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependency [tsx](https://github.com/privatenumber/tsx). These dependencies need to be updated together. Updates `esbuild` from 0.18.20 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.18.20...v0.25.0) Updates `tsx` from 3.14.0 to 3.14.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/v3.14.0...v3.14.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: indirect - dependency-name: tsx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63da36a..ebb0ce3 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "prettier": "^2.8.3", "tailwindcss": "^3.3.3", "tsconfig-paths": "^4.2.0", - "tsx": "^3.12.3", + "tsx": "^3.14.0", "typescript": "^5.0.2", "vite": "^6.2.0", "vite-plugin-windicss": "^1.9.0",