From 6338a6e4c239e178213508e5cb2a4a19534a0056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 07:31:05 +0000 Subject: [PATCH] chore(deps-dev): bump esbuild Bumps the npm_and_yarn group with 1 update in the /plugins/orchestr8 directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.27.7 to 0.28.1 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.27.7...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- plugins/orchestr8/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/orchestr8/package.json b/plugins/orchestr8/package.json index 6ecf257..97b4502 100644 --- a/plugins/orchestr8/package.json +++ b/plugins/orchestr8/package.json @@ -63,6 +63,6 @@ "@playwright/test": "^1.56.1", "@types/express": "^4.17.21", "@types/ws": "^8.5.10", - "esbuild": "^0.27.0" + "esbuild": "^0.28.1" } }