From b202200de02c84fd7efad7bb85a838862a8e20cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 05:32:19 +0000 Subject: [PATCH] build(deps-dev): bump esbuild in /methodatlas-discovery-typescript Bumps [esbuild](https://github.com/evanw/esbuild) from 0.25.3 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.25.3...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- methodatlas-discovery-typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methodatlas-discovery-typescript/package.json b/methodatlas-discovery-typescript/package.json index 5dce267..ba72123 100644 --- a/methodatlas-discovery-typescript/package.json +++ b/methodatlas-discovery-typescript/package.json @@ -10,7 +10,7 @@ "@typescript-eslint/typescript-estree": "8.32.1" }, "devDependencies": { - "esbuild": "0.25.3" + "esbuild": "0.28.1" }, "engines": { "node": ">=18.0.0"