From b077ffbf627b66a30806e3032b4a70ef1904c6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 06:45:47 +0000 Subject: [PATCH] build(deps-dev): bump esbuild Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.11 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.11...v0.28.1) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.28.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../launchdarkly-lambda-dynamodb/cdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json b/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json index d8ca38b8..192423ae 100644 --- a/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json +++ b/typescript-test-samples/launchdarkly-lambda-dynamodb/cdk/package.json @@ -12,7 +12,7 @@ "devDependencies": { "aws-cdk": "2.114.1", "jest": "^29.7.0", - "esbuild": "0.19.11" + "esbuild": "0.28.1" }, "dependencies": { "archiver": "^6.0.1",