Skip to content

Bump js-yaml from 3.15.0 to 3.15.1 in /node-attestation-bindings in the npm_and_yarn group across 1 directory - #195

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

Bump js-yaml from 3.15.0 to 3.15.1 in /node-attestation-bindings in the npm_and_yarn group across 1 directory#195
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/node-attestation-bindings/npm_and_yarn-e4d633b38a

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm_and_yarn group with 1 update in the /node-attestation-bindings directory: js-yaml.

Updates js-yaml from 3.15.0 to 3.15.1

Changelog

Sourced from js-yaml's changelog.

3.15.1 - 2026-07-31

Security

  • [backport] Remove quadratic complexity from !!omap duplicate key detection.
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 <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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the npm_and_yarn group with 1 update in the /node-attestation-bindings directory: [js-yaml](https://github.com/nodeca/js-yaml).


Updates `js-yaml` from 3.15.0 to 3.15.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/3.15.1/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.15.0...3.15.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.15.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

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 14, 2026

@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.

Scope: This PR only changes 3 lines in node-attestation-bindings/yarn.lock (version, resolution, checksum) to bump js-yaml 3.15.0 → 3.15.1.

How it's used: js-yaml is not imported directly anywhere in the codebase (checked all source). It's a transitive dev/test-only dependency: ava@5.2.0 (test runner devDependency) → supertap@3.0.1js-yaml@^3.14.1, where supertap uses it to format TAP test output. It is not part of any runtime code path and is not included in the published package, and the napi/cargo Rust build is entirely independent of it.

Changelog (3.15.0 → 3.15.1): Security-only patch — "[backport] Remove quadratic complexity from !!omap duplicate key detection." No API or behavior changes; patch bump within the same minor version. This reduces risk (fixes a potential ReDoS-style quadratic path) and introduces no new concerns.

Verification:

  • yarn install --immutable → exit 0: lockfile is internally consistent, resolves cleanly, and js-yaml@3.15.1 was fetched and checksum-verified against the npm registry (yarn did not rewrite the lockfile, so it's not stale).
  • Confirmed node_modules/js-yaml is 3.15.1 and both js-yaml and supertap load without error.

No code changes were required.

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