From 2295e0e2e8b21cffb92267ac406827e3ce2ded52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 13:06:02 +0000 Subject: [PATCH] chore(deps): update dependency esbuild to v0.25.0 [security] --- templates/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/typescript/package.json b/templates/typescript/package.json index e9824d0..e3a3791 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -88,7 +88,7 @@ "concurrently": "8.2.2", "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", - "esbuild": "0.15.12", + "esbuild": "0.25.0", "esbuild-style-plugin": "1.6.3", "eslint": "8.56.0", "eslint-formatter-pretty": "5.0.0",