Skip to content

Bump @types/node from 20.11.5 to 26.2.0 in /node-attestation-bindings - #198

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-attestation-bindings/types/node-26.2.0
Open

Bump @types/node from 20.11.5 to 26.2.0 in /node-attestation-bindings#198
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-attestation-bindings/types/node-26.2.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @types/node from 20.11.5 to 26.2.0.

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.5 to 26.2.0.
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 17, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​types/​node@​20.11.5 ⏵ 26.2.01001008195 -1100

View full report

@ev-vaultkeeper ev-vaultkeeper Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Safe to merge.

Change: Bumps the @types/node devDependency from 20.11.5 to 26.2.0, which pulls undici-types from ~5.26.4 to ~8.3.0 in yarn.lock.

Why it's low-risk:

  • @types/node is a type-definitions-only devDependency. The node-attestation-bindings package performs no TypeScript compilation — there is no tsconfig.json, no typescript package, and no tsc/type-check step in Makefile.toml or any GitHub workflow. The only .ts file is the NAPI-RS auto-generated index.d.ts (declarations only, never compiled), and the tests are plain JavaScript (__test__/index.spec.mjs via ava).
  • Neither @types/node nor undici-types ships runtime code, and neither is a published/runtime dependency, so downstream consumers of @evervault/attestation-bindings (which bring their own @types/node) are unaffected.

Verification:

  • yarn install --immutable passes (lockfile consistent, checksums verified).
  • yarn build (napi Rust build) succeeds.
  • yarn test (ava, with libfaketime as CI does) passes.
  • PR CI is fully green (lint_and_test_node, build, linux, macos, windows, etc.) and Socket Security scores 100/100 with no vulnerabilities.

No code changes were needed.

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

Development

Successfully merging this pull request may close these issues.

0 participants