From f6fe6d74997defe9e029286a4aa092bfcc8e6792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:15:18 +0000 Subject: [PATCH] chore(deps-dev): bump the npm_and_yarn group across 1 directory with 1 update Bumps the npm_and_yarn group with 1 update in the /apps/vscode directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.25.0 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.0...v0.28.1) Updates `esbuild` from 0.25.0 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.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- apps/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vscode/package.json b/apps/vscode/package.json index e1d720f4a..332e03b78 100644 --- a/apps/vscode/package.json +++ b/apps/vscode/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@types/vscode": "^1.101.0", - "esbuild": "0.25.0", + "esbuild": "0.28.1", "style-dictionary": "^5.0.0" }, "engines": {