From 85ba529d0c87debfce2bb9398106e11d05f40be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:21:42 +0000 Subject: [PATCH] Bump esbuild in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.23.1 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.23.1...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index abadfbf..0819484 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "html-entities": "^2.5.2" }, "devDependencies": { - "esbuild": "^0.23.1", + "esbuild": "^0.25.0", "eslint": "^9.2.0", "globals": "^15.1.0", "https-proxy-agent": "^7.0.4",