Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 104 updates#31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/nimbus/production-dependencies-0f3a0ce367
Open

chore(deps): bump the production-dependencies group across 1 directory with 104 updates#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/nimbus/production-dependencies-0f3a0ce367

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2025

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 55 updates in the /apps/nimbus directory:

Package From To
@aws-appsync/utils 1.12.0 2.0.3
@aws-crypto/client-node 4.1.0 4.2.1
@aws-lambda-powertools/logger 2.13.1 2.21.0
@aws-lambda-powertools/parameters 2.13.1 2.21.0
@aws-lambda-powertools/tracer 2.13.1 2.21.0
@aws-sdk/client-cognito-identity-provider 3.738.0 3.828.0
@aws-sdk/client-dynamodb 3.738.0 3.828.0
@aws-sdk/client-dynamodb-streams 3.738.0 3.828.0
@aws-sdk/client-eventbridge 3.740.0 3.828.0
@aws-sdk/client-lambda 3.738.0 3.828.0
@aws-sdk/client-opensearch 3.738.0 3.828.0
@aws-sdk/client-personalize-runtime 3.738.0 3.828.0
@aws-sdk/client-secrets-manager 3.738.0 3.828.0
@aws-sdk/client-sfn 3.738.0 3.828.0
@aws-sdk/client-sns 3.738.0 3.828.0
@aws-sdk/client-sqs 3.738.0 3.828.0
@aws-sdk/client-ssm 3.738.0 3.828.0
@middy/core 6.0.0 6.3.1
@rudderstack/rudder-sdk-node 2.1.1 2.1.4
aws-amplify 6.12.2 6.15.0
aws-cdk 2.177.0 2.1018.1
aws-cdk-lib 2.177.0 2.201.0
dotenv 16.4.7 16.5.0
jose 5.9.6 6.0.11
marked 15.0.6 15.0.12
mongodb 6.13.0 6.17.0
next 15.1.6 15.3.3
react 19.0.0 19.1.0
@types/react 19.0.2 19.1.8
react-dom 19.0.0 19.1.0
@types/react-dom 19.0.2 19.1.6
statsig-node-lite 0.4.0 0.5.0
stripe 17.6.0 18.2.1
uuid 11.0.5 11.1.0
@aws-amplify/data-schema 1.17.5 1.21.0
@aws-sdk/credential-providers 3.738.0 3.828.0
@aws-sdk/util-dynamodb 3.738.0 3.828.0
@mongodb-js/saslprep 1.1.9 1.3.0
@types/sinon 17.0.3 17.0.4
call-bind-apply-helpers 1.0.1 1.0.2
call-bound 1.0.3 1.0.4
caniuse-lite 1.0.30001696 1.0.30001723
end-of-stream 1.4.4 1.4.5
for-each 0.3.4 0.3.5
form-data 4.0.1 4.0.3
ioredis 5.4.2 5.6.1
jwa 1.4.1 1.4.2
luxon 3.5.0 3.6.1
msgpackr 1.11.2 1.11.4
nanoid 3.3.8 3.3.11
object-inspect 1.13.3 1.13.4
possible-typed-array-names 1.0.0 1.1.0
rxjs 7.8.1 7.8.2
watchpack 2.4.2 2.4.4
which-typed-array 1.1.18 1.1.19

Updates @aws-appsync/utils from 1.12.0 to 2.0.3

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

Updates @aws-lambda-powertools/logger from 2.13.1 to 2.21.0

Release notes

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

v2.21.0

Summary

This release introduces a new BedrockAgentFunctionResolver to Event Handler that simplifies connecting AWS Lambda functions to Amazon Bedrock Agents. This feature eliminates the need to write boilerplate code for parsing requests and formatting responses, allowing you to focus on your agent's business logic.

⭐ A big thank you to @​VatsalGoel3 and @​svozza for their contributions to this release and to Instil for becoming a public customer reference!

Creating Amazon Bedrock Agents

Docs

You can now use the new BedrockAgentFunctionResolver to register tools and handle requests in your Lambda functions. The resolver will automatically parse the request, route it to the appropriate function, and return a well-formed response that includes the tool's output and any existing session attributes.

carbon

By default, errors are handled gracefully and returned to the agent with error type and message information, allowing the conversation to continue. This is useful when you want to let the LLM handle errors and reduce boilerplate error-handling code.

If you need more control over error scenarios, you can use BedrockFunctionResponse to customize the response and determine if the conversation should continue:

carbon

You can also use the BedrockFunctionResponse when you want to enrich the response with session attributes or knowledge base configurations, or when you want the agent to re-prompt the user to provide additional information.

carbon-2

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.21.0 (2025-06-03)

Bug Fixes

  • parameters: preserve original stack trace on transform failures … (#3982) (583e3ae)

Features

  • commons: environment variable helpers (#3945) (7cfcd85)
  • event-handler: add Amazon Bedrock Agents Functions Resolver (#3957) (720ddcb)

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)

2.19.0 (2025-04-24)

Bug Fixes

  • logger: warn customers when the ALC log level is less verbose than log buffer (#3834) (04f64ce)
  • logger: warn only once on ALC log level mismatch (#3816) (1e330b3)
  • parser: Make Kafka key property optional (#3855) (68fa1eb)

... (truncated)

Commits
  • d3e4184 chore(ci): bump version to 2.21.0 (#4005)
  • 7361e11 docs(event-handler): add docs page for Bedrock Agent Function (#3991)
  • 583e3ae fix(parameters): preserve original stack trace on transform failures … (#3982)
  • 3c38308 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4004)
  • de07c06 chore(deps-dev): bump lint-staged from 16.0.0 to 16.1.0 (#3994)
  • 35c496f chore(deps): bump @​types/node from 22.15.23 to 22.15.29 (#4001)
  • 2b0ec42 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4002)
  • fe1b5c3 chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#4003)
  • de170ba chore(deps-dev): bump zod from 3.25.32 to 3.25.48 (#4000)
  • 2870ee8 chore(deps): bump vscode/devcontainers/javascript-node from 1ab856e to `0d2...
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/parameters from 2.13.1 to 2.21.0

Release notes

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

v2.21.0

Summary

This release introduces a new BedrockAgentFunctionResolver to Event Handler that simplifies connecting AWS Lambda functions to Amazon Bedrock Agents. This feature eliminates the need to write boilerplate code for parsing requests and formatting responses, allowing you to focus on your agent's business logic.

⭐ A big thank you to @​VatsalGoel3 and @​svozza for their contributions to this release and to Instil for becoming a public customer reference!

Creating Amazon Bedrock Agents

Docs

You can now use the new BedrockAgentFunctionResolver to register tools and handle requests in your Lambda functions. The resolver will automatically parse the request, route it to the appropriate function, and return a well-formed response that includes the tool's output and any existing session attributes.

carbon

By default, errors are handled gracefully and returned to the agent with error type and message information, allowing the conversation to continue. This is useful when you want to let the LLM handle errors and reduce boilerplate error-handling code.

If you need more control over error scenarios, you can use BedrockFunctionResponse to customize the response and determine if the conversation should continue:

carbon

You can also use the BedrockFunctionResponse when you want to enrich the response with session attributes or knowledge base configurations, or when you want the agent to re-prompt the user to provide additional information.

carbon-2

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.21.0 (2025-06-03)

Bug Fixes

  • parameters: preserve original stack trace on transform failures … (#3982) (583e3ae)

Features

  • commons: environment variable helpers (#3945) (7cfcd85)
  • event-handler: add Amazon Bedrock Agents Functions Resolver (#3957) (720ddcb)

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)

2.19.0 (2025-04-24)

Bug Fixes

  • logger: warn customers when the ALC log level is less verbose than log buffer (#3834) (04f64ce)
  • logger: warn only once on ALC log level mismatch (#3816) (1e330b3)
  • parser: Make Kafka key property optional (#3855) (68fa1eb)

... (truncated)

Commits
  • d3e4184 chore(ci): bump version to 2.21.0 (#4005)
  • 7361e11 docs(event-handler): add docs page for Bedrock Agent Function (#3991)
  • 583e3ae fix(parameters): preserve original stack trace on transform failures … (#3982)
  • 3c38308 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4004)
  • de07c06 chore(deps-dev): bump lint-staged from 16.0.0 to 16.1.0 (#3994)
  • 35c496f chore(deps): bump @​types/node from 22.15.23 to 22.15.29 (#4001)
  • 2b0ec42 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4002)
  • fe1b5c3 chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#4003)
  • de170ba chore(deps-dev): bump zod from 3.25.32 to 3.25.48 (#4000)
  • 2870ee8 chore(deps): bump vscode/devcontainers/javascript-node from 1ab856e to `0d2...
  • Additional commits viewable in compare view

Updates @aws-lambda-powertools/tracer from 2.13.1 to 2.21.0

Release notes

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

v2.21.0

Summary

This release introduces a new BedrockAgentFunctionResolver to Event Handler that simplifies connecting AWS Lambda functions to Amazon Bedrock Agents. This feature eliminates the need to write boilerplate code for parsing requests and formatting responses, allowing you to focus on your agent's business logic.

⭐ A big thank you to @​VatsalGoel3 and @​svozza for their contributions to this release and to Instil for becoming a public customer reference!

Creating Amazon Bedrock Agents

Docs

You can now use the new BedrockAgentFunctionResolver to register tools and handle requests in your Lambda functions. The resolver will automatically parse the request, route it to the appropriate function, and return a well-formed response that includes the tool's output and any existing session attributes.

carbon

By default, errors are handled gracefully and returned to the agent with error type and message information, allowing the conversation to continue. This is useful when you want to let the LLM handle errors and reduce boilerplate error-handling code.

If you need more control over error scenarios, you can use BedrockFunctionResponse to customize the response and determine if the conversation should continue:

carbon

You can also use the BedrockFunctionResponse when you want to enrich the response with session attributes or knowledge base configurations, or when you want the agent to re-prompt the user to provide additional information.

carbon-2

Changes

🌟New features and non-breaking changes

📜 Documentation updates

... (truncated)

Changelog

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

2.21.0 (2025-06-03)

Bug Fixes

  • parameters: preserve original stack trace on transform failures … (#3982) (583e3ae)

Features

  • commons: environment variable helpers (#3945) (7cfcd85)
  • event-handler: add Amazon Bedrock Agents Functions Resolver (#3957) (720ddcb)

2.20.0 (2025-05-20)

Features

  • idempotency: support for Valkey- and Redis OSS-compatible cache (#3896) (3352b90)
  • parser: add schemas for AppSync Events (#3907) (2554800)
  • parser: add support for tumbling windows in Kinesis and DynamoDB events (#3931) (0205a87)

2.19.1 (2025-05-05)

Bug Fixes

  • event-handler: ignore return type from onSubscribe handler (#3888) (02b3cda)

2.19.0 (2025-04-24)

Bug Fixes

  • logger: warn customers when the ALC log level is less verbose than log buffer (#3834) (04f64ce)
  • logger: warn only once on ALC log level mismatch (#3816) (1e330b3)
  • parser: Make Kafka key property optional (#3855) (68fa1eb)

... (truncated)

Commits
  • d3e4184 chore(ci): bump version to 2.21.0 (#4005)
  • 7361e11 docs(event-handler): add docs page for Bedrock Agent Function (#3991)
  • 583e3ae fix(parameters): preserve original stack trace on transform failures … (#3982)
  • 3c38308 chore(deps): bump the aws-cdk group across 1 directory with 3 updates (#4004)
  • de07c06 chore(deps-dev): bump lint-staged from 16.0.0 to 16.1.0 (#3994)
  • 35c496f chore(deps): bump @​types/node from 22.15.23 to 22.15.29 (#4001)
  • 2b0ec42 chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4002)
  • fe1b5c3 chore(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 (#4003)
  • de170ba chore(deps-dev): bump zod from 3.25.32 to 3.25.48 (#4000)
  • 2870ee8 chore(deps): bump vscode/devcontainers/javascript-node from 1ab856e to `0d2...
  • Additional commits viewable in compare view

Updates @aws-sdk/client-cognito-identity-provider from 3.738.0 to 3.828.0

Release notes

Sourced from @​aws-sdk/client-cognito-identity-provider's releases.

v3.828.0

3.828.0(2025-06-11)

Chores
  • util-endpoints: update aws partitions.json (0f909916)
  • endpoints: update endpoints model (636fa732)
  • models: update API models (65f1b116)
  • middleware-http-debug-log: add middleware timer (#7126) (74ea2198)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode. (bb7a56de)
New Features
  • client-networkmanager: Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs. (de332cdb)
  • client-wafv2: WAF now provides two DDoS protection options: resource-level monitoring for Application Load Balancers and the AWSManagedRulesAntiDDoSRuleSet managed rule group for CloudFront distributions. (8337d3be)
  • client-eks: Release for EKS Pod Identity Cross Account feature and disableSessionTags flag. (52a85abb)
  • client-controlcatalog: Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types. (125f9f68)
  • client-lex-models-v2: Add support for the Assisted NLU feature to improve bot performance (ada2099a)

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

v3.827.1

3.827.1(2025-06-10)

Chores
Documentation Changes
  • client-gameliftstreams: Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides (3e1c7e16)
New Features
  • clients: update client endpoints as of 2025-06-10 (dda548a8)

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

v3.827.0

3.827.0(2025-06-09)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-cognito-identity-provider's changelog.

3.828.0 (2025-06-11)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.826.0 (2025-06-06)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.825.0 (2025-06-05)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.823.0 (2025-06-03)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.821.0 (2025-05-30)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.817.0 (2025-05-23)

Note: Version bump only for package @​aws-sdk/client-cognito-identity-provider

3.816.0 (2025-05-22)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb from 3.738.0 to 3.828.0

Release notes

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

v3.828.0

3.828.0(2025-06-11)

Chores
  • util-endpoints: update aws partitions.json (0f909916)
  • endpoints: update endpoints model (636fa732)
  • models: update API models (65f1b116)
  • middleware-http-debug-log: add middleware timer (#7126) (74ea2198)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for Amazon RDS for Db2 cross-Region replicas in standby mode. (bb7a56de)
New Features
  • client-networkmanager: Add support for public DNS hostname resolution to private IP addresses across Cloud WAN-managed VPCs. Add support for security group referencing across Cloud WAN-managed VPCs. (de332cdb)
  • client-wafv2: WAF now provides two DDoS protection options: resource-level monitoring for Application Load Balancers and the AWSManagedRulesAntiDDoSRuleSet managed rule group for CloudFront distributions. (8337d3be)
  • client-eks: Release for EKS Pod Identity Cross Account feature and disableSessionTags flag. (52a85abb)
  • client-controlcatalog: Introduced ListControlMappings API that retrieves control mappings. Added control aliases and governed resources fields in GetControl and ListControls APIs. New filtering capability in ListControls API, with implementation identifiers and implementation types. (125f9f68)
  • client-lex-models-v2: Add support for the Assisted NLU feature to improve bot performance (ada2099a)

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

v3.827.1

3.827.1(2025-06-10)

Chores
Documentation Changes
  • client-gameliftstreams: Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides (3e1c7e16)
New Features
  • clients: update client endpoints as of 2025-06-10 (dda548a8)

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

v3.827.0

3.827.0(2025-06-09)

... (truncated)

Changelog

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

3.828.0 (2025-06-11)

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

3.826.0 (2025-06-06)

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

3.825.0 (2025-06-05)

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

3.823.0 (2025-06-03)

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

3.821.0 (2025-05-30)

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

3.817.0 (2025-05-23)

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

3.816.0 (2025-05-22)

... (truncated)

Commits

Updates @aws-sdk/client-dynamodb-streams from 3.738.0 to 3.828.0

Release notes

Sourced from

…y with 104 updates

Bumps the production-dependencies group with 55 updates in the /apps/nimbus directory:

| Package | From | To |
| --- | --- | --- |
| @aws-appsync/utils | `1.12.0` | `2.0.3` |
| @aws-crypto/client-node | `4.1.0` | `4.2.1` |
| [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.13.1` | `2.21.0` |
| [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.13.1` | `2.21.0` |
| [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.13.1` | `2.21.0` |
| [@aws-sdk/client-cognito-identity-provider](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cognito-identity-provider) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-dynamodb-streams](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb-streams) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge) | `3.740.0` | `3.828.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-opensearch](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-opensearch) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-personalize-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-personalize-runtime) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.738.0` | `3.828.0` |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.738.0` | `3.828.0` |
| [@middy/core](https://github.com/middyjs/middy/tree/HEAD/packages/core) | `6.0.0` | `6.3.1` |
| [@rudderstack/rudder-sdk-node](https://github.com/rudderlabs/rudder-sdk-node) | `2.1.1` | `2.1.4` |
| [aws-amplify](https://github.com/aws-amplify/amplify-js) | `6.12.2` | `6.15.0` |
| [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.177.0` | `2.1018.1` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.177.0` | `2.201.0` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `16.5.0` |
| [jose](https://github.com/panva/jose) | `5.9.6` | `6.0.11` |
| [marked](https://github.com/markedjs/marked) | `15.0.6` | `15.0.12` |
| [mongodb](https://github.com/mongodb/node-mongodb-native) | `6.13.0` | `6.17.0` |
| [next](https://github.com/vercel/next.js) | `15.1.6` | `15.3.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.1.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.2` | `19.1.8` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.0.0` | `19.1.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.2` | `19.1.6` |
| [statsig-node-lite](https://github.com/statsig-io/node-js-lite-server-sdk) | `0.4.0` | `0.5.0` |
| [stripe](https://github.com/stripe/stripe-node) | `17.6.0` | `18.2.1` |
| [uuid](https://github.com/uuidjs/uuid) | `11.0.5` | `11.1.0` |
| [@aws-amplify/data-schema](https://github.com/aws-amplify/amplify-data) | `1.17.5` | `1.21.0` |
| [@aws-sdk/credential-providers](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/credential-providers) | `3.738.0` | `3.828.0` |
| [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.738.0` | `3.828.0` |
| [@mongodb-js/saslprep](https://github.com/mongodb-js/devtools-shared) | `1.1.9` | `1.3.0` |
| [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `17.0.3` | `17.0.4` |
| [call-bind-apply-helpers](https://github.com/ljharb/call-bind-apply-helpers) | `1.0.1` | `1.0.2` |
| [call-bound](https://github.com/ljharb/call-bound) | `1.0.3` | `1.0.4` |
| [caniuse-lite](https://github.com/browserslist/caniuse-lite) | `1.0.30001696` | `1.0.30001723` |
| [end-of-stream](https://github.com/mafintosh/end-of-stream) | `1.4.4` | `1.4.5` |
| [for-each](https://github.com/Raynos/for-each) | `0.3.4` | `0.3.5` |
| [form-data](https://github.com/form-data/form-data) | `4.0.1` | `4.0.3` |
| [ioredis](https://github.com/luin/ioredis) | `5.4.2` | `5.6.1` |
| [jwa](https://github.com/brianloveswords/node-jwa) | `1.4.1` | `1.4.2` |
| [luxon](https://github.com/moment/luxon) | `3.5.0` | `3.6.1` |
| [msgpackr](https://github.com/kriszyp/msgpackr) | `1.11.2` | `1.11.4` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.8` | `3.3.11` |
| [object-inspect](https://github.com/inspect-js/object-inspect) | `1.13.3` | `1.13.4` |
| [possible-typed-array-names](https://github.com/ljharb/possible-typed-array-names) | `1.0.0` | `1.1.0` |
| [rxjs](https://github.com/reactivex/rxjs) | `7.8.1` | `7.8.2` |
| [watchpack](https://github.com/webpack/watchpack) | `2.4.2` | `2.4.4` |
| [which-typed-array](https://github.com/inspect-js/which-typed-array) | `1.1.18` | `1.1.19` |



Updates `@aws-appsync/utils` from 1.12.0 to 2.0.3

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

Updates `@aws-lambda-powertools/logger` from 2.13.1 to 2.21.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.13.1...v2.21.0)

Updates `@aws-lambda-powertools/parameters` from 2.13.1 to 2.21.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.13.1...v2.21.0)

Updates `@aws-lambda-powertools/tracer` from 2.13.1 to 2.21.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.13.1...v2.21.0)

Updates `@aws-sdk/client-cognito-identity-provider` from 3.738.0 to 3.828.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-cognito-identity-provider/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.828.0/clients/client-cognito-identity-provider)

Updates `@aws-sdk/client-dynamodb` from 3.738.0 to 3.828.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.828.0/clients/client-dynamodb)

Updates `@aws-sdk/client-dynamodb-streams` from 3.738.0 to 3.828.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-streams/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.828.0/clients/client-dynamodb-streams)

Updates `@aws-sdk/client-eventbridge` from 3.740.0 to 3.828.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.828.0/clients/client-eventbridge)

Updates `@aws-sdk/client-lambda` from 3.738.0 to 3.828.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.828.0/clients/client-lambda)

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

Updates `@aws-sdk/client-personalize-runtime` from 3.738.0 to 3.828.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-personalize-runtime/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.828.0/clients/client-personalize-runtime)

Updates `@aws-sdk/client-secrets-manager` from 3.738.0 to 3.828.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.828.0/clients/client-secrets-manager)

Updates `@aws-sdk/client-sfn` from 3.738.0 to 3.828.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.828.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.738.0 to 3.828.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.828.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.738.0 to 3.828.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.828.0/clients/client-sqs)

Updates `@aws-sdk/client-ssm` from 3.738.0 to 3.828.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.828.0/clients/client-ssm)

Updates `@middy/core` from 6.0.0 to 6.3.1
- [Release notes](https://github.com/middyjs/middy/releases)
- [Changelog](https://github.com/middyjs/middy/blob/main/docs/RELEASE.md)
- [Commits](https://github.com/middyjs/middy/commits/6.3.1/packages/core)

Updates `@rudderstack/rudder-sdk-node` from 2.1.1 to 2.1.4
- [Release notes](https://github.com/rudderlabs/rudder-sdk-node/releases)
- [Changelog](https://github.com/rudderlabs/rudder-sdk-node/blob/master/CHANGELOG.md)
- [Commits](rudderlabs/rudder-sdk-node@v2.1.1...v2.1.4)

Updates `aws-amplify` from 6.12.2 to 6.15.0
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.12.2...aws-amplify@6.15.0)

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

Updates `aws-cdk-lib` from 2.177.0 to 2.201.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.201.0/packages/aws-cdk-lib)

Updates `axios` from 1.7.9 to 1.8.3
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.9...v1.8.3)

Updates `dotenv` from 16.4.7 to 16.5.0
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.7...v16.5.0)

Updates `jose` from 5.9.6 to 6.0.11
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md)
- [Commits](panva/jose@v5.9.6...v6.0.11)

Updates `marked` from 15.0.6 to 15.0.12
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.6...v15.0.12)

Updates `mongodb` from 6.13.0 to 6.17.0
- [Release notes](https://github.com/mongodb/node-mongodb-native/releases)
- [Changelog](https://github.com/mongodb/node-mongodb-native/blob/main/HISTORY.md)
- [Commits](mongodb/node-mongodb-native@v6.13.0...v6.17.0)

Updates `next` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.1.6...v15.3.3)

Updates `react` from 19.0.0 to 19.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react)

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

Updates `react-dom` from 19.0.0 to 19.1.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react-dom)

Updates `@types/react-dom` from 19.0.2 to 19.1.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `statsig-node-lite` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/statsig-io/node-js-lite-server-sdk/releases)
- [Commits](statsig-io/node-js-lite-server-sdk@0.4.0...0.5.0)

Updates `stripe` from 17.6.0 to 18.2.1
- [Release notes](https://github.com/stripe/stripe-node/releases)
- [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md)
- [Commits](stripe/stripe-node@v17.6.0...v18.2.1)

Updates `uuid` from 11.0.5 to 11.1.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.0.5...v11.1.0)

Updates `@aws-amplify/analytics` from 7.0.67 to 7.0.81
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/analytics@7.0.67...@aws-amplify/analytics@7.0.81)

Updates `@aws-amplify/api` from 6.2.2 to 6.3.12
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@6.2.2...@aws-amplify/api@6.3.12)

Updates `@aws-amplify/api-graphql` from 4.7.2 to 4.7.16
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-graphql@4.7.2...@aws-amplify/api-graphql@4.7.16)

Updates `@aws-amplify/api-rest` from 4.0.67 to 4.1.5
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api-rest@4.0.67...@aws-amplify/api-rest@4.1.5)

Updates `@aws-amplify/auth` from 6.10.1 to 6.13.0
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/auth@6.10.1...@aws-amplify/auth@6.13.0)

Updates `@aws-amplify/core` from 6.9.2 to 6.12.0
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@6.9.2...@aws-amplify/core@6.12.0)

Updates `@aws-amplify/data-schema` from 1.17.5 to 1.21.0
- [Commits](https://github.com/aws-amplify/amplify-data/compare/@aws-amplify/data-schema@1.17.5...@aws-amplify/data-schema@1.21.0)

Updates `@aws-amplify/datastore` from 5.0.69 to 5.0.83
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@5.0.69...@aws-amplify/datastore@5.0.83)

Updates `@aws-amplify/notifications` from 2.0.67 to 2.0.81
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/notifications@2.0.67...@aws-amplify/notifications@2.0.81)

Updates `@aws-amplify/storage` from 6.7.8 to 6.9.0
- [Release notes](https://github.com/aws-amplify/amplify-js/releases)
- [Commits](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@6.7.8...@aws-amplify/storage@6.9.0)

Updates `@aws-cdk/asset-awscli-v1` from 2.2.222 to 2.2.237
- [Release notes](https://github.com/cdklabs/awscdk-asset-awscli/releases)
- [Commits](cdklabs/awscdk-asset-awscli@awscli-v1v2.2.222...awscli-v1v2.2.237)

Updates `@aws-cdk/cloud-assembly-schema` from 39.2.13 to 44.5.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/cloud-assembly-schema@v44.5.0/packages/@aws-cdk/cloud-assembly-schema)

Updates `@aws-crypto/branch-keystore-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/cache-material` from 4.1.0 to 4.2.1

Updates `@aws-crypto/caching-materials-manager-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/decrypt-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/encrypt-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/kms-keyring` from 4.1.0 to 4.2.1

Updates `@aws-crypto/kms-keyring-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/material-management` from 4.1.0 to 4.2.1

Updates `@aws-crypto/material-management-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/raw-aes-keyring-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/raw-keyring` from 4.1.0 to 4.2.1

Updates `@aws-crypto/raw-rsa-keyring-node` from 4.1.0 to 4.2.1

Updates `@aws-crypto/serialize` from 4.1.0 to 4.2.1

Updates `@aws-lambda-powertools/commons` from 2.13.1 to 2.21.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.13.1...v2.21.0)

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

Updates `@aws-sdk/credential-providers` from 3.738.0 to 3.828.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/credential-providers/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.828.0/packages/credential-providers)

Updates `@aws-sdk/endpoint-cache` from 3.723.0 to 3.804.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/endpoint-cache/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.804.0/packages/endpoint-cache)

Updates `@aws-sdk/middleware-endpoint-discovery` from 3.734.0 to 3.821.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/middleware-endpoint-discovery/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.821.0/packages/middleware-endpoint-discovery)

Updates `@aws-sdk/middleware-sdk-sqs` from 3.734.0 to 3.826.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/middleware-sdk-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.826.0/packages/middleware-sdk-sqs)

Updates `@aws-sdk/nested-clients` from 3.734.0 to 3.828.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/packages/nested-clients/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.828.0/packages/nested-clients)

Updates `@aws-sdk/util-dynamodb` from 3.738.0 to 3.828.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.828.0/packages/util-dynamodb)

Updates `@img/sharp-darwin-arm64` from 0.33.5 to 0.34.2
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](https://github.com/lovell/sharp/commits/v0.34.2/npm/darwin-arm64)

Updates `@img/sharp-libvips-darwin-arm64` from 1.0.4 to 1.1.0
- [Release notes](https://github.com/lovell/sharp-libvips/releases)
- [Commits](https://github.com/lovell/sharp-libvips/commits/HEAD/npm/darwin-arm64)

Updates `@mongodb-js/saslprep` from 1.1.9 to 1.3.0
- [Commits](https://github.com/mongodb-js/devtools-shared/compare/@mongodb-js/saslprep@1.1.9...@mongodb-js/saslprep@1.3.0)

Updates `@next/env` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/packages/next-env)

Updates `@next/swc-darwin-arm64` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/darwin-arm64)

Updates `@next/swc-darwin-x64` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/darwin-x64)

Updates `@next/swc-linux-arm64-gnu` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/linux-arm64-gnu)

Updates `@next/swc-linux-arm64-musl` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/linux-arm64-musl)

Updates `@next/swc-linux-x64-gnu` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/linux-x64-gnu)

Updates `@next/swc-linux-x64-musl` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/linux-x64-musl)

Updates `@next/swc-win32-arm64-msvc` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/win32-arm64-msvc)

Updates `@next/swc-win32-x64-msvc` from 15.1.6 to 15.3.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.3.3/crates/napi/npm/win32-x64-msvc)

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

Updates `bn.js` from 4.12.1 to 4.12.2
- [Release notes](https://github.com/indutny/bn.js/releases)
- [Changelog](https://github.com/indutny/bn.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/indutny/bn.js/commits/v4.12.2)

Updates `fast-uri` from 3.0.3 to 3.0.6
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.0.3...v3.0.6)

Updates `table` from 6.8.2 to 6.9.0
- [Release notes](https://github.com/gajus/table/releases)
- [Commits](gajus/table@v6.8.2...v6.9.0)

Updates `bson` from 6.10.2 to 6.10.4
- [Release notes](https://github.com/mongodb/js-bson/releases)
- [Changelog](https://github.com/mongodb/js-bson/blob/main/HISTORY.md)
- [Commits](mongodb/js-bson@v6.10.2...v6.10.4)

Updates `call-bind-apply-helpers` from 1.0.1 to 1.0.2
- [Changelog](https://github.com/ljharb/call-bind-apply-helpers/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bind-apply-helpers@v1.0.1...v1.0.2)

Updates `call-bound` from 1.0.3 to 1.0.4
- [Changelog](https://github.com/ljharb/call-bound/blob/main/CHANGELOG.md)
- [Commits](ljharb/call-bound@v1.0.3...v1.0.4)

Updates `caniuse-lite` from 1.0.30001696 to 1.0.30001723
- [Commits](browserslist/caniuse-lite@1.0.30001696...1.0.30001723)

Updates `end-of-stream` from 1.4.4 to 1.4.5
- [Commits](mafintosh/end-of-stream@v1.4.4...v1.4.5)

Updates `for-each` from 0.3.4 to 0.3.5
- [Changelog](https://github.com/Raynos/for-each/blob/master/CHANGELOG.md)
- [Commits](Raynos/for-each@v0.3.4...v0.3.5)

Updates `form-data` from 4.0.1 to 4.0.3
- [Release notes](https://github.com/form-data/form-data/releases)
- [Commits](form-data/form-data@v4.0.1...v4.0.3)

Updates `get-intrinsic` from 1.2.7 to 1.3.0
- [Changelog](https://github.com/ljharb/get-intrinsic/blob/main/CHANGELOG.md)
- [Commits](ljharb/get-intrinsic@v1.2.7...v1.3.0)

Updates `ioredis` from 5.4.2 to 5.6.1
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/redis/ioredis/blob/main/CHANGELOG.md)
- [Commits](redis/ioredis@v5.4.2...v5.6.1)

Updates `jwa` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/brianloveswords/node-jwa/releases)
- [Commits](auth0/node-jwa@v1.4.1...v1.4.2)

Updates `luxon` from 3.5.0 to 3.6.1
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.5.0...3.6.1)

Updates `msgpackr` from 1.11.2 to 1.11.4
- [Release notes](https://github.com/kriszyp/msgpackr/releases)
- [Commits](https://github.com/kriszyp/msgpackr/commits/v1.11.4)

Updates `nanoid` from 3.3.8 to 3.3.11
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.8...3.3.11)

Updates `object-inspect` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/inspect-js/object-inspect/releases)
- [Changelog](https://github.com/inspect-js/object-inspect/blob/main/CHANGELOG.md)
- [Commits](inspect-js/object-inspect@v1.13.3...v1.13.4)

Updates `possible-typed-array-names` from 1.0.0 to 1.1.0
- [Changelog](https://github.com/ljharb/possible-typed-array-names/blob/main/CHANGELOG.md)
- [Commits](ljharb/possible-typed-array-names@v1.0.0...v1.1.0)

Updates `rxjs` from 7.8.1 to 7.8.2
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/7.8.2/CHANGELOG.md)
- [Commits](ReactiveX/rxjs@7.8.1...7.8.2)

Updates `sharp` from 0.33.5 to 0.34.2
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.33.5...v0.34.2)

Updates `ulid` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/ulid/javascript/releases)
- [Commits](ulid/javascript@v2.3.0...v2.4.0)

Updates `watchpack` from 2.4.2 to 2.4.4
- [Release notes](https://github.com/webpack/watchpack/releases)
- [Commits](webpack/watchpack@v2.4.2...v2.4.4)

Updates `which-typed-array` from 1.1.18 to 1.1.19
- [Changelog](https://github.com/inspect-js/which-typed-array/blob/main/CHANGELOG.md)
- [Commits](inspect-js/which-typed-array@v1.1.18...v1.1.19)

---
updated-dependencies:
- dependency-name: "@aws-appsync/utils"
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/client-node"
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-lambda-powertools/parameters"
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-lambda-powertools/tracer"
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-cognito-identity-provider"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-dynamodb-streams"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-eventbridge"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-opensearch"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-personalize-runtime"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-secrets-manager"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.828.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@middy/core"
  dependency-version: 6.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@rudderstack/rudder-sdk-node"
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: aws-amplify
  dependency-version: 6.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: aws-cdk
  dependency-version: 2.1018.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.201.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: axios
  dependency-version: 1.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: dotenv
  dependency-version: 16.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jose
  dependency-version: 6.0.11
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: marked
  dependency-version: 15.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: mongodb
  dependency-version: 6.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: next
  dependency-version: 15.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react
  dependency-version: 19.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/react"
  dependency-version: 19.1.8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: react-dom
  dependency-version: 19.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: statsig-node-lite
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: stripe
  dependency-version: 18.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: uuid
  dependency-version: 11.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/analytics"
  dependency-version: 7.0.81
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/api"
  dependency-version: 6.3.12
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/api-graphql"
  dependency-version: 4.7.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/api-rest"
  dependency-version: 4.1.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/auth"
  dependency-version: 6.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/core"
  dependency-version: 6.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/data-schema"
  dependency-version: 1.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/datastore"
  dependency-version: 5.0.83
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/notifications"
  dependency-version: 2.0.81
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-amplify/storage"
  dependency-version: 6.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-cdk/asset-awscli-v1"
  dependency-version: 2.2.237
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@aws-cdk/cloud-assembly-schema"
  dependency-version: 44.5.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/branch-keystore-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/cache-material"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/caching-materials-manager-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/decrypt-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/encrypt-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/kms-keyring"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/kms-keyring-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/material-management"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/material-management-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/raw-aes-keyring-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/raw-keyring"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/raw-rsa-keyring-node"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-crypto/serialize"
  dependency-version: 4.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-lambda-powertools/commons"
  dependency-version: 2.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/client-kms"
  dependency-version: 3.829.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/credential-providers"
  dependency-version: 3.828.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/endpoint-cache"
  dependency-version: 3.804.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/middleware-endpoint-discovery"
  dependency-version: 3.821.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/middleware-sdk-sqs"
  dependency-version: 3.826.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/nested-clients"
  dependency-version: 3.828.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@aws-sdk/util-dynamodb"
  dependency-version: 3.828.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@img/sharp-darwin-arm64"
  dependency-version: 0.34.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@img/sharp-libvips-darwin-arm64"
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@mongodb-js/saslprep"
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/env"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-darwin-arm64"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-darwin-x64"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-linux-arm64-gnu"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-linux-arm64-musl"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-linux-x64-gnu"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-linux-x64-musl"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-win32-arm64-msvc"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@next/swc-win32-x64-msvc"
  dependency-version: 15.3.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@types/sinon"
  dependency-version: 17.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: bn.js
  dependency-version: 4.12.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fast-uri
  dependency-version: 3.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: table
  dependency-version: 6.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: bson
  dependency-version: 6.10.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: call-bind-apply-helpers
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: call-bound
  dependency-version: 1.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001723
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: end-of-stream
  dependency-version: 1.4.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: for-each
  dependency-version: 0.3.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: form-data
  dependency-version: 4.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: get-intrinsic
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ioredis
  dependency-version: 5.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: jwa
  dependency-version: 1.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: luxon
  dependency-version: 3.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: msgpackr
  dependency-version: 1.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: nanoid
  dependency-version: 3.3.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: object-inspect
  dependency-version: 1.13.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: possible-typed-array-names
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: rxjs
  dependency-version: 7.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: sharp
  dependency-version: 0.34.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ulid
  dependency-version: 2.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: watchpack
  dependency-version: 2.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: which-typed-array
  dependency-version: 1.1.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: production-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 Jun 16, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2025

Copy link
Copy Markdown
Contributor Author

Reviewers

The following teams could not be added as reviewers: team-elrond. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

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.

0 participants