From b77f91abbc659f5ad657ec27bc14337cd23f3bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 04:52:34 +0000 Subject: [PATCH] chore(deps-dev): bump esbuild Bumps the npm_and_yarn group with 1 update in the /sdks/typescript/api-full directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.19.12 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- sdks/typescript/api-full/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/api-full/package.json b/sdks/typescript/api-full/package.json index 96db77b394..b6c7836ce1 100644 --- a/sdks/typescript/api-full/package.json +++ b/sdks/typescript/api-full/package.json @@ -52,7 +52,7 @@ "@types/qs": "6.9.8", "@types/readable-stream": "^4.0.21", "@types/url-join": "4.0.1", - "esbuild": "^0.19.12", + "esbuild": "^0.25.0", "prettier": "2.7.1", "typescript": "5.8.2" }