From e0e45f85b76c2796781d23f81d3f1b0124b015fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:55:13 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /dynamodb-streams-to-eventbridge-outbox-pattern/cdk directory: [@faker-js/faker](https://github.com/faker-js/faker). Bumps the npm_and_yarn group with 1 update in the /lambda-microvm-custom-domain-cdk directory: [esbuild](https://github.com/evanw/esbuild). Updates `@faker-js/faker` from 7.6.0 to 10.6.0 - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](https://github.com/faker-js/faker/compare/v7.6.0...v10.6.0) Updates `esbuild` from 0.21.5 to 0.28.2 - [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.21.5...v0.28.2) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.6.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.28.2 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dynamodb-streams-to-eventbridge-outbox-pattern/cdk/package.json | 2 +- lambda-microvm-custom-domain-cdk/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dynamodb-streams-to-eventbridge-outbox-pattern/cdk/package.json b/dynamodb-streams-to-eventbridge-outbox-pattern/cdk/package.json index 3b497310e4..e44a8d953f 100644 --- a/dynamodb-streams-to-eventbridge-outbox-pattern/cdk/package.json +++ b/dynamodb-streams-to-eventbridge-outbox-pattern/cdk/package.json @@ -26,7 +26,7 @@ "@aws-sdk/client-dynamodb": "^3.200.0", "@aws-sdk/client-eventbridge": "^3.200.0", "@aws-sdk/util-dynamodb": "^3.200.0", - "@faker-js/faker": "^7.6.0", + "@faker-js/faker": "^10.6.0", "aws-cdk-lib": "^2.185.0", "constructs": "^10.0.0", "source-map-support": "^0.5.21", diff --git a/lambda-microvm-custom-domain-cdk/package.json b/lambda-microvm-custom-domain-cdk/package.json index d7fb2d795c..315763fefb 100644 --- a/lambda-microvm-custom-domain-cdk/package.json +++ b/lambda-microvm-custom-domain-cdk/package.json @@ -18,7 +18,7 @@ "@types/jest": "^29.5.12", "@types/node": "^20.11.30", "aws-cdk": "^2.1000.0", - "esbuild": "^0.21.0", + "esbuild": "^0.28.2", "jest": "^29.7.0", "source-map-support": "^0.5.21", "ts-jest": "^29.1.2",