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
Conversation
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>
There was a problem hiding this comment.
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.1 → js-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-yamlis 3.15.1 and bothjs-yamlandsupertapload without error.
No code changes were required.
Bumps the npm_and_yarn group with 1 update in the /node-attestation-bindings directory: js-yaml.
Updates
js-yamlfrom 3.15.0 to 3.15.1Changelog
Sourced from js-yaml's changelog.
Commits
ab85ae23.15.1 released30a5e76dist rebuild22a8071Backport quadratic complexity fix for !!omapDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.