From 6abc1f87b1ba0150ec5f1cb9e5f7e5d6dfd90cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 03:02:42 +0000 Subject: [PATCH] build(deps-dev): bump esbuild in /examples/testapp/static Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.19 to 0.25.0. - [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.17.19...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- examples/testapp/static/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/testapp/static/package.json b/examples/testapp/static/package.json index afbec1a..dc5273f 100644 --- a/examples/testapp/static/package.json +++ b/examples/testapp/static/package.json @@ -17,7 +17,7 @@ "bootstrap": "5.2.3" }, "devDependencies": { - "esbuild": "0.17.19", + "esbuild": "0.25.0", "esbuild-plugin-copy": "2.1.1" }, "packageManager": "yarn@3.5.1"