From a0f9dd65e88ca5c463e2dad8357d8fbd56b5ac7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 05:59:44 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the / directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 1 update in the /packages/esbuild directory: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.18.20 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.18.20...v0.25.0) Updates `esbuild` from 0.18.20 to 0.25.8 - [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.18.20...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.8 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/esbuild/package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/esbuild/package.json b/packages/esbuild/package.json index 4f65afd8..bcf6ffe1 100644 --- a/packages/esbuild/package.json +++ b/packages/esbuild/package.json @@ -22,7 +22,7 @@ "dependencies": { "aws-cdk-lib": "^2.201.0", "constructs": "^10.3.0", - "esbuild": "^0.18.0", + "esbuild": "^0.25.8", "source-map-support": "^0.5.21" } } diff --git a/yarn.lock b/yarn.lock index 195ec1e4..ad43eb85 100644 --- a/yarn.lock +++ b/yarn.lock @@ -83,7 +83,7 @@ __metadata: aws-cdk: "npm:^2.1019.1" aws-cdk-lib: "npm:^2.201.0" constructs: "npm:^10.3.0" - esbuild: "npm:^0.18.0" + esbuild: "npm:^0.25.8" jest: "npm:^29.7.0" source-map-support: "npm:^0.5.21" ts-jest: "npm:^29.1.1"