Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps the packages group with 23 updates:

Package From To
@types/node 24.10.9 25.0.9
pnpm 10.28.0 10.28.1
typescript-eslint 8.53.0 8.53.1
vercel 50.4.5 50.4.6
@typescript-eslint/eslint-plugin 8.53.0 8.53.1
@typescript-eslint/parser 8.53.0 8.53.1
@typescript-eslint/type-utils 8.53.0 8.53.1
@typescript-eslint/utils 8.53.0 8.53.1
@typescript-eslint/visitor-keys 8.53.0 8.53.1
@vercel/build-utils 13.2.11 13.2.12
@vercel/elysia 0.1.22 0.1.23
@vercel/express 0.1.29 0.1.30
@vercel/fastify 0.1.25 0.1.26
@vercel/gatsby-plugin-vercel-builder 2.0.122 2.0.123
@vercel/go 3.3.2 3.3.3
@vercel/h3 0.1.31 0.1.32
@vercel/hono 0.2.25 0.2.26
@vercel/koa 0.1.5 0.1.6
@vercel/nestjs 0.2.26 0.2.27
@vercel/node 5.5.23 5.5.24
@vercel/static-build 2.8.23 2.8.24
rollup 4.55.1 4.55.2
tar 7.5.3 7.5.4

Updates @types/node from 24.10.9 to 25.0.9

Commits

Updates pnpm from 10.28.0 to 10.28.1

Release notes

Sourced from pnpm's releases.

pnpm 10.28.1

Patch Changes

  • Fixed installation of config dependencies from private registries.

    Added support for object type in configDependencies when the tarball URL returned from package metadata differs from the computed URL #10431.

  • Fix path traversal vulnerability in binary fetcher ZIP extraction

    • Validate ZIP entry paths before extraction to prevent writing files outside target directory
    • Validate BinaryResolution.prefix (basename) to prevent directory escape via crafted prefix
    • Both attack vectors now throw ERR_PNPM_PATH_TRAVERSAL error
  • Support plain http:// and https:// URLs ending with .git as git repository dependencies.

    Previously, URLs like https://gitea.example.org/user/repo.git#commit were not recognized as git repositories because they lacked the git+ prefix (e.g., git+https://). This caused issues when installing dependencies from self-hosted git servers like Gitea or Forgejo that don't provide tarball downloads.

    Changes:

    • The git resolver now runs before the tarball resolver, ensuring git URLs are handled by the correct resolver
    • The git resolver now recognizes plain http:// and https:// URLs ending in .git as git repositories
    • Removed the isRepository check from the tarball resolver since it's no longer needed with the new resolver order

    Fixes #10468

  • pnpm run -r and pnpm run --filter now fail with a non-zero exit code when no packages have the specified script. Previously, this only failed when all packages were selected. Use --if-present to suppress this error #6844.

  • Fixed a path traversal vulnerability in tarball extraction on Windows. The path normalization was only checking for ./ but not .\. Since backslashes are directory separators on Windows, malicious packages could use paths like foo\..\..\.npmrc to write files outside the package directory.

  • When running "pnpm exec" from a subdirectory of a project, don't change the current working directory to the root of the project #5759.

  • Fixed a path traversal vulnerability in pnpm's bin linking. Bin names starting with @ bypassed validation, and after scope normalization, path traversal sequences like ../../ remained intact.

  • Revert Try to avoid making network calls with preferOffline #10334.

  • Fix --save-peer to write valid semver ranges to peerDependencies for protocol-based installs (e.g. jsr:) by deriving from resolved versions when available and falling back to * if none is available #10417.

  • Do not exclude the root workspace project, when it is explicitly selected via a filter #10465.

Platinum Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.28.1

Patch Changes

  • Fixed installation of config dependencies from private registries.

    Added support for object type in configDependencies when the tarball URL returned from package metadata differs from the computed URL #10431.

  • Fix path traversal vulnerability in binary fetcher ZIP extraction

    • Validate ZIP entry paths before extraction to prevent writing files outside target directory
    • Validate BinaryResolution.prefix (basename) to prevent directory escape via crafted prefix
    • Both attack vectors now throw ERR_PNPM_PATH_TRAVERSAL error
  • Support plain http:// and https:// URLs ending with .git as git repository dependencies.

    Previously, URLs like https://gitea.example.org/user/repo.git#commit were not recognized as git repositories because they lacked the git+ prefix (e.g., git+https://). This caused issues when installing dependencies from self-hosted git servers like Gitea or Forgejo that don't provide tarball downloads.

    Changes:

    • The git resolver now runs before the tarball resolver, ensuring git URLs are handled by the correct resolver
    • The git resolver now recognizes plain http:// and https:// URLs ending in .git as git repositories
    • Removed the isRepository check from the tarball resolver since it's no longer needed with the new resolver order

    Fixes #10468

  • pnpm run -r and pnpm run --filter now fail with a non-zero exit code when no packages have the specified script. Previously, this only failed when all packages were selected. Use --if-present to suppress this error #6844.

  • Fixed a path traversal vulnerability in tarball extraction on Windows. The path normalization was only checking for ./ but not .\. Since backslashes are directory separators on Windows, malicious packages could use paths like foo\..\..\.npmrc to write files outside the package directory.

  • When running "pnpm exec" from a subdirectory of a project, don't change the current working directory to the root of the project #5759.

  • Fixed a path traversal vulnerability in pnpm's bin linking. Bin names starting with @ bypassed validation, and after scope normalization, path traversal sequences like ../../ remained intact.

  • Revert Try to avoid making network calls with preferOffline #10334.

  • Fix --save-peer to write valid semver ranges to peerDependencies for protocol-based installs (e.g. jsr:) by deriving from resolved versions when available and falling back to * if none is available #10417.

  • Do not exclude the root workspace project, when it is explicitly selected via a filter #10465.

Commits

Updates typescript-eslint from 8.53.0 to 8.53.1

Release notes

Sourced from typescript-eslint's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.53.1 (2026-01-19)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates vercel from 50.4.5 to 50.4.6

Release notes

Sourced from vercel's releases.

vercel@50.4.6

Patch Changes

Changelog

Sourced from vercel's changelog.

50.4.6

Patch Changes

Commits

Updates @typescript-eslint/eslint-plugin from 8.53.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)
  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 9940e53 chore(release): publish 8.53.1
  • e0f2a01 fix(utils): make RuleCreator root defaultOptions optional (#11956)
  • 76f8ff7 fix(eslint-plugin): [consistent-indexed-object-style] skip fixer if interface...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.53.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.53.1 (2026-01-19)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/type-utils from 8.53.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/type-utils's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/type-utils's changelog.

8.53.1 (2026-01-19)

This was a version bump only for type-utils to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/utils from 8.53.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.53.1 (2026-01-19)

🩹 Fixes

  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits

Updates @typescript-eslint/visitor-keys from 8.53.0 to 8.53.1

Release notes

Sourced from @​typescript-eslint/visitor-keys's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/visitor-keys's changelog.

8.53.1 (2026-01-19)

This was a version bump only for visitor-keys to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @vercel/build-utils from 13.2.11 to 13.2.12

Release notes

Sourced from @​vercel/build-utils's releases.

@​vercel/build-utils@​13.2.12

Patch Changes

  • Add findPackageJson function for optimized package.json lookup without lockfile scanning. This improves getNodeVersion performance by avoiding unnecessary lockfile parsing. (#14658)
Commits

Updates @vercel/elysia from 0.1.22 to 0.1.23

Release notes

Sourced from @​vercel/elysia's releases.

@​vercel/elysia@​0.1.23

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Changelog

Sourced from @​vercel/elysia's changelog.

0.1.23

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/express from 0.1.29 to 0.1.30

Release notes

Sourced from @​vercel/express's releases.

@​vercel/express@​0.1.30

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Changelog

Sourced from @​vercel/express's changelog.

0.1.30

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/fastify from 0.1.25 to 0.1.26

Release notes

Sourced from @​vercel/fastify's releases.

@​vercel/fastify@​0.1.26

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Changelog

Sourced from @​vercel/fastify's changelog.

0.1.26

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/gatsby-plugin-vercel-builder from 2.0.122 to 2.0.123

Release notes

Sourced from @​vercel/gatsby-plugin-vercel-builder's releases.

@​vercel/gatsby-plugin-vercel-builder@​2.0.123

Patch Changes

Changelog

Sourced from @​vercel/gatsby-plugin-vercel-builder's changelog.

2.0.123

Patch Changes

Commits

Updates @vercel/go from 3.3.2 to 3.3.3

Release notes

Sourced from @​vercel/go's releases.

@​vercel/go@​3.3.3

Patch Changes

  • [go] fix ci failing e2e tests (#14640)
Changelog

Sourced from @​vercel/go's changelog.

3.3.3

Patch Changes

  • [go] fix ci failing e2e tests (#14640)
Commits

Updates @vercel/h3 from 0.1.31 to 0.1.32

Changelog

Sourced from @​vercel/h3's changelog.

0.1.32

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/hono from 0.2.25 to 0.2.26

Release notes

Sourced from @​vercel/hono's releases.

@​vercel/hono@​0.2.26

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Changelog

Sourced from @​vercel/hono's changelog.

0.2.26

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/koa from 0.1.5 to 0.1.6

Release notes

Sourced from @​vercel/koa's releases.

@​vercel/koa@​0.1.6

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Changelog

Sourced from @​vercel/koa's changelog.

0.1.6

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/nestjs from 0.2.26 to 0.2.27

Release notes

Sourced from @​vercel/nestjs's releases.

@​vercel/nestjs@​0.2.27

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Changelog

Sourced from @​vercel/nestjs's changelog.

0.2.27

Patch Changes

  • Updated dependencies []:
    • @​vercel/node@​5.5.24
Commits

Updates @vercel/node from 5.5.23 to 5.5.24

Release notes

Sourced from @​vercel/node's releases.

@​vercel/node@​5.5.24

Patch Changes

Changelog

Sourced from @​vercel/node's changelog.

5.5.24

Patch Changes

Commits

Updates @vercel/static-build from 2.8.23 to 2.8.24

Release notes

Sourced from @​vercel/static-build's releases.

@​vercel/static-build@​2.8.24

Patch Changes

  • Updated dependencies []:
    • @​vercel/gatsby-plugin-vercel-builder@​2.0.123
Changelog

Sourced from @​vercel/static-build's changelog.

2.8.24

Patch Changes

  • Updated dependencies []:
    • @​vercel/gatsby-plugin-vercel-builder@​2.0.123
Commits

Updates rollup from 4.55.1 to 4.55.2

Release notes

Sourced from rollup's releases.

v4.55.2

4.55.2

2026-01-19

Bug Fixes

  • Sort manual chunks by execution order to reduce circular dependency issues (#6240)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.55.2

2026-01-19

Bug Fixes

  • Sort manual chunks by execution order to reduce circular dependency issues (#6240)

Pull Requests

Commits
  • bd293ba 4.55.2
  • 3dae637 Update generated WASM adapter code
  • cde042f Sort manual chunks by module execution order (#6240)
  • fc4d8f7 Ignore irrelevant vulnerability for a month
  • 147658a fix(deps): lock file maintenance minor/patch updates (#6239)
  • fed6c1d chore(deps): pin cross-platform-actions/action action to 492b0c8 (#6234)
  • 701493a chore(deps): update dependency globals to v17 (#6235)
  • 11d8944 chore(deps): lock file maintenance (#6237)
  • 071e27e fix(deps): lock file maintenance minor/patch updates (#6236)
  • See full diff in compare view

Updates tar from 7.5.3 to 7.5.4

Commits
Maintainer changes

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


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the packages group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.9` | `25.0.9` |
| [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.28.0` | `10.28.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.0` | `8.53.1` |
| [vercel](https://github.com/vercel/vercel/tree/HEAD/packages/cli) | `50.4.5` | `50.4.6` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.0` | `8.53.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.0` | `8.53.1` |
| [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.53.0` | `8.53.1` |
| [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.53.0` | `8.53.1` |
| [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.53.0` | `8.53.1` |
| [@vercel/build-utils](https://github.com/vercel/vercel/tree/HEAD/packages/now-build-utils) | `13.2.11` | `13.2.12` |
| [@vercel/elysia](https://github.com/vercel/vercel/tree/HEAD/packages/elysia) | `0.1.22` | `0.1.23` |
| [@vercel/express](https://github.com/vercel/vercel/tree/HEAD/packages/express) | `0.1.29` | `0.1.30` |
| [@vercel/fastify](https://github.com/vercel/vercel/tree/HEAD/packages/fastify) | `0.1.25` | `0.1.26` |
| [@vercel/gatsby-plugin-vercel-builder](https://github.com/vercel/vercel/tree/HEAD/packages/gatsby-plugin-vercel-builder) | `2.0.122` | `2.0.123` |
| [@vercel/go](https://github.com/vercel/vercel/tree/HEAD/packages/go) | `3.3.2` | `3.3.3` |
| [@vercel/h3](https://github.com/vercel/vercel/tree/HEAD/packages/h3) | `0.1.31` | `0.1.32` |
| [@vercel/hono](https://github.com/vercel/vercel/tree/HEAD/packages/hono) | `0.2.25` | `0.2.26` |
| [@vercel/koa](https://github.com/vercel/vercel/tree/HEAD/packages/koa) | `0.1.5` | `0.1.6` |
| [@vercel/nestjs](https://github.com/vercel/vercel/tree/HEAD/packages/nestjs) | `0.2.26` | `0.2.27` |
| [@vercel/node](https://github.com/vercel/vercel/tree/HEAD/packages/node) | `5.5.23` | `5.5.24` |
| [@vercel/static-build](https://github.com/vercel/vercel/tree/HEAD/packages/static-build) | `2.8.23` | `2.8.24` |
| [rollup](https://github.com/rollup/rollup) | `4.55.1` | `4.55.2` |
| [tar](https://github.com/isaacs/node-tar) | `7.5.3` | `7.5.4` |


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

Updates `pnpm` from 10.28.0 to 10.28.1
- [Release notes](https://github.com/pnpm/pnpm/releases)
- [Changelog](https://github.com/pnpm/pnpm/blob/v10.28.1/pnpm/CHANGELOG.md)
- [Commits](https://github.com/pnpm/pnpm/commits/v10.28.1/pnpm)

Updates `typescript-eslint` from 8.53.0 to 8.53.1
- [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.53.1/packages/typescript-eslint)

Updates `vercel` from 50.4.5 to 50.4.6
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/vercel@50.4.6/packages/cli)

Updates `@typescript-eslint/eslint-plugin` from 8.53.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.53.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/parser)

Updates `@typescript-eslint/type-utils` from 8.53.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/type-utils)

Updates `@typescript-eslint/utils` from 8.53.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.53.0 to 8.53.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/visitor-keys)

Updates `@vercel/build-utils` from 13.2.11 to 13.2.12
- [Release notes](https://github.com/vercel/vercel/releases)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/build-utils@13.2.12/packages/now-build-utils)

Updates `@vercel/elysia` from 0.1.22 to 0.1.23
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/elysia/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/elysia@0.1.23/packages/elysia)

Updates `@vercel/express` from 0.1.29 to 0.1.30
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/express/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/express@0.1.30/packages/express)

Updates `@vercel/fastify` from 0.1.25 to 0.1.26
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/fastify/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/fastify@0.1.26/packages/fastify)

Updates `@vercel/gatsby-plugin-vercel-builder` from 2.0.122 to 2.0.123
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/gatsby-plugin-vercel-builder/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/gatsby-plugin-vercel-builder@2.0.123/packages/gatsby-plugin-vercel-builder)

Updates `@vercel/go` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/go/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/go@3.3.3/packages/go)

Updates `@vercel/h3` from 0.1.31 to 0.1.32
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/h3/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/h3@0.1.32/packages/h3)

Updates `@vercel/hono` from 0.2.25 to 0.2.26
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/hono/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/hono@0.2.26/packages/hono)

Updates `@vercel/koa` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/koa/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/koa@0.1.6/packages/koa)

Updates `@vercel/nestjs` from 0.2.26 to 0.2.27
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/nestjs/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/nestjs@0.2.27/packages/nestjs)

Updates `@vercel/node` from 5.5.23 to 5.5.24
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/node/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/node@5.5.24/packages/node)

Updates `@vercel/static-build` from 2.8.23 to 2.8.24
- [Release notes](https://github.com/vercel/vercel/releases)
- [Changelog](https://github.com/vercel/vercel/blob/main/packages/static-build/CHANGELOG.md)
- [Commits](https://github.com/vercel/vercel/commits/@vercel/static-build@2.8.24/packages/static-build)

Updates `rollup` from 4.55.1 to 4.55.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.55.1...v4.55.2)

Updates `tar` from 7.5.3 to 7.5.4
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.3...v7.5.4)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.9
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: pnpm
  dependency-version: 10.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: typescript-eslint
  dependency-version: 8.53.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: vercel
  dependency-version: 50.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.53.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.53.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/type-utils"
  dependency-version: 8.53.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/utils"
  dependency-version: 8.53.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@typescript-eslint/visitor-keys"
  dependency-version: 8.53.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/build-utils"
  dependency-version: 13.2.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/elysia"
  dependency-version: 0.1.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/express"
  dependency-version: 0.1.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/fastify"
  dependency-version: 0.1.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/gatsby-plugin-vercel-builder"
  dependency-version: 2.0.123
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/go"
  dependency-version: 3.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/h3"
  dependency-version: 0.1.32
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/hono"
  dependency-version: 0.2.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/koa"
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/nestjs"
  dependency-version: 0.2.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/node"
  dependency-version: 5.5.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@vercel/static-build"
  dependency-version: 2.8.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: rollup
  dependency-version: 4.55.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: tar
  dependency-version: 7.5.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
...

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 Jan 20, 2026
@vercel
Copy link

vercel bot commented Jan 20, 2026

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

Project Deployment Review Updated (UTC)
github-rest-api-executor Error Error Jan 20, 2026 5:33am

@github-actions github-actions bot merged commit 3d4a131 into main Jan 20, 2026
3 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-2b6a35fadd branch January 20, 2026 05:33
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.

2 participants