Skip to content

build(deps): bump the server-minor-and-patch group across 1 directory with 9 updates - #216

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/server/server-minor-and-patch-9661ccabe7
Open

build(deps): bump the server-minor-and-patch group across 1 directory with 9 updates#216
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/server/server-minor-and-patch-9661ccabe7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the server-minor-and-patch group with 9 updates in the /server directory:

Package From To
@aws-sdk/client-ssm 3.1087.0 3.1111.0
@deepgram/sdk 5.5.0 5.8.0
express-rate-limit 8.5.2 8.6.2
groq-sdk 1.3.0 1.5.0
helmet 8.2.0 8.3.0
mediasoup 3.20.9 3.24.2
mongoose 9.7.2 9.9.2
tsx 4.23.1 4.23.12
@types/node 26.1.1 26.2.0

Updates @aws-sdk/client-ssm from 3.1087.0 to 3.1111.0

Release notes

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

v3.1111.0

3.1111.0(2026-08-14)

Chores
Documentation Changes
  • client-redshift: Amazon Redshift now unlocks a locked admin user account and resets the failed-login counter when you update the admin password using the ModifyCluster API. This option is available only when account lockout security is enabled. (b93cb20c)
  • client-redshift-serverless: Amazon Redshift now unlocks a locked admin user account and resets the failed-login counter when you update the admin password using the UpdateNamespace API. This option is available only when account lockout security is enabled. (197b4aa6)
New Features
  • clients: update client endpoints as of 2026-08-14 (1e7a2806)
  • client-bedrock-agentcore-control: Adds AgentCore Payments support for CMK, Marketplace Subscriptions and QuickCreate (39108eb0)
  • client-sagemaker: Release support for g7.2xlarge, g7.4xlarge, g7.8xlarge, g7.12xlarge, g7.24xlarge, and g7.48xlarge instance types for SageMaker HyperPod (7198c193)
  • client-mwaa-serverless: Adds support for Consuming code for MWAA Serverless (e3edae27)
  • client-bedrock-agent-runtime: Adds CheckIngestedDocumentAcl and GetIngestedDocumentAcl APIs to Amazon Bedrock Knowledge Bases. Customers can verify user access to documents based on ingested ACLs and retrieve full ACL details including allow and deny entries, enabling validation of ACL ingestion without test retrievals. (e86c4204)
  • client-observabilityadmin: CloudWatch Logs centralization rules now support tag propagation. You can configure a TagPropagationConfiguration on your centralization rule to automatically sync resource tags from source to destination log groups, with configurable conflict resolution strategies. (c57d7a4c)
  • client-bedrock-agentcore: Add support for the Machine Payments Protocol (MPP) and x402 upto scheme payments protocol in Amazon Bedrock AgentCore Payments. Customers can now pay for MPP-gated resources and also pay services which requires upto scheme in x402 (7fdf457a)
  • client-glue: Added support for associating glossary terms with iterable form items, such as table columns. (4c2e27d1)

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

v3.1110.0

3.1110.0(2026-08-13)

New Features
  • client-auto-scaling: Amazon EC2 Auto Scaling now supports terminating multiple instances in a single TerminateInstanceInAutoScalingGroup call via the new InstanceIds parameter, returning an Activities list. LaunchInstances now returns IdempotentCallInProgressFault for duplicate client tokens. (ee707980)
  • client-cleanrooms: This release adds support for minimum aggregation thresholds and comparison controls to the Custom analysis rule type. (1f84f2ae)
  • client-codecommit: Added the GetBlobDifferences API operation, which returns line-level diffs between two blob versions without requiring a local clone. Returns structured hunks with context, additions, and deletions. Supports pagination for large diffs. (f1165c62)
  • client-securityagent: Add support for setting a maximum task-hour budget cap on penetration tests and code reviews, and for revalidating previously reported findings via a new REVALIDATION job type. (aba75d72)
  • client-connect: Adds the StartAssistantContact API to start chat contacts handled by an AI agent. Adds SegmentAttributes to StartWebRTCContact, and corrects its error response to now receive AccessDeniedException (previously returned as an internal server error due to a missing error declaration). (67f9b7bb)
  • client-acm: This change allows customers to update their existing email-validated certificates to use the DNS validation method. (71c194a4)

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

v3.1109.0

3.1109.0(2026-08-12)

Documentation Changes

... (truncated)

Changelog

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

3.1111.0 (2026-08-14)

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

3.1110.0 (2026-08-13)

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

3.1109.0 (2026-08-12)

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

3.1108.0 (2026-08-11)

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

3.1107.0 (2026-08-10)

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

3.1106.0 (2026-08-07)

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

3.1105.0 (2026-08-06)

... (truncated)

Commits

Updates @deepgram/sdk from 5.5.0 to 5.8.0

Release notes

Sourced from @​deepgram/sdk's releases.

v5.8.0

5.8.0 (2026-08-12)

Flux TTS streaming controls, Listen v2 redaction, and an agent provider back-compat fix.

Features

  • Speak v2 (Flux TTS streaming, /v2/speak): barge-in via sendInterrupt() (SpeakV2Interrupt, optional playback_offset), answered by SpeakV2SpeechInterrupted with text_spoken / text_remaining; mid-session Configure via sendConfigure() with ConfigureSuccess / ConfigureFailure responses; new speed (0.851.15 in 0.05 increments) and expressivity (-22; 0 is the voice's nominal delivery) connect params. Inline pause and pronunciation controls are not applied at launch — they are stripped before synthesis, the related warning codes are reserved and not currently emitted, and controls_applied counts are currently 0; support is coming soon. (#532) (e851496)
  • Listen v2: ListenV2Redact (numbers, aggressive_numbers). (#532) (e851496)

Bug Fixes

  • agent: model the AgentV1UpdateListen provider as a merged shape rather than a union, preserving back-compat for existing callers (the regenerated union broke reads of V2-only fields and required version). Compile-compat only; the wire payload is unchanged. (a65d1aa, a6e3c79)

Compatibility

  • No optional → required field changes on request types.
  • Two existing fields widen on the read path: Deepgram.version ("v1"string) and Google.version ("v1beta" → open Google.Version). Safe for callers setting the field; a consumer assigning them into a narrowed literal binding must widen the annotation.
  • SpeakV2SpeechMetadata.ControlsApplied / SpeakV2SpeechInterrupted gain a required breaks_applied counter — server-emitted (read-only), so it is safe on the read path.

v5.7.0

5.7.0 (2026-07-22)

Features

  • regen: listen v2 numerals, multilingual Aura-2 voices, and streaming close() fix (#522) (7f0b9e0)

Bug Fixes

  • agent: re-add deprecated stt_latency to AgentV1LatencyReport (back-compat shim) (007c7e4)
  • socket: make streaming close() idempotent to prevent close-handler recursion (bf3d1df)

What's in this release

SDK regeneration for 2026-07-20 (spec ff8fd2b). No breaking changes.

New API surface (Fern-owned, additive)

  • listen.v2 numerals — new numerals param + ListenV2Numerals type. Connection-time only. Verified end-to-end (serializes onto the connect URL; a TTS'd digits phrase transcribes as 5 5 5 1 2 3 4 … 42 … 3rd with numerals: true vs spelled-out with false).
  • New Aura-2 multilingual TTS voices — ~40 voices (es / de / nl / fr / it / ja) on SpeakV1Model / AudioGenerateRequestModel. Additive only.

Bug fix — streaming close() recursion (bf3d1df)

  • The generated Socket.close() synchronously re-fires the registered close handler via handleClose(); a close handler that calls close() again (idiomatic cleanup) recursed infinitely → RangeError: Maximum call stack size exceeded. All 5 streaming sockets were affected (agent.v1, listen.v1, listen.v2, speak.v1, speak.v2); pre-existing on main.
  • Fixed at the wrapper layer (CustomClient.ts, already frozen) with a shared WeakSet guard — no generated files frozen. Regression test drives the public createConnection path for all 5 services.

Bug fix — stt_latency back-compat shim (007c7e4)

... (truncated)

Changelog

Sourced from @​deepgram/sdk's changelog.

5.8.0 (2026-08-12)

Flux TTS streaming controls, Listen v2 redaction, and an agent provider back-compat fix.

Features

  • Speak v2 (Flux TTS streaming, /v2/speak): barge-in via sendInterrupt() (SpeakV2Interrupt, optional playback_offset), answered by SpeakV2SpeechInterrupted with text_spoken / text_remaining; mid-session Configure via sendConfigure() with ConfigureSuccess / ConfigureFailure responses; new speed (0.851.15 in 0.05 increments) and expressivity (-22; 0 is the voice's nominal delivery) connect params. Inline pause and pronunciation controls are not applied at launch — they are stripped before synthesis, the related warning codes are reserved and not currently emitted, and controls_applied counts are currently 0; support is coming soon. (#532) (e851496)
  • Listen v2: ListenV2Redact (numbers, aggressive_numbers). (#532) (e851496)

Bug Fixes

  • agent: model the AgentV1UpdateListen provider as a merged shape rather than a union, preserving back-compat for existing callers (the regenerated union broke reads of V2-only fields and required version). Compile-compat only; the wire payload is unchanged. (a65d1aa, a6e3c79)

Compatibility

  • No optional → required field changes on request types.
  • Two existing fields widen on the read path: Deepgram.version ("v1"string) and Google.version ("v1beta" → open Google.Version). Safe for callers setting the field; a consumer assigning them into a narrowed literal binding must widen the annotation.
  • SpeakV2SpeechMetadata.ControlsApplied / SpeakV2SpeechInterrupted gain a required breaks_applied counter — server-emitted (read-only), so it is safe on the read path.

5.7.0 (2026-07-22)

Features

  • regen: listen v2 numerals, multilingual Aura-2 voices, and streaming close() fix (#522) (7f0b9e0)

Bug Fixes

  • agent: re-add deprecated stt_latency to AgentV1LatencyReport (back-compat shim) (007c7e4)
  • socket: make streaming close() idempotent to prevent close-handler recursion (bf3d1df)

5.6.0 (2026-07-14)

Features

  • Streaming text-to-speech (Flux) via speak.v2 — new WebSocket TTS: client.speak.v2.connect(...) streams Speak/Flush/Close and returns audio frames plus control messages. Also adds agent UpdateListen/ListenUpdated (swap the listen provider mid-session) and Flux end-of-turn tuning (eot_threshold, eager_eot_threshold, eot_timeout_ms). (#515) (7bba2d2)
  • Flux text-to-speech batch (REST) endpoint and agent latency report. (#519) (a27336e)
Commits
  • d166c65 chore(main): release 5.8.0 (#533)
  • cb55171 docs(changelog): rewrite 5.8.0 notes to match PR description
  • ad49863 chore(main): release 5.8.0
  • e851496 feat(regen): speak v2 barge-in and speed/expressivity controls, listen v2 red...
  • e70ef38 test,docs: address review should-fixes (S1, S5, S7, N3)
  • d44f16f docs: defer inline pause/pronunciation controls in Speak V2 descriptions
  • fba914c docs: mirror Flux TTS copy fixes + add barge-in example
  • 970c907 test: cover speak v2 barge-in/reconfigure, redact, and provider back-compat
  • 6e33be6 chore: sync pnpm-lock.yaml with re-applied devDependencies
  • 6a0714c chore: re-apply manual patches after regen
  • Additional commits viewable in compare view

Updates express-rate-limit from 8.5.2 to 8.6.2

Release notes

Sourced from express-rate-limit's releases.

v8.6.2

You can view the changelog here.

v8.6.1

You can view the changelog here.

v8.6.0

You can view the changelog here.

Commits
  • c416f78 8.6.2
  • defb334 v8.6.2 changelog
  • 7dd82cf fix: key IPv4-in-IPv6 addresses by range, not notation (#667)
  • 4e23dbb chore(deps): bump ip-address from 10.3.1 to 10.4.0 (#666)
  • 607ef1f chore(deps): bump ip-address from 10.2.0 to 10.3.1 (#664)
  • d2370f6 chore(deps-dev): bump the development-dependencies group with 5 updates (#663)
  • c7fced5 8.6.1
  • b21110e chore: deprecate millisecond-based time constants (#662)
  • fad3d85 chore(deps-dev): bump the development-dependencies group with 4 updates (#660)
  • fffb3c4 8.6.0
  • Additional commits viewable in compare view

Updates groq-sdk from 1.3.0 to 1.5.0

Release notes

Sourced from groq-sdk's releases.

v1.5.0

1.5.0 (2026-07-30)

Full Changelog: v1.4.1...v1.5.0

Features

v1.4.1

1.4.1 (2026-07-29)

Full Changelog: v1.4.0...v1.4.1

Chores

  • internal: codegen related update (873736d)

v1.4.0

1.4.0 (2026-07-24)

Full Changelog: v1.3.0...v1.4.0

Features

  • stlc: configurable CI runner and private-production-repo support in workflow templates (21fa0b8)

Bug Fixes

  • ci: bump @​arethetypeswrong/cli to ^0.18.0 and run CI workflows on Node 24 (4f98c9b)

Chores

Changelog

Sourced from groq-sdk's changelog.

1.5.0 (2026-07-30)

Full Changelog: v1.4.1...v1.5.0

Features

1.4.1 (2026-07-29)

Full Changelog: v1.4.0...v1.4.1

Chores

  • internal: codegen related update (873736d)

1.4.0 (2026-07-24)

Full Changelog: v1.3.0...v1.4.0

Features

  • stlc: configurable CI runner and private-production-repo support in workflow templates (21fa0b8)

Bug Fixes

  • ci: bump @​arethetypeswrong/cli to ^0.18.0 and run CI workflows on Node 24 (4f98c9b)

Chores

Commits

Updates helmet from 8.2.0 to 8.3.0

Changelog

Sourced from helmet's changelog.

8.3.0 - 2026-07-11

Changed

  • Content-Security-Policy: improved performance by ~7% when there are no dynamic directives
  • Content-Security-Policy: improved error handling for invalid directive names

Fixed

  • Content-Security-Policy: useDefaults: false with no directives is no longer valid, both at runtime and the type level
  • Content-Security-Policy: dynamically-computed directive values would throw, not call next, when invalid
  • Content-Security-Policy: dynamically-computed directive value entries would throw, not call next, when function threw
Commits
  • 75f1a98 8.3.0
  • f03f70d Update changelog for 8.3.0 release
  • a307fce Fix capitalization in CSP package changelog
  • 5347b43 Format default CSP in README for readability
  • 9afc570 CSP: fix middleware-specific README missing link
  • 266c95c Minor speedups to project setups test
  • 7a4196c CSP: update package-specific changelog
  • 02716b4 CSP: improve performance when there are no dynamic directives
  • 3f511ed CSP: move utility functions to separate file
  • 80338af CSP: disabling defaults with no directives is now an error
  • Additional commits viewable in compare view

Updates mediasoup from 3.20.9 to 3.24.2

Release notes

Sourced from mediasoup's releases.

3.24.2

3.24.1

3.24.0

3.23.2

3.23.1

Worker: Fix, use thread_local buffer on MS_ABORT() (PR#1873).

3.23.0

3.22.0

3.21.2

3.21.1

3.21.0

  • Worker: Fix new consumer regressions ([PR #1849](versatica/mediasoup#1849)).
  • Add NotFoundError, thrown when the referenced entity in the Worker doesn't exist ([PR #1852](versatica/mediasoup#1852)).
    • Expose mediasoup Node errors via mediasoup/errors (in EMS).
    • Breaking change: Rename InvalidStateError to WorkerClosedError.

3.20.10

... (truncated)

Changelog

Sourced from mediasoup's changelog.

3.24.2

3.24.1

3.24.0

3.23.2

3.23.1

  • Worker: Fix, use thread_local buffer on MS_ABORT() (PR#1873).

3.23.0

3.22.0

3.21.2

3.21.1

3.21.0

  • Worker: Fix new consumer regressions ([PR #1849](versatica/mediasoup#1849)).
  • Add NotFoundError, thrown when the referenced entity in the Worker doesn't exist ([PR #1852](versatica/mediasoup#1852)).
    • Expose mediasoup Node errors via mediasoup/errors (in EMS).
    • Breaking change: Rename InvalidStateError to WorkerClosedError.

3.20.10

... (truncated)

Commits
  • 6f1c965 release 3.24.2 [no-ci]
  • 126822a Verify DataConsumer subchannels before cloning the message (#1880)
  • caf5811 update npm dev deps
  • 5baac84 release rust-0.25.1 [no-ci]
  • 7bc165b mediasoup-sys 0.15.1 [crate-publish] [no-ci]
  • c3a7dea release 3.24.1 [no-ci]
  • 351c4f3 Don't check ignoredSubchannel in piped DataConsumers (#1879)
  • 46de35e update npm knip dep
  • 03dab58 GH Actions: ignore some paths
  • 428d10b update npm dev deps
  • Additional commits viewable in compare view

Updates mongoose from 9.7.2 to 9.9.2

Release notes

Sourced from mongoose's releases.

9.9.2 / 2026-08-10

  • fix(query): apply sanitizeFilter on countDocuments and cursor()
  • fix(document): support map wildcards in optimistic concurrency paths option #16436 #16383
  • fix(model): set document session in bulkSave() so transaction retries restore document state #16438 #16432 yogesh968
  • fix(connection): restore delete state across transaction retries #16435 #16433 snowyukitty
  • fix(schema): put enum on array elements and support the object enum form in toJSONSchema #16444 #16443 Jaybhade
  • perf(document): inline the type checks in $__hasOnlyPrimitiveValues() #14394 yogesh968
  • types(document): respect schema toObject and toJSON options #16431 #15594 samuelmbabhazi
  • types: import BSON from mongodb instead of bson #16434 #16434 orgads
  • docs(populate): document that skip needs sort to paginate reliably #16442 #7579
  • docs: remove unused jobs.pug #16437 #16430

9.9.1 / 2026-07-31

  • fix(query): avoid path collision when excluding subdocuments with nested select: false paths #12798
  • types(model): support overriding schema-level lean with lean: false #16413

9.9.0 / 2026-07-30

  • perf(document): improve toObject perf with faster string checks and avoiding unnecessary isSelected on paths with no getters #16407 #16373 #16385
  • perf(model): improve insertMany() performance and general change tracking performance #16370
  • perf(timestamps): avoid adding $setOnInsert for createdAt unless upsert set #16411
  • perf: improve toObject() performance #16408 #16405 #16378 #14394 BIGSUS24
  • types: add discriminator key to each member of embedded discriminator enum- #16412 #16045

9.8.1 / 2026-07-27

  • perf(document): avoid rebuilding modified paths during required path validation #16379 xianjianlf2
  • perf(document): avoid clearing the required paths cache on every document instantiation #16404 #16377
  • fix(query): reject update modifiers without paths #16387 AbdelrahmanHafez
  • perf: cache toString() results in array.unique to avoid redundant allocations #16390 vivek180905
  • types: respect the _id option when inferring StandardSchema types #16402
  • types(model): keep Model.schema typed when TSchema is omitted samuelmbabhazi
  • docs(guide): clarify strictQuery handling of filter paths not in the schema #16397 MuhammadFarhantahir

9.8.0 / 2026-07-20

... (truncated)

Changelog

Sourced from mongoose's changelog.

9.9.2 / 2026-08-10

  • fix(query): apply sanitizeFilter on countDocuments and cursor()
  • fix(document): support map wildcards in optimistic concurrency paths option #16436 #16383
  • fix(model): set document session in bulkSave() so transaction retries restore document state #16438 #16432 yogesh968
  • fix(connection): restore delete state across transaction retries #16435 #16433 snowyukitty
  • fix(schema): put enum on array elements and support the object enum form in toJSONSchema #16444 #16443 Jaybhade
  • perf(document): inline the type checks in $__hasOnlyPrimitiveValues() #14394 yogesh968
  • types(document): respect schema toObject and toJSON options #16431 #15594 samuelmbabhazi
  • types: import BSON from mongodb instead of bson #16434 #16434 orgads
  • docs(populate): document that skip needs sort to paginate reliably #16442 #7579
  • docs: remove unused jobs.pug #16437 #16430

9.9.1 / 2026-07-31

  • fix(query): avoid path collision when excluding subdocuments with nested select: false paths #12798 BIGSUS24
  • types(model): apply schema-level lean to find() #16413
  • types(model): support overriding schema-level lean with lean: false #16413

9.9.0 / 2026-07-30

  • perf(document): improve toObject perf with faster string checks and avoiding unnecessary isSelected on paths with no getters #16407 #16373 #16385
  • perf(model): improve insertMany() performance and general change tracking performance #16370
  • perf(timestamps): avoid adding $setOnInsert for createdAt unless upsert set #16411
  • perf: improve toObject() performance

… with 9 updates

Bumps the server-minor-and-patch group with 9 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.1087.0` | `3.1111.0` |
| [@deepgram/sdk](https://github.com/deepgram/deepgram-js-sdk) | `5.5.0` | `5.8.0` |
| [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) | `8.5.2` | `8.6.2` |
| [groq-sdk](https://github.com/groq/groq-typescript) | `1.3.0` | `1.5.0` |
| [helmet](https://github.com/helmetjs/helmet) | `8.2.0` | `8.3.0` |
| [mediasoup](https://github.com/versatica/mediasoup) | `3.20.9` | `3.24.2` |
| [mongoose](https://github.com/Automattic/mongoose) | `9.7.2` | `9.9.2` |
| [tsx](https://github.com/privatenumber/tsx) | `4.23.1` | `4.23.12` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.1.1` | `26.2.0` |



Updates `@aws-sdk/client-ssm` from 3.1087.0 to 3.1111.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.1111.0/clients/client-ssm)

Updates `@deepgram/sdk` from 5.5.0 to 5.8.0
- [Release notes](https://github.com/deepgram/deepgram-js-sdk/releases)
- [Changelog](https://github.com/deepgram/deepgram-js-sdk/blob/main/CHANGELOG.md)
- [Commits](deepgram/deepgram-js-sdk@v5.5.0...v5.8.0)

Updates `express-rate-limit` from 8.5.2 to 8.6.2
- [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases)
- [Commits](express-rate-limit/express-rate-limit@v8.5.2...v8.6.2)

Updates `groq-sdk` from 1.3.0 to 1.5.0
- [Release notes](https://github.com/groq/groq-typescript/releases)
- [Changelog](https://github.com/groq/groq-typescript/blob/main/CHANGELOG.md)
- [Commits](groq/groq-typescript@v1.3.0...v1.5.0)

Updates `helmet` from 8.2.0 to 8.3.0
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](helmetjs/helmet@v8.2.0...v8.3.0)

Updates `mediasoup` from 3.20.9 to 3.24.2
- [Release notes](https://github.com/versatica/mediasoup/releases)
- [Changelog](https://github.com/versatica/mediasoup/blob/v3/CHANGELOG.md)
- [Commits](versatica/mediasoup@3.20.9...3.24.2)

Updates `mongoose` from 9.7.2 to 9.9.2
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](Automattic/mongoose@9.7.2...9.9.2)

Updates `tsx` from 4.23.1 to 4.23.12
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.23.1...v4.23.12)

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

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-ssm"
  dependency-version: 3.1111.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: "@deepgram/sdk"
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: express-rate-limit
  dependency-version: 8.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: groq-sdk
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: helmet
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: mediasoup
  dependency-version: 3.24.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: mongoose
  dependency-version: 9.9.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
- dependency-name: tsx
  dependency-version: 4.23.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: server-minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: server-minor-and-patch
...

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 Aug 18, 2026
@vercel

vercel Bot commented Aug 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
a-meet Building Building Preview Aug 18, 2026 6:02pm

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
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