Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAU: Bump the production-dependencies group across 1 directory with 10 updates #515

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2025

Bumps the production-dependencies group with 9 updates in the / directory:

Package From To
@aws-crypto/client-node 4.0.2 4.1.0
@aws-lambda-powertools/parameters 2.11.0 2.13.0
@aws-sdk/client-dynamodb 3.709.0 3.730.0
@aws-sdk/client-lambda 3.709.0 3.730.0
@aws-sdk/client-secrets-manager 3.709.0 3.730.0
@aws-sdk/client-sfn 3.709.0 3.730.0
@aws-sdk/client-sqs 3.709.0 3.730.0
@aws-sdk/lib-dynamodb 3.709.0 3.730.0
@types/aws-lambda 8.10.146 8.10.147

Updates @aws-crypto/client-node from 4.0.2 to 4.1.0

Updates @aws-lambda-powertools/parameters from 2.11.0 to 2.13.0

Release notes

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

v2.13.0

Summary

In this release we fixed a bug in Tracer that prevented Fetch API requests from propagating the parent trace. We also improved the Parser experience by adding a helper to easily write Zod schemas for DynamoDB data structures.

⭐️ Thanks to @​arnabrahman for their contributions to this release!

Full traces when working with Fetch API

Docs

Requests made with the global fetch module now adds X-Ray trace info to requests in the X-Amzn-Trace-Id header. This allows X-Ray to construct a full trace that includes upstream and downstream nodes.

Zod schemas with Amazon DynamoDB Attributes

Docs

You can now easily extend DynamoDB Stream schemas with your own payloads using the new DynamoDBMarshalled helper. This helper lets you focus on your schemas while we handle unmarshalling data from DynamoDB Attribute format to the native format before Zod parses the payload.

carbon

Changes

  • test(parser): refactor appsync schema tests (#3388) by @​svozza
  • chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.17 to 3.0.18 (#3430) by @​dependabot
  • chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3437) by @​dependabot

🌟New features and non-breaking changes

  • feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) by @​arnabrahman

🌟 Minor Changes

📜 Documentation updates

... (truncated)

Changelog

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

2.13.0 (2025-01-14)

Bug Fixes

  • tracer: forward X-Amzn-Trace-Id header when instrumenting fetch (#3470) (4eb3e2d)

Features

  • parser: DynamoDBMarshalled helper to parse DynamoDB data structure (#3442) (e154e58)

2.12.0 (2024-12-17)

Bug Fixes

Features

  • logger: change selected method visibility to protected (#3377) (93a19a5)
  • metrics: disable metrics with POWERTOOLS_METRICS_DISABLED (#3351) (7e8578e)
  • metrics: warn when overwriting dimension (#3352) (12f3e44)
  • parser: Add appsync resolver event Zod schemas (#3301) (318f34b)
  • parser: add schema for DynamoDB - Kinesis Stream event (#3328) (a8dfa74)
Commits
  • 1aade41 chore(ci): bump version to 2.13.0 (#3471)
  • 0ef15a7 test(parser): refactor appsync schema tests (#3388)
  • 4eb3e2d fix(tracer): forward X-Amzn-Trace-Id header when instrumenting fetch (#3470)
  • e154e58 feat(parser): DynamoDBMarshalled helper to parse DynamoDB data structure (#...
  • 149e17f refactor(metrics): swap isDate for instanceof Date (#3462)
  • 1d1e2f9 chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 (#3460)
  • 26d6488 chore(deps): bump the typescript group across 1 directory with 4 updates (#3446)
  • bb74ef5 chore(deps): bump the aws-sdk-v3 group across 1 directory with 11 updates (#3...
  • 7a07ccb chore(deps): bump @​types/node from 22.10.2 to 22.10.5 (#3456)
  • bee2df2 chore(deps): bump @​aws-cdk/cli-lib-alpha to 2.174.1-alpha.0 (#3458)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-dynamodb from 3.709.0 to 3.730.0

Release notes

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

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

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

3.730.0 (2025-01-16)

Bug Fixes

  • nested-clients: create nested clients for internal use (#6791) (5c53685)

3.726.1 (2025-01-10)

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

3.726.0 (2025-01-09)

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

3.724.0 (2025-01-07)

Features

  • client-dynamodb: This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days. (5e4350e)

3.723.0 (2025-01-06)

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

3.721.0 (2025-01-02)

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

... (truncated)

Commits

Updates @aws-sdk/client-lambda from 3.709.0 to 3.730.0

Release notes

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

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

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

3.730.0 (2025-01-16)

Bug Fixes

  • nested-clients: create nested clients for internal use (#6791) (5c53685)

3.726.1 (2025-01-10)

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

3.726.0 (2025-01-09)

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

3.723.0 (2025-01-06)

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

3.721.0 (2025-01-02)

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

3.716.0 (2024-12-19)

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

... (truncated)

Commits

Updates @aws-sdk/client-secrets-manager from 3.709.0 to 3.730.0

Release notes

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

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

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

3.730.0 (2025-01-16)

Bug Fixes

  • nested-clients: create nested clients for internal use (#6791) (5c53685)

3.726.1 (2025-01-10)

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

3.726.0 (2025-01-09)

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

3.723.0 (2025-01-06)

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

3.721.0 (2025-01-02)

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

3.716.0 (2024-12-19)

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

... (truncated)

Commits

Updates @aws-sdk/client-sfn from 3.709.0 to 3.730.0

Release notes

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

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

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

3.730.0 (2025-01-16)

Bug Fixes

  • nested-clients: create nested clients for internal use (#6791) (5c53685)

3.726.1 (2025-01-10)

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

3.726.0 (2025-01-09)

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

3.723.0 (2025-01-06)

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

3.721.0 (2025-01-02)

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

3.716.0 (2024-12-19)

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

... (truncated)

Commits

Updates @aws-sdk/client-sqs from 3.709.0 to 3.730.0

Release notes

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

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

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

3.730.0 (2025-01-16)

Bug Fixes

  • nested-clients: create nested clients for internal use (#6791) (5c53685)

3.726.1 (2025-01-10)

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

3.726.0 (2025-01-09)

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

3.723.0 (2025-01-06)

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

3.721.0 (2025-01-02)

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

3.716.0 (2024-12-19)

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

... (truncated)

Commits

Updates @aws-sdk/lib-dynamodb from 3.709.0 to 3.730.0

Release notes

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

v3.730.0

3.730.0(2025-01-16)

Chores
  • util-endpoints: update aws partitions.json (7a67aae2)
  • endpoints: update endpoints model (1e443452)
  • models: update API models (10c9ab14)
  • codegen:
Documentation Changes
  • client-ecs: The release addresses Amazon ECS documentation tickets. (22b9f01d)
  • client-s3: update changelog for default data integrity protections (#6807) (4ab6bd1b)
New Features
  • client-sagemaker: Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering (c4798d7f)
Bug Fixes
  • nested-clients: create nested clients for internal use (#6791) (5c536855)

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

v3.729.0

3.729.0(2025-01-15)

Chores
  • deps: bump nanoid from 3.3.7 to 3.3.8 (#6722) (9ec4c95a)
  • middleware-flexible-checksums:
Documentation Changes
  • client-api-gateway: Documentation updates for Amazon API Gateway (75b806b6)
New Features
  • clients: update client endpoints as of 2025-01-15 (5e951239)
  • client-bedrock-agent-runtime: Now supports streaming for inline agents. (b6204f8b)
  • client-s3: This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests. (a550721e)
  • client-security-ir: Increase minimum length of Threat Actor IP 'userAgent' to 1. (635576b7)

... (truncated)

Changelog

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

3.730.0 (2025-01-16)

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

3.726.1 (2025-01-10)

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

3.726.0 (2025-01-09)

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

3.724.0 (2025-01-07)

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

3.723.0 (2025-01-06)

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

3.721.0 (2025-01-02)

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

3.716.0 (2024-12-19)

... (truncated)

Commits

…0 updates

Bumps the production-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| @aws-crypto/client-node | `4.0.2` | `4.1.0` |
| [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.11.0` | `2.13.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.709.0` | `3.730.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.709.0` | `3.730.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.709.0` | `3.730.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.709.0` | `3.730.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.709.0` | `3.730.0` |
| [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.709.0` | `3.730.0` |
| [@types/aws-lambda](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/aws-lambda) | `8.10.146` | `8.10.147` |



Updates `@aws-crypto/client-node` from 4.0.2 to 4.1.0

Updates `@aws-lambda-powertools/parameters` from 2.11.0 to 2.13.0
- [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.11.0...v2.13.0)

Updates `@aws-sdk/client-dynamodb` from 3.709.0 to 3.730.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.730.0/clients/client-dynamodb)

Updates `@aws-sdk/client-lambda` from 3.709.0 to 3.730.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-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-lambda)

Updates `@aws-sdk/client-secrets-manager` from 3.709.0 to 3.730.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-secrets-manager/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sfn` from 3.709.0 to 3.730.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.730.0/clients/client-sfn)

Updates `@aws-sdk/client-sqs` from 3.709.0 to 3.730.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.730.0/clients/client-sqs)

Updates `@aws-sdk/lib-dynamodb` from 3.709.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/lib/lib-dynamodb)

Updates `@aws-sdk/util-dynamodb` from 3.709.0 to 3.730.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/util-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.730.0/packages/util-dynamodb)

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

---
updated-dependencies:
- dependency-name: "@aws-crypto/client-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-lambda"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-sfn"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-sqs"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/lib-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/aws-lambda"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 17, 2025 14:47
@dependabot dependabot bot added dependabot Label for DepBot to do it's thing dependencies Pull requests that update a dependency file labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Label for DepBot to do it's thing dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants