Skip to content

deps(deps): bump the catalog group across 1 directory with 27 updates#26065

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/catalog-26a129f4d8
Closed

deps(deps): bump the catalog group across 1 directory with 27 updates#26065
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/catalog-26a129f4d8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2025

Bumps the catalog group with 27 updates in the / directory:

Package From To
argon2 0.41.1 0.44.0
axios 1.8.4 1.13.0
listr2 9.0.1 9.0.5
supertest 7.0.0 7.1.4
ws 8.18.1 8.18.3
@types/ws 8.5.14 8.18.1
@aws-sdk/client-s3 3.913.0 3.918.0
@aws-sdk/client-sesv2 3.913.0 3.918.0
@aws-sdk/lib-storage 3.913.0 3.918.0
@google-cloud/storage 7.17.0 7.17.2
@modelcontextprotocol/sdk 1.20.1 1.20.2
@rollup/plugin-commonjs 28.0.8 28.0.9
@smithy/node-http-handler 4.4.2 4.4.3
@types/chroma-js 3.1.1 3.1.2
@types/cookie-parser 1.4.9 1.4.10
@types/nodemailer 7.0.2 7.0.3
@types/qrcode 1.5.5 1.5.6
commander 14.0.1 14.0.2
focus-trap 7.6.5 7.6.6
liquidjs 10.23.0 10.24.0
ofetch 1.4.1 1.5.0
tsdown 0.15.8 0.15.11
typescript-eslint 8.46.1 8.46.2
unplugin-yaml 3.0.6 3.0.7
vite 7.1.11 7.1.12
vue-tsc 3.1.1 3.1.2
zod-validation-error 4.0.1 4.0.2

Updates argon2 from 0.41.1 to 0.44.0

Release notes

Sourced from argon2's releases.

v0.44.0

What's Changed

Full Changelog: ranisalt/node-argon2@v0.43.1...v0.44.0

v0.43.1

Fixes #456 caused by Typescript 5.7 changing how Buffer types work (see microsoft/TypeScript#59417). FreeBSD ARM64 prebuilds are now available.

What's Changed

New Contributors

Full Changelog: ranisalt/node-argon2@v0.43.0...v0.43.1

v0.43.0

This release fixes builds for iOS and Mac, adds support for AIX and prebuilds for ARMv7 (glibc and musl)

What's Changed

New Contributors

... (truncated)

Commits
  • cd4eae5 v0.44.0
  • 0d88d0d Build system tweaks for reproducible builds
  • a6ca2fd Bump @​biomejs/biome from 1.9.4 to 2.1.4
  • c33250d Bump node-gyp from 11.2.0 to 11.3.0 (#467)
  • e4ff08c Bump node-addon-api from 8.4.0 to 8.5.0 (#466)
  • b3de3a2 Potential fix for code scanning alert no. 35: Workflow does not contain permi...
  • bcf7232 v0.43.1
  • 93fa469 Fix linter formatting
  • 6727b44 Upgrade dependencies, revert Typescript to v5.6.3
  • e96cf5a Bump tar-fs from 2.1.2 to 2.1.3 (#458)
  • Additional commits viewable in compare view

Updates axios from 1.8.4 to 1.13.0

Release notes

Sourced from axios's releases.

Release v1.13.0

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

Release v1.12.2

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

Release v1.12.1

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.13.0 (2025-10-27)

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes

... (truncated)

Commits
  • 9ead04d [Release] v1.13.0 (#7189)
  • d000fbf fix(http2): fix possible race condition when handling http2 stream on almost ...
  • 08db960 docs: added example for improved network error handling (with Wrapper/Middlew...
  • 46e1981 refactor: form data handling in index.html (#7170)
  • 889f8ef docs: fix mismatched return type (#7172)
  • 7b197ef fix: sandbox ui updated (#7175)
  • 6dff629 chore: fix typos in examples (#7166)
  • d676df7 feat(http): add HTTP2 support; (#7150)
  • 015faec fix(fetch): prevent TypeError when config.env is undefined (#7155)
  • c2911cc docs: update Features section for clarity and readability (#7136)
  • Additional commits viewable in compare view

Updates listr2 from 9.0.1 to 9.0.5

Commits
  • 65c6309 chore(release): 9.0.5 [skip ci]
  • cd25079 Merge branch 'renovate/node-build' into 'master'
  • 219d6d9 build(deps): update node all build dependency updates
  • d4d4086 fix: wrap enabled checks in try block (#753)
  • c09a4e6 Merge branch 'renovate/node-docs' into 'master'
  • 54b7f37 docs(deps): update node all docs dependency updates
  • db97ab5 Merge branch 'renovate/node-build' into 'master'
  • e3a1cd5 build(deps): update dependency eslint-plugin-vue to v10.5.1
  • 2ace292 Merge branch 'renovate/node-build' into 'master'
  • d1a54ea build(deps): update dependency tsdown to v0.15.7
  • Additional commits viewable in compare view

Updates supertest from 7.0.0 to 7.1.4

Release notes

Sourced from supertest's releases.

v7.1.4

  • chore: bump deps 6021ec8
  • Merge pull request #865 from forwardemail/dependabot/npm_and_yarn/form-data-4.0.4 ceca508
  • chore(deps): bump form-data from 4.0.3 to 4.0.4 b1fb983

forwardemail/supertest@v7.1.3...v7.1.4

v7.1.3

  • fix: revert automatic server closing (per #651) b6fd281
  • fix: rename ci file 75bcbc9

forwardemail/supertest@v7.1.2...v7.1.3

v7.1.2

  • feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility 6d060e3
  • Merge pull request #862 from noritaka1166/fix-typo-test 0413057
  • Merge pull request #841 from viniciusamc/master e2be0e1
  • chore: fix typo in test b7f985b
  • feat(bearer):bearer auth token method 411f7ce

forwardemail/supertest@v7.1.1...v7.1.2

v7.1.1

  • Merge pull request #858 from ByteOPCode/master f553845
  • feat: update superagent version d37d197

forwardemail/supertest@v7.1.0...v7.1.1

v7.1.0

  • Merge pull request #852 from alxndrsn/econnreset de045d4
  • Merge pull request #845 from ikonst/master be0d5c7
  • Merge pull request #854 from alxndrsn/commitlint 35ac86f
  • fix(dev): commitlint dev dependency & config e67fcb2
  • fix: avoid server re-use race conditions 96c06e3
  • test: fix test failure due to localhost being also ipv6 92079a0

forwardemail/supertest@v7.0.0...v7.1.0

Commits
  • 076228a 7.1.4
  • 6021ec8 chore: bump deps
  • ceca508 Merge pull request #865 from forwardemail/dependabot/npm_and_yarn/form-data-4...
  • b1fb983 chore(deps): bump form-data from 4.0.3 to 4.0.4
  • 0cf2ec3 7.1.3
  • b6fd281 fix: revert automatic server closing (per #651)
  • 75bcbc9 fix: rename ci file
  • 29c3267 7.1.2
  • 6d060e3 feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility
  • 0413057 Merge pull request #862 from noritaka1166/fix-typo-test
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by titanism, a new releaser for supertest since your current version.


Updates ws from 8.18.1 to 8.18.3

Release notes

Sourced from ws's releases.

8.18.3

Bug fixes

  • Fixed a spec violation where the Sec-WebSocket-Version header was not added to the HTTP response if the client requested version was either invalid or unacceptable (#2291).

8.18.2

Bug fixes

  • Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (#2285).
Commits

Updates @types/ws from 8.5.14 to 8.18.1

Commits

Updates @aws-sdk/client-s3 from 3.913.0 to 3.918.0

Release notes

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

v3.918.0

3.918.0(2025-10-27)

New Features
  • client-accessanalyzer: Update endpoint ruleset parameters casing (57015bd3)
  • client-codeguruprofiler: Update endpoint ruleset parameters casing (f98e40bc)
  • client-managedblockchain: Update endpoint ruleset parameters casing (b2795358)
  • client-chime-sdk-media-pipelines: Update endpoint ruleset parameters casing (5e2f1b5b)
  • client-scheduler: Update endpoint ruleset parameters casing (09e894d1)
  • client-repostspace: Update endpoint ruleset parameters casing (2d5e1fbf)
  • client-chime-sdk-identity: Update endpoint ruleset parameters casing (bd2a42fc)
  • client-socialmessaging: Update endpoint ruleset parameters casing (5f88d1c8)
  • client-comprehend: Update endpoint ruleset parameters casing (a1dab8a4)
  • client-athena: Update endpoint ruleset parameters casing (207fdd7b)
  • client-mturk: Update endpoint ruleset parameters casing (33f28f6c)
  • client-iam: Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2 (9473ef81)
  • client-greengrass: Update endpoint ruleset parameters casing (ff4ecda5)
  • client-ses: Update endpoint ruleset parameters casing (9c056ab1)
  • client-shield: Update endpoint ruleset parameters casing (100d93d0)
  • client-simspaceweaver: Update endpoint ruleset parameters casing (814a2e2b)
  • client-neptune-graph: Update endpoint ruleset parameters casing (7271b311)
  • client-bedrock-data-automation: Update endpoint ruleset parameters casing (b8858b58)
  • client-backup-gateway: Update endpoint ruleset parameters casing (9e2c12ad)
  • client-ssm-sap: Update endpoint ruleset parameters casing (c344da27)
  • client-rds-data: Update endpoint ruleset parameters casing (df9a1a0e)
  • client-secrets-manager: Update endpoint ruleset parameters casing (462f87ad)
  • client-route53profiles: Update endpoint ruleset parameters casing (53cf9009)
  • client-sfn: Update endpoint ruleset parameters casing (36257447)
  • client-sso-admin: Update endpoint ruleset parameters casing (44d73e36)
  • client-workmailmessageflow: Update endpoint ruleset parameters casing (331f8124)
  • client-braket: Update endpoint ruleset parameters casing (a8d88297)
  • client-s3vectors: Update endpoint ruleset parameters casing (3caed4ad)
  • client-cognito-identity-provider: Update endpoint ruleset parameters casing (49b0f459)
  • client-route53resolver: Update endpoint ruleset parameters casing (ef4cd021)
  • client-entityresolution: Update endpoint ruleset parameters casing (182fe401)
  • client-cost-optimization-hub: Update endpoint ruleset parameters casing (543aa5ce)
  • client-pinpoint: Update endpoint ruleset parameters casing (f6198cd1)
  • client-dax: Update endpoint ruleset parameters casing (48ad0dff)
  • client-elastic-beanstalk: Update endpoint ruleset parameters casing (ac5765bc)
  • client-invoicing: Update endpoint ruleset parameters casing (0bc2c671)
  • client-cost-explorer: Updated endpoint for eusc-de-east-1 region. (b3b0b05e)
  • client-connectcampaigns: Update endpoint ruleset parameters casing (8be8cffe)
  • client-codeartifact: Update endpoint ruleset parameters casing (5ebde328)
  • client-waf-regional: Update endpoint ruleset parameters casing (4013ad2b)
  • client-rekognition: Update endpoint ruleset parameters casing (5537858b)
  • client-rbin: Update endpoint ruleset parameters casing (bea32291)
  • client-aiops: Update endpoint ruleset parameters casing (b1098b65)
  • client-outposts: Update endpoint ruleset parameters casing (e86ef610)
  • client-redshift-serverless: Update endpoint ruleset parameters casing (7c43f003)

... (truncated)

Changelog

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

3.918.0 (2025-10-27)

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

3.917.0 (2025-10-24)

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

3.916.0 (2025-10-23)

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

3.914.0 (2025-10-21)

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

Commits

Updates @aws-sdk/client-sesv2 from 3.913.0 to 3.918.0

Release notes

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

v3.918.0

3.918.0(2025-10-27)

New Features
  • client-accessanalyzer: Update endpoint ruleset parameters casing (57015bd3)
  • client-codeguruprofiler: Update endpoint ruleset parameters casing (f98e40bc)
  • client-managedblockchain: Update endpoint ruleset parameters casing (b2795358)
  • client-chime-sdk-media-pipelines: Update endpoint ruleset parameters casing (5e2f1b5b)
  • client-scheduler: Update endpoint ruleset parameters casing (09e894d1)
  • client-repostspace: Update endpoint ruleset parameters casing (2d5e1fbf)
  • client-chime-sdk-identity: Update endpoint ruleset parameters casing (bd2a42fc)
  • client-socialmessaging: Update endpoint ruleset parameters casing (5f88d1c8)
  • client-comprehend: Update endpoint ruleset parameters casing (a1dab8a4)
  • client-athena: Update endpoint ruleset parameters casing (207fdd7b)
  • client-mturk: Update endpoint ruleset parameters casing (33f28f6c)
  • client-iam: Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2 (9473ef81)
  • client-greengrass: Update endpoint ruleset parameters casing (ff4ecda5)
  • client-ses: Update endpoint ruleset parameters casing (9c056ab1)
  • client-shield: Update endpoint ruleset parameters casing (100d93d0)
  • client-simspaceweaver: Update endpoint ruleset parameters casing (814a2e2b)
  • client-neptune-graph: Update endpoint ruleset parameters casing (7271b311)
  • client-bedrock-data-automation: Update endpoint ruleset parameters casing (b8858b58)
  • client-backup-gateway: Update endpoint ruleset parameters casing (9e2c12ad)
  • client-ssm-sap: Update endpoint ruleset parameters casing (c344da27)
  • client-rds-data: Update endpoint ruleset parameters casing (df9a1a0e)
  • client-secrets-manager: Update endpoint ruleset parameters casing (462f87ad)
  • client-route53profiles: Update endpoint ruleset parameters casing (53cf9009)
  • client-sfn: Update endpoint ruleset parameters casing (36257447)
  • client-sso-admin: Update endpoint ruleset parameters casing (44d73e36)
  • client-workmailmessageflow: Update endpoint ruleset parameters casing (331f8124)
  • client-braket: Update endpoint ruleset parameters casing (a8d88297)
  • client-s3vectors: Update endpoint ruleset parameters casing (3caed4ad)
  • client-cognito-identity-provider: Update endpoint ruleset parameters casing (49b0f459)
  • client-route53resolver: Update endpoint ruleset parameters casing (ef4cd021)
  • client-entityresolution: Update endpoint ruleset parameters casing (182fe401)
  • client-cost-optimization-hub: Update endpoint ruleset parameters casing (543aa5ce)
  • client-pinpoint: Update endpoint ruleset parameters casing (f6198cd1)
  • client-dax: Update endpoint ruleset parameters casing (48ad0dff)
  • client-elastic-beanstalk: Update endpoint ruleset parameters casing (ac5765bc)
  • client-invoicing: Update endpoint ruleset parameters casing (0bc2c671)
  • client-cost-explorer: Updated endpoint for eusc-de-east-1 region. (b3b0b05e)
  • client-connectcampaigns: Update endpoint ruleset parameters casing (8be8cffe)
  • client-codeartifact: Update endpoint ruleset parameters casing (5ebde328)
  • client-waf-regional: Update endpoint ruleset parameters casing (4013ad2b)
  • client-rekognition: Update endpoint ruleset parameters casing (5537858b)
  • client-rbin: Update endpoint ruleset parameters casing (bea32291)
  • client-aiops: Update endpoint ruleset parameters casing (b1098b65)
  • client-outposts: Update endpoint ruleset parameters casing (e86ef610)
  • client-redshift-serverless: Update endpoint ruleset parameters casing (7c43f003)

... (truncated)

Changelog

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

3.918.0 (2025-10-27)

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

3.917.0 (2025-10-24)

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

3.916.0 (2025-10-23)

Features

  • client-sesv2: Update endpoint ruleset parameters casing (8309f1b)

3.914.0 (2025-10-21)

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

Commits

Updates @aws-sdk/lib-storage from 3.913.0 to 3.918.0

Release notes

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

v3.918.0

3.918.0(2025-10-27)

New Features
  • client-accessanalyzer: Update endpoint ruleset parameters casing (57015bd3)
  • client-codeguruprofiler: Update endpoint ruleset parameters casing (f98e40bc)
  • client-managedblockchain: Update endpoint ruleset parameters casing (b2795358)
  • client-chime-sdk-media-pipelines: Update endpoint ruleset parameters casing (5e2f1b5b)
  • client-scheduler: Update endpoint ruleset parameters casing (09e894d1)
  • client-repostspace: Update endpoint ruleset parameters casing (2d5e1fbf)
  • client-chime-sdk-identity: Update endpoint ruleset parameters casing (bd2a42fc)
  • client-socialmessaging: Update endpoint ruleset parameters casing (5f88d1c8)
  • client-comprehend: Update endpoint ruleset parameters casing (a1dab8a4)
  • client-athena: Update endpoint ruleset parameters casing (207fdd7b)
  • client-mturk: Update endpoint ruleset parameters casing (33f28f6c)
  • client-iam: Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2 (9473ef81)
  • client-greengrass: Update endpoint ruleset parameters casing (ff4ecda5)
  • client-ses: Update endpoint ruleset parameters casing (9c056ab1)
  • client-shield: Update endpoint ruleset parameters casing (100d93d0)
  • client-simspaceweaver: Update endpoint ruleset parameters casing (814a2e2b)
  • client-neptune-graph: Update endpoint ruleset parameters casing (7271b311)
  • client-bedrock-data-automation: Update endpoint ruleset parameters casing (b8858b58)
  • client-backup-gateway: Update endpoint ruleset parameters casing (9e2c12ad)
  • client-ssm-sap: Update endpoint ruleset parameters casing (c344da27)
  • client-rds-data: Update endpoint ruleset parameters casing (df9a1a0e)
  • client-secrets-manager: Update endpoint ruleset parameters casing (462f87ad)
  • client-route53profiles: Update endpoint ruleset parameters casing (53cf9009)
  • client-sfn: Update endpoint ruleset parameters casing (36257447)
  • cl...

    Description has been truncated

Bumps the catalog group with 27 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [argon2](https://github.com/ranisalt/node-argon2) | `0.41.1` | `0.44.0` |
| [axios](https://github.com/axios/axios) | `1.8.4` | `1.13.0` |
| [listr2](https://github.com/listr2/listr2) | `9.0.1` | `9.0.5` |
| [supertest](https://github.com/ladjs/supertest) | `7.0.0` | `7.1.4` |
| [ws](https://github.com/websockets/ws) | `8.18.1` | `8.18.3` |
| [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws) | `8.5.14` | `8.18.1` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.913.0` | `3.918.0` |
| [@aws-sdk/client-sesv2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sesv2) | `3.913.0` | `3.918.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.913.0` | `3.918.0` |
| [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | `7.17.0` | `7.17.2` |
| [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.20.1` | `1.20.2` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `28.0.8` | `28.0.9` |
| [@smithy/node-http-handler](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/node-http-handler) | `4.4.2` | `4.4.3` |
| [@types/chroma-js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chroma-js) | `3.1.1` | `3.1.2` |
| [@types/cookie-parser](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cookie-parser) | `1.4.9` | `1.4.10` |
| [@types/nodemailer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer) | `7.0.2` | `7.0.3` |
| [@types/qrcode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/qrcode) | `1.5.5` | `1.5.6` |
| [commander](https://github.com/tj/commander.js) | `14.0.1` | `14.0.2` |
| [focus-trap](https://github.com/focus-trap/focus-trap) | `7.6.5` | `7.6.6` |
| [liquidjs](https://github.com/harttle/liquidjs) | `10.23.0` | `10.24.0` |
| [ofetch](https://github.com/unjs/ofetch) | `1.4.1` | `1.5.0` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.15.8` | `0.15.11` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.1` | `8.46.2` |
| [unplugin-yaml](https://github.com/luxass/unplugin-yaml) | `3.0.6` | `3.0.7` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.11` | `7.1.12` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.1.1` | `3.1.2` |
| [zod-validation-error](https://github.com/causaly/zod-validation-error) | `4.0.1` | `4.0.2` |



Updates `argon2` from 0.41.1 to 0.44.0
- [Release notes](https://github.com/ranisalt/node-argon2/releases)
- [Commits](ranisalt/node-argon2@v0.41.1...v0.44.0)

Updates `axios` from 1.8.4 to 1.13.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.8.4...v1.13.0)

Updates `listr2` from 9.0.1 to 9.0.5
- [Release notes](https://github.com/listr2/listr2/releases)
- [Changelog](https://github.com/listr2/listr2/blob/master/release.config.js)
- [Commits](https://github.com/listr2/listr2/compare/[email protected]@9.0.5)

Updates `supertest` from 7.0.0 to 7.1.4
- [Release notes](https://github.com/ladjs/supertest/releases)
- [Commits](forwardemail/supertest@v7.0.0...v7.1.4)

Updates `ws` from 8.18.1 to 8.18.3
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.18.1...8.18.3)

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

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

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

Updates `@aws-sdk/lib-storage` from 3.913.0 to 3.918.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.918.0/lib/lib-storage)

Updates `@google-cloud/storage` from 7.17.0 to 7.17.2
- [Release notes](https://github.com/googleapis/nodejs-storage/releases)
- [Changelog](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/nodejs-storage@v7.17.0...v7.17.2)

Updates `@modelcontextprotocol/sdk` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
- [Commits](modelcontextprotocol/typescript-sdk@1.20.1...1.20.2)

Updates `@rollup/plugin-commonjs` from 28.0.8 to 28.0.9
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v28.0.9/packages/commonjs)

Updates `@smithy/node-http-handler` from 4.4.2 to 4.4.3
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/node-http-handler/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/[email protected]/packages/node-http-handler)

Updates `@types/chroma-js` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chroma-js)

Updates `@types/cookie-parser` from 1.4.9 to 1.4.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cookie-parser)

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

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

Updates `commander` from 14.0.1 to 14.0.2
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.1...v14.0.2)

Updates `focus-trap` from 7.6.5 to 7.6.6
- [Release notes](https://github.com/focus-trap/focus-trap/releases)
- [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap@v7.6.5...v7.6.6)

Updates `liquidjs` from 10.23.0 to 10.24.0
- [Release notes](https://github.com/harttle/liquidjs/releases)
- [Changelog](https://github.com/harttle/liquidjs/blob/master/CHANGELOG.md)
- [Commits](harttle/liquidjs@v10.23.0...v10.24.0)

Updates `ofetch` from 1.4.1 to 1.5.0
- [Release notes](https://github.com/unjs/ofetch/releases)
- [Changelog](https://github.com/unjs/ofetch/blob/v1.5.0/CHANGELOG.md)
- [Commits](unjs/ofetch@v1.4.1...v1.5.0)

Updates `tsdown` from 0.15.8 to 0.15.11
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](rolldown/tsdown@v0.15.8...v0.15.11)

Updates `typescript-eslint` from 8.46.1 to 8.46.2
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.2/packages/typescript-eslint)

Updates `unplugin-yaml` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/luxass/unplugin-yaml/releases)
- [Commits](luxass/unplugin-yaml@v3.0.6...v3.0.7)

Updates `vite` from 7.1.11 to 7.1.12
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)

Updates `vue-tsc` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.1.2/packages/tsc)

Updates `zod-validation-error` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/causaly/zod-validation-error/releases)
- [Changelog](https://github.com/causaly/zod-validation-error/blob/main/CHANGELOG.md)
- [Commits](causaly/zod-validation-error@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: argon2
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: axios
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: listr2
  dependency-version: 9.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: supertest
  dependency-version: 7.1.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: ws
  dependency-version: 8.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@types/ws"
  dependency-version: 8.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.918.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: "@aws-sdk/client-sesv2"
  dependency-version: 3.918.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: "@aws-sdk/lib-storage"
  dependency-version: 3.918.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: "@google-cloud/storage"
  dependency-version: 7.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@modelcontextprotocol/sdk"
  dependency-version: 1.20.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 28.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@smithy/node-http-handler"
  dependency-version: 4.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@types/chroma-js"
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@types/cookie-parser"
  dependency-version: 1.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@types/nodemailer"
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: "@types/qrcode"
  dependency-version: 1.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: commander
  dependency-version: 14.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: focus-trap
  dependency-version: 7.6.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: liquidjs
  dependency-version: 10.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: ofetch
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: catalog
- dependency-name: tsdown
  dependency-version: 0.15.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: typescript-eslint
  dependency-version: 8.46.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: unplugin-yaml
  dependency-version: 3.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: vite
  dependency-version: 7.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: vue-tsc
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
- dependency-name: zod-validation-error
  dependency-version: 4.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: catalog
...

Signed-off-by: dependabot[bot] <[email protected]>
@ComfortablyCoding ComfortablyCoding mentioned this pull request Oct 28, 2025
2 tasks
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 29, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/catalog-26a129f4d8 branch October 29, 2025 02:08
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants