From b179b5861dfff96e897c3d319416b294e74df951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:38:59 +0000 Subject: [PATCH] feat(deps-dev): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /js/smoke/scenarios/browser-main-package directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /js/smoke/scenarios/playwright-browser directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.28.0 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.28.0...v0.28.1) Updates `esbuild` from 0.28.0 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.28.0...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- js/smoke/scenarios/browser-main-package/package.json | 2 +- js/smoke/scenarios/playwright-browser/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/smoke/scenarios/browser-main-package/package.json b/js/smoke/scenarios/browser-main-package/package.json index 1bbaa7ee5..c0bbfd7ac 100644 --- a/js/smoke/scenarios/browser-main-package/package.json +++ b/js/smoke/scenarios/browser-main-package/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@playwright/test": "^1.51.1", "@types/node": "^20.10.5", - "esbuild": "0.28.0", + "esbuild": "0.28.1", "http-server": "^14.1.1", "typescript": "^5.4.4" } diff --git a/js/smoke/scenarios/playwright-browser/package.json b/js/smoke/scenarios/playwright-browser/package.json index 95988f3e6..e16eb6db7 100644 --- a/js/smoke/scenarios/playwright-browser/package.json +++ b/js/smoke/scenarios/playwright-browser/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@playwright/test": "^1.51.1", "@types/node": "^20.10.5", - "esbuild": "0.28.0", + "esbuild": "0.28.1", "http-server": "^14.1.1", "typescript": "^5.4.4" }