From 96957d9408fdd5ea32f3317cdfb6cd73a32a5ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 10:59:21 +0000 Subject: [PATCH] Bump esbuild from 0.19.2 to 0.28.1 in /Tests/Juniper Web Examples Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.2 to 0.28.1. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.19.2...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Tests/Juniper Web Examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Juniper Web Examples/package.json b/Tests/Juniper Web Examples/package.json index 846c6160c..1a99c9e0c 100644 --- a/Tests/Juniper Web Examples/package.json +++ b/Tests/Juniper Web Examples/package.json @@ -16,7 +16,7 @@ "@types/three": "0.150.2", "@types/web-bluetooth": "0.0.17", "@types/webxr": "0.5.4", - "esbuild": "0.19.2", + "esbuild": "0.28.1", "esbuild-plugin-glsl": "1.2.1", "typescript": "5.2.2" },