Skip to content

chore(deps): bump the npm-dependencies group across 3 directories with 19 updates#595

Merged
jeastham1993 merged 1 commit intomainfrom
dependabot/npm_and_yarn/src/loyalty-point-service/npm-dependencies-86a7d0446c
Feb 2, 2026
Merged

chore(deps): bump the npm-dependencies group across 3 directories with 19 updates#595
jeastham1993 merged 1 commit intomainfrom
dependabot/npm_and_yarn/src/loyalty-point-service/npm-dependencies-86a7d0446c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the npm-dependencies group with 19 updates in the /src/loyalty-point-service directory:

Package From To
@aws-lambda-powertools/logger 2.30.0 2.30.2
@aws-lambda-powertools/parameters 2.30.0 2.30.2
zod 4.3.5 4.3.6
@aws-sdk/client-cloudformation 3.962.0 3.980.0
@aws-sdk/client-dynamodb 3.962.0 3.980.0
@aws-sdk/client-eventbridge 3.962.0 3.980.0
@aws-sdk/client-sfn 3.962.0 3.980.0
@aws-sdk/client-sns 3.962.0 3.980.0
@aws-sdk/client-sqs 3.962.0 3.980.0
@aws-sdk/client-ssm 3.962.0 3.980.0
@types/aws-lambda 8.10.159 8.10.160
@types/node 25.0.3 25.1.0
aws-cdk 2.1100.2 2.1104.0
aws-cdk-lib 2.233.0 2.236.0
axios 1.13.2 1.13.4
constructs 10.4.4 10.4.5
datadog-cdk-constructs-v2 3.6.0 3.8.0
dd-trace 5.81.0 5.84.0
serverless-plugin-datadog 5.118.0 5.121.2

Bumps the npm-dependencies group with 14 updates in the /src/pricing-service directory:

Package From To
@aws-lambda-powertools/logger 2.30.0 2.30.2
@aws-lambda-powertools/parameters 2.30.0 2.30.2
zod 4.3.5 4.3.6
@aws-sdk/client-eventbridge 3.962.0 3.980.0
@aws-sdk/client-ssm 3.962.0 3.980.0
@types/aws-lambda 8.10.159 8.10.160
@types/node 25.0.3 25.1.0
aws-cdk 2.1100.2 2.1104.0
aws-cdk-lib 2.233.0 2.236.0
axios 1.13.2 1.13.4
constructs 10.4.4 10.4.5
datadog-cdk-constructs-v2 3.6.0 3.8.0
dd-trace 5.81.0 5.84.0
serverless-plugin-datadog 5.118.0 5.121.2

Bumps the npm-dependencies group with 6 updates in the /src/user-management-service directory:

Package From To
@types/node 25.0.3 25.1.0
aws-cdk 2.1100.2 2.1104.0
aws-cdk-lib 2.233.0 2.236.0
constructs 10.4.4 10.4.5
datadog-cdk-constructs-v2 3.6.0 3.8.0
serverless-plugin-datadog 5.118.0 5.121.2

Updates @aws-lambda-powertools/logger from 2.30.0 to 2.30.2

Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.30.2

Summary

In this release we have added Middy v7 middleware compatibility which enables developers using Middy to use Durable functions, Tenant isolation mode, and multi-concurrency on Lambda Managed Instances.

We have also now added a new tenantId property by default for tenant identification in all log entries, making it easier to filter and trace logs across different tenants in your Lambda functions.

⭐ Special thanks to @​coderbyheart for their first PR merged in the project 🎉

Changes

📜 Documentation updates

  • chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927) by @dependabot[bot]
  • improv(docs): added a note for customers migrating from BatchProcessorSync to BatchProcessor (#4926) by @​sdangol
  • improv(docs): updated the Maintainer's Playbook with the updated CI process (#4922) by @​sdangol

🔧 Maintenance

  • chore(batch): remove invoke store global namespace workaround (#4932) by @​svozza
  • chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927) by @dependabot[bot]
  • feat: remove baseUrl from TypeScript configurations for future compiler compatibility (#4925) by @​dreamorosi
  • improv(docs): updated the Maintainer's Playbook with the updated CI process (#4922) by @​sdangol

This release was made possible by the following contributors:

@​coderbyheart, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​kawaaaas, @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

v2.30.1

Summary

In this release we have removed lodash.merge , allowing users to simplify their bundling process as special handling of this CommonJS only dependency is no longer required.

⭐ Special thanks to @​jaimellamasi for their work on the lodash migration! 🎉

Changes

  • improv(ci): Added environment suffix to prevent artefact name conflict (#4921) by @​sdangol
  • fix(logger): improve e2e test resilience by grouping logs by level (#4909) by @​dreamorosi
  • chore(ci): prevent parameter injection in make-version workflow (#4900) by @​dreamorosi
  • chore(ci): harden workflow permissions for security compliance (#4898) by @​dreamorosi
  • improv(ci): fixed the Make Release workflow (#4867) by @​sdangol
  • improv(ci): automated the Gamma/Prod deployment to China/GovCloud regions (#4864) by @​sdangol

📜 Documentation updates

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.30.2 (2026-01-12)

Features

  • logger add tenantId to logger default properties (#4931) (2e3e867)

Maintenance

  • batch remove invoke store global namespace workaround (#4932) (8e93ec3)

2.30.1 (2026-01-06)

Improvements

  • logger replace lodash.merge with internal deepMerge utility (#4892) (db21896)

Bug Fixes

  • logger improve e2e test resilience by grouping logs by level (#4909) (5f06f21)

Maintenance

  • parser bump @​standard-schema/spec from 1.0.0 to 1.1.0 (#4880) (79a236d)
  • batch bump @​standard-schema/spec from 1.0.0 to 1.1.0 (#4880) (79a236d)
  • kafka bump @​standard-schema/spec from 1.0.0 to 1.1.0 (#4880) (79a236d)
Commits
  • 48a557d chore(ci): bump version to 2.30.2 (#4937)
  • 8e93ec3 chore(batch): remove invoke store global namespace workaround (#4932)
  • 2e3e867 feat(logger): add tenantId to logger default properties (#4931)
  • 5544ce0 chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927)
  • 6239b19 improv(docs): added a note for customers migrating from BatchProcessorSync ...
  • e83509f feat: remove baseUrl from TypeScript configurations for future compiler compa...
  • 74bf4c6 feat: allow @​middy/core v7 (#4918)
  • f7c1001 chore(ci): update layer ARN on documentation (#4917)
  • a0c0ffc improv(docs): updated the Maintainer's Playbook with the updated CI process (...
  • 7f84229 improv(ci): Added environment suffix to prevent artefact name conflict (#4921)
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/parameters from 2.30.0 to 2.30.2

Release notes

Sourced from @​aws-lambda-powertools/parameters's releases.

v2.30.2

Summary

In this release we have added Middy v7 middleware compatibility which enables developers using Middy to use Durable functions, Tenant isolation mode, and multi-concurrency on Lambda Managed Instances.

We have also now added a new tenantId property by default for tenant identification in all log entries, making it easier to filter and trace logs across different tenants in your Lambda functions.

⭐ Special thanks to @​coderbyheart for their first PR merged in the project 🎉

Changes

📜 Documentation updates

  • chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927) by @dependabot[bot]
  • improv(docs): added a note for customers migrating from BatchProcessorSync to BatchProcessor (#4926) by @​sdangol
  • improv(docs): updated the Maintainer's Playbook with the updated CI process (#4922) by @​sdangol

🔧 Maintenance

  • chore(batch): remove invoke store global namespace workaround (#4932) by @​svozza
  • chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927) by @dependabot[bot]
  • feat: remove baseUrl from TypeScript configurations for future compiler compatibility (#4925) by @​dreamorosi
  • improv(docs): updated the Maintainer's Playbook with the updated CI process (#4922) by @​sdangol

This release was made possible by the following contributors:

@​coderbyheart, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​kawaaaas, @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

v2.30.1

Summary

In this release we have removed lodash.merge , allowing users to simplify their bundling process as special handling of this CommonJS only dependency is no longer required.

⭐ Special thanks to @​jaimellamasi for their work on the lodash migration! 🎉

Changes

  • improv(ci): Added environment suffix to prevent artefact name conflict (#4921) by @​sdangol
  • fix(logger): improve e2e test resilience by grouping logs by level (#4909) by @​dreamorosi
  • chore(ci): prevent parameter injection in make-version workflow (#4900) by @​dreamorosi
  • chore(ci): harden workflow permissions for security compliance (#4898) by @​dreamorosi
  • improv(ci): fixed the Make Release workflow (#4867) by @​sdangol
  • improv(ci): automated the Gamma/Prod deployment to China/GovCloud regions (#4864) by @​sdangol

📜 Documentation updates

... (truncated)

Changelog

Sourced from @​aws-lambda-powertools/parameters's changelog.

2.30.2 (2026-01-12)

Features

  • logger add tenantId to logger default properties (#4931) (2e3e867)

Maintenance

  • batch remove invoke store global namespace workaround (#4932) (8e93ec3)

2.30.1 (2026-01-06)

Improvements

  • logger replace lodash.merge with internal deepMerge utility (#4892) (db21896)

Bug Fixes

  • logger improve e2e test resilience by grouping logs by level (#4909) (5f06f21)

Maintenance

  • parser bump @​standard-schema/spec from 1.0.0 to 1.1.0 (#4880) (79a236d)
  • batch bump @​standard-schema/spec from 1.0.0 to 1.1.0 (#4880) (79a236d)
  • kafka bump @​standard-schema/spec from 1.0.0 to 1.1.0 (#4880) (79a236d)
Commits
  • 48a557d chore(ci): bump version to 2.30.2 (#4937)
  • 8e93ec3 chore(batch): remove invoke store global namespace workaround (#4932)
  • 2e3e867 feat(logger): add tenantId to logger default properties (#4931)
  • 5544ce0 chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (#4927)
  • 6239b19 improv(docs): added a note for customers migrating from BatchProcessorSync ...
  • e83509f feat: remove baseUrl from TypeScript configurations for future compiler compa...
  • 74bf4c6 feat: allow @​middy/core v7 (#4918)
  • f7c1001 chore(ci): update layer ARN on documentation (#4917)
  • a0c0ffc improv(docs): updated the Maintainer's Playbook with the updated CI process (...
  • 7f84229 improv(ci): Added environment suffix to prevent artefact name conflict (#4921)
  • Additional commits viewable in compare view

Updates zod from 4.3.5 to 4.3.6

Release notes

Sourced from zod's releases.

v4.3.6

Commits:

  • 9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors
  • f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (#5634)
  • 251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call
  • edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (#5646)
  • 85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (#5628)
  • cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (#5638)
  • dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (#5656)
  • 762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling
  • ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6
Commits

Updates @aws-sdk/client-cloudformation from 3.962.0 to 3.980.0

Release notes

Sourced from @​aws-sdk/client-cloudformation's releases.

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

For list of updated packages, view updated-packages.md in assets-3.980.0.zip

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes
  • credential-provider-node: open credential provider lock after failed chain (#7692) (2320c7c0)

For list of updated packages, view updated-packages.md in assets-3.979.0.zip

v3.978.0

3.978.0(2026-01-28)

Chores
  • codegen:
New Features
  • client-s3-control: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (8248439e)
  • client-mediaconvert: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests. (9ee45457)
  • client-cognito-identity-provider: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login. (a291daef)
  • client-connect: Adds support for filtering search results based on tags assigned to contacts. (c3e7a41b)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cloudformation's changelog.

3.980.0 (2026-01-30)

Note: Version bump only for package @​aws-sdk/client-cloudformation

3.978.0 (2026-01-28)

Note: Version bump only for package @​aws-sdk/client-cloudformation

3.975.0 (2026-01-23)

Note: Version bump only for package @​aws-sdk/client-cloudformation

3.974.0 (2026-01-22)

Note: Version bump only for package @​aws-sdk/client-cloudformation

3.972.0 (2026-01-20)

Note: Version bump only for package @​aws-sdk/client-cloudformation

3.971.0 (2026-01-16)

Note: Version bump only for package @​aws-sdk/client-cloudformation

3.970.0 (2026-01-15)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb from 3.962.0 to 3.980.0

Release notes

Sourced from @​aws-sdk/client-dynamodb's releases.

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

For list of updated packages, view updated-packages.md in assets-3.980.0.zip

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes
  • credential-provider-node: open credential provider lock after failed chain (#7692) (2320c7c0)

For list of updated packages, view updated-packages.md in assets-3.979.0.zip

v3.978.0

3.978.0(2026-01-28)

Chores
  • codegen:
New Features
  • client-s3-control: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (8248439e)
  • client-mediaconvert: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests. (9ee45457)
  • client-cognito-identity-provider: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login. (a291daef)
  • client-connect: Adds support for filtering search results based on tags assigned to contacts. (c3e7a41b)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-dynamodb's changelog.

3.980.0 (2026-01-30)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.978.0 (2026-01-28)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.975.0 (2026-01-23)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.974.0 (2026-01-22)

Features

  • client-dynamodb: Adds additional waiters to Amazon DynamoDB. (55f5f7f)

3.972.0 (2026-01-20)

Note: Version bump only for package @​aws-sdk/client-dynamodb

3.971.0 (2026-01-16)

Note: Version bump only for package @​aws-sdk/client-dynamodb

... (truncated)

Commits
  • 0306270 Publish v3.980.0
  • b951130 chore: use yarn workspace versioning for monorepo packages (#7693)
  • a1794f7 Publish v3.978.0
  • 024c073 chore(codegen): update for aggregated paginators and waiters (#7685)
  • 557a738 Publish v3.975.0
  • 784b9f3 chore(codegen): upgrade smithy to 1.66.0 (#7678)
  • 2f2a874 Publish v3.974.0
  • 55f5f7f feat(client-dynamodb): Adds additional waiters to Amazon DynamoDB.
  • 8536efc chore(codegen): sync for http label validation (#7671)
  • c47a847 Publish v3.972.0
  • Additional commits viewable in compare view

Updates @aws-sdk/client-eventbridge from 3.962.0 to 3.980.0

Release notes

Sourced from @​aws-sdk/client-eventbridge's releases.

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

For list of updated packages, view updated-packages.md in assets-3.980.0.zip

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes
  • credential-provider-node: open credential provider lock after failed chain (#7692) (2320c7c0)

For list of updated packages, view updated-packages.md in assets-3.979.0.zip

v3.978.0

3.978.0(2026-01-28)

Chores
  • codegen:
New Features
  • client-s3-control: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (8248439e)
  • client-mediaconvert: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests. (9ee45457)
  • client-cognito-identity-provider: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login. (a291daef)
  • client-connect: Adds support for filtering search results based on tags assigned to contacts. (c3e7a41b)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-eventbridge's changelog.

3.980.0 (2026-01-30)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.978.0 (2026-01-28)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.975.0 (2026-01-23)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.974.0 (2026-01-22)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.972.0 (2026-01-20)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.971.0 (2026-01-16)

Note: Version bump only for package @​aws-sdk/client-eventbridge

3.970.0 (2026-01-15)

... (truncated)

Commits

Updates @aws-sdk/client-sfn from 3.962.0 to 3.980.0

Release notes

Sourced from @​aws-sdk/client-sfn's releases.

v3.980.0

3.980.0(2026-01-30)

Chores
  • use yarn workspace versioning for monorepo packages (#7693) (b951130e)
New Features
  • clients: update client endpoints as of 2026-01-30 (11699137)
  • client-quicksight: Improve SessionTag usage guidelines in the GenerateEmbedURLForAnonymousUser API documentation. Update the GetIdentityContext document with the region support context. (cf53c93f)
  • client-connect: This release adds Estimated Wait Time support to the GetContactMetrics API for Amazon Connect. (e7dbc0a5)

For list of updated packages, view updated-packages.md in assets-3.980.0.zip

v3.979.0

3.979.0(2026-01-29)

New Features
  • client-gamelift: Amazon GameLift Servers now supports automatic scaling to and from zero instances based on game session activity. Fleets scale down to zero following a defined period of no game session activity and scale up from zero when game sessions are requested, providing an option for cost optimization. (6b625f59)
  • client-ec2: G7e instances feature up to 8 NVIDIA RTX PRO 6000 Blackwell Server Edition GPUs with 768 GB of memory and 5th generation Intel Xeon Scalable processors. Supporting up to 192 vCPUs, 1600 Gbps networking bandwidth with EFA, up to 2 TiB of system memory, and up to 15.2 TB of local NVMe SSD storage. (5678db81)
Bug Fixes
  • credential-provider-node: open credential provider lock after failed chain (#7692) (2320c7c0)

For list of updated packages, view updated-packages.md in assets-3.979.0.zip

v3.978.0

3.978.0(2026-01-28)

Chores
  • codegen:
New Features
  • client-s3-control: Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. (8248439e)
  • client-mediaconvert: This release adds a follow source mode for audio output channel count, an AES audio frame wrapping option for MXF outputs, and an option to signal DolbyVision compatibility using the SUPPLEMENTAL-CODECS tag in HLS manifests. (9ee45457)
  • client-cognito-identity-provider: This release adds support for a new lambda trigger to transform federated user attributes during the authentication with external identity providers on Cognito Managed Login. (a291daef)
  • client-connect: Adds support for filtering search results based on tags assigned to contacts. (c3e7a41b)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-sfn's changelog.

3.980.0 (2026-01-30)

Note: Version bump only for package @​aws-sdk/client-sfn

3.978.0 (2026-01-28)

Note: Version bump only for package @​aws-sdk/client-sfn

3.975.0 (2026-01-23)

Note: Version bump only for package @​aws-sdk/client-sfn

3.974.0 (2026-01-22)

Note: Version bump only for package @​aws-sdk/client-sfn

3.972.0 (2026-01-20)

Note: Version bump only for package @​aws-sdk/client-sfn

…h 19 updates

Bumps the npm-dependencies group with 19 updates in the /src/loyalty-point-service directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.30.0` | `2.30.2` |
| [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.30.0` | `2.30.2` |
| [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.3.6` |
| [@aws-sdk/client-cloudformation](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudformation) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.962.0` | `3.980.0` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.159` | `8.10.160` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.1.0` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1100.2` | `2.1104.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.233.0` | `2.236.0` |
| [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.4` |
| [constructs](https://github.com/aws/constructs) | `10.4.4` | `10.4.5` |
| [datadog-cdk-constructs-v2](https://github.com/DataDog/datadog-cdk-constructs) | `3.6.0` | `3.8.0` |
| [dd-trace](https://github.com/DataDog/dd-trace-js) | `5.81.0` | `5.84.0` |
| [serverless-plugin-datadog](https://github.com/DataDog/serverless-plugin-datadog) | `5.118.0` | `5.121.2` |

Bumps the npm-dependencies group with 14 updates in the /src/pricing-service directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.30.0` | `2.30.2` |
| [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.30.0` | `2.30.2` |
| [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.3.6` |
| [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.962.0` | `3.980.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.962.0` | `3.980.0` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.159` | `8.10.160` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.1.0` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1100.2` | `2.1104.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.233.0` | `2.236.0` |
| [axios](https://github.com/axios/axios) | `1.13.2` | `1.13.4` |
| [constructs](https://github.com/aws/constructs) | `10.4.4` | `10.4.5` |
| [datadog-cdk-constructs-v2](https://github.com/DataDog/datadog-cdk-constructs) | `3.6.0` | `3.8.0` |
| [dd-trace](https://github.com/DataDog/dd-trace-js) | `5.81.0` | `5.84.0` |
| [serverless-plugin-datadog](https://github.com/DataDog/serverless-plugin-datadog) | `5.118.0` | `5.121.2` |

Bumps the npm-dependencies group with 6 updates in the /src/user-management-service directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.1.0` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1100.2` | `2.1104.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.233.0` | `2.236.0` |
| [constructs](https://github.com/aws/constructs) | `10.4.4` | `10.4.5` |
| [datadog-cdk-constructs-v2](https://github.com/DataDog/datadog-cdk-constructs) | `3.6.0` | `3.8.0` |
| [serverless-plugin-datadog](https://github.com/DataDog/serverless-plugin-datadog) | `5.118.0` | `5.121.2` |



Updates `@aws-lambda-powertools/logger` from 2.30.0 to 2.30.2
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.30.0...v2.30.2)

Updates `@aws-lambda-powertools/parameters` from 2.30.0 to 2.30.2
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.30.0...v2.30.2)

Updates `zod` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.5...v4.3.6)

Updates `@aws-sdk/client-cloudformation` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-cloudformation/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-cloudformation)

Updates `@aws-sdk/client-dynamodb` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-dynamodb)

Updates `@aws-sdk/client-eventbridge` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-eventbridge)

Updates `@aws-sdk/client-sfn` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sfn/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-sqs)

Updates `@aws-sdk/client-ssm` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-ssm)

Updates `@types/aws-lambda` from 8.10.159 to 8.10.160
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `@types/node` from 25.0.3 to 25.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-cdk` from 2.1100.2 to 2.1104.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1104.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.233.0 to 2.236.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.236.0/packages/aws-cdk-lib)

Updates `axios` from 1.13.2 to 1.13.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.4)

Updates `constructs` from 10.4.4 to 10.4.5
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.4...v10.4.5)

Updates `datadog-cdk-constructs-v2` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/DataDog/datadog-cdk-constructs/releases)
- [Changelog](https://github.com/DataDog/datadog-cdk-constructs/blob/main/CHANGELOG.md)
- [Commits](DataDog/datadog-cdk-constructs@v2-3.6.0...v2-3.8.0)

Updates `dd-trace` from 5.81.0 to 5.84.0
- [Release notes](https://github.com/DataDog/dd-trace-js/releases)
- [Commits](DataDog/dd-trace-js@v5.81.0...v5.84.0)

Updates `serverless-plugin-datadog` from 5.118.0 to 5.121.2
- [Release notes](https://github.com/DataDog/serverless-plugin-datadog/releases)
- [Changelog](https://github.com/DataDog/serverless-plugin-datadog/blob/main/CHANGELOG.md)
- [Commits](DataDog/serverless-plugin-datadog@v5.118.0...v5.121.2)

Updates `@aws-lambda-powertools/logger` from 2.30.0 to 2.30.2
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.30.0...v2.30.2)

Updates `@aws-lambda-powertools/parameters` from 2.30.0 to 2.30.2
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.30.0...v2.30.2)

Updates `zod` from 4.3.5 to 4.3.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v4.3.5...v4.3.6)

Updates `@aws-sdk/client-eventbridge` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-eventbridge)

Updates `@aws-sdk/client-ssm` from 3.962.0 to 3.980.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.980.0/clients/client-ssm)

Updates `@types/aws-lambda` from 8.10.159 to 8.10.160
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/aws-lambda)

Updates `@types/node` from 25.0.3 to 25.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-cdk` from 2.1100.2 to 2.1104.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1104.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.233.0 to 2.236.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.236.0/packages/aws-cdk-lib)

Updates `axios` from 1.13.2 to 1.13.4
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.2...v1.13.4)

Updates `constructs` from 10.4.4 to 10.4.5
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.4...v10.4.5)

Updates `datadog-cdk-constructs-v2` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/DataDog/datadog-cdk-constructs/releases)
- [Changelog](https://github.com/DataDog/datadog-cdk-constructs/blob/main/CHANGELOG.md)
- [Commits](DataDog/datadog-cdk-constructs@v2-3.6.0...v2-3.8.0)

Updates `dd-trace` from 5.81.0 to 5.84.0
- [Release notes](https://github.com/DataDog/dd-trace-js/releases)
- [Commits](DataDog/dd-trace-js@v5.81.0...v5.84.0)

Updates `serverless-plugin-datadog` from 5.118.0 to 5.121.2
- [Release notes](https://github.com/DataDog/serverless-plugin-datadog/releases)
- [Changelog](https://github.com/DataDog/serverless-plugin-datadog/blob/main/CHANGELOG.md)
- [Commits](DataDog/serverless-plugin-datadog@v5.118.0...v5.121.2)

Updates `@types/node` from 25.0.3 to 25.1.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `aws-cdk` from 2.1100.2 to 2.1104.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1104.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.233.0 to 2.236.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.236.0/packages/aws-cdk-lib)

Updates `constructs` from 10.4.4 to 10.4.5
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.4...v10.4.5)

Updates `datadog-cdk-constructs-v2` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/DataDog/datadog-cdk-constructs/releases)
- [Changelog](https://github.com/DataDog/datadog-cdk-constructs/blob/main/CHANGELOG.md)
- [Commits](DataDog/datadog-cdk-constructs@v2-3.6.0...v2-3.8.0)

Updates `serverless-plugin-datadog` from 5.118.0 to 5.121.2
- [Release notes](https://github.com/DataDog/serverless-plugin-datadog/releases)
- [Changelog](https://github.com/DataDog/serverless-plugin-datadog/blob/main/CHANGELOG.md)
- [Commits](DataDog/serverless-plugin-datadog@v5.118.0...v5.121.2)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-cloudformation"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/aws-lambda"
  dependency-version: 8.10.160
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: aws-cdk
  dependency-version: 2.1104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.236.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: axios
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: constructs
  dependency-version: 10.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: datadog-cdk-constructs-v2
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: dd-trace
  dependency-version: 5.84.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: serverless-plugin-datadog
  dependency-version: 5.121.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.30.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: zod
  dependency-version: 4.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.980.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/aws-lambda"
  dependency-version: 8.10.160
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: aws-cdk
  dependency-version: 2.1104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.236.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: axios
  dependency-version: 1.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: constructs
  dependency-version: 10.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: datadog-cdk-constructs-v2
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: dd-trace
  dependency-version: 5.84.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: serverless-plugin-datadog
  dependency-version: 5.121.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: aws-cdk
  dependency-version: 2.1104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.236.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: constructs
  dependency-version: 10.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: datadog-cdk-constructs-v2
  dependency-version: 3.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: serverless-plugin-datadog
  dependency-version: 5.121.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@dependabot dependabot bot requested a review from jeastham1993 as a code owner February 1, 2026 12:38
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 1, 2026
@jeastham1993 jeastham1993 merged commit fd51e11 into main Feb 2, 2026
5 of 14 checks passed
@jeastham1993 jeastham1993 deleted the dependabot/npm_and_yarn/src/loyalty-point-service/npm-dependencies-86a7d0446c branch February 2, 2026 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant