Skip to content

chore(deps-dev): bump js-yaml from 5.2.2 to 5.2.3 - #268

Merged
dhensby merged 1 commit into
masterfrom
dependabot/npm_and_yarn/js-yaml-5.2.3
Aug 10, 2026
Merged

chore(deps-dev): bump js-yaml from 5.2.2 to 5.2.3#268
dhensby merged 1 commit into
masterfrom
dependabot/npm_and_yarn/js-yaml-5.2.3

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps js-yaml from 5.2.2 to 5.2.3.

Changelog

Sourced from js-yaml's changelog.

[5.2.3] - 2026-08-01

Fixed

  • Prevent prototype fallback when resolving tags and mapping entries, #782.
  • Resolve !!timestamp years 0000-0099 correctly, #775.
  • Preserve implicit null mapping values before document markers and reject unpaired mapping event streams, #784.
  • Preserve folded scalar values with tab-indented lines when round-tripping a parsed AST through present(); dump() and loading are unaffected, #780.
Commits
  • 6740445 5.2.3 released
  • 94e766d Update changelog
  • c3bd7ca Polish previous commit, #780
  • 00209b6 presenter: treat a tab-indented line in a folded scalar as more-indented (#780)
  • 40fcb4f Fix missing mapping values before document markers and reject unpaired mappin...
  • 49280f3 Fix !!timestamp resolution for years 0000-0099, #775
  • 355dc96 fix: prevent prototype fallback in tag and harden object lookups, #782 (than...
  • d524f83 docs: add contributing guidelines
  • See full diff in compare view

@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 10, 2026

@dhensbydhensby left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Dependabot review — approved

Change:js-yaml 5.2.2 → 5.2.3 (patch, devDependency)

CheckResult
PR authordependabot[bot]
Diff scopepackage-lock.json only ✅
Publishervitaly — unchanged from 5.2.2 ✅
SLSA provenancenone ⚠️ — mitigation below
Source repomatches nodeca/js-yaml
Install hooksnone new ✅

What changed (5.2.3, 2026-08-01)

  • Prevent prototype fallback when resolving tags and mapping entries (#782) — prototype-pollution hardening.
  • Resolve !!timestamp years 0000–0099 correctly (#775).
  • Preserve implicit null mapping values before document markers; reject unpaired mapping event streams (#784).
  • Preserve folded scalar values with tab-indented lines when round-tripping an AST through present() (#780) — dump() and loading unaffected.

All four are correctness/hardening fixes with no API change.

No provenance — confidence rests on publisher continuity (vitaly, unchanged across adjacent versions), a maintainer-pushed source tag, a small reviewable diff, no install hooks, and dev-only scope. nodeca/js-yaml publishes no GitHub releases at all — git tags are the release mechanism, so the absent release is project convention, not an anomaly.

CI

All green — including the full runaction matrix (windows-2022/2025 × sql-2016/2017/2019/2022/latest).

@dhensby

Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.2 to 5.2.3.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.2...5.2.3)
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 5.2.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/npm_and_yarn/js-yaml-5.2.3 branch from 45f4995 to 86fec46CompareAugust 10, 2026 18:48

@dhensbydhensby left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Dependabot review — approved

Change:js-yaml 5.2.2 → 5.2.3 (patch, devDependency)

CheckResult
PR authordependabot[bot]
Diff scopepackage-lock.json only ✅
Publishervitaly — unchanged from 5.2.2 ✅
SLSA provenancenone ⚠️ — mitigation below
Source repomatches nodeca/js-yaml
Install hooksnone new ✅

What changed (5.2.3, 2026-08-01)

  • Prevent prototype fallback when resolving tags and mapping entries (#782) — prototype-pollution hardening.
  • Resolve !!timestamp years 0000–0099 correctly (#775).
  • Preserve implicit null mapping values before document markers; reject unpaired mapping event streams (#784).
  • Preserve folded scalar values with tab-indented lines when round-tripping an AST through present() (#780) — dump() and loading unaffected.

All four are correctness/hardening fixes with no API change.

No provenance — confidence rests on publisher continuity (vitaly, unchanged across adjacent versions), a maintainer-pushed source tag, a small reviewable diff, no install hooks, and dev-only scope. nodeca/js-yaml publishes no GitHub releases at all — git tags are the release mechanism, so the absent release is project convention, not an anomaly.

CI

All green — including the full runaction matrix (windows-2022/2025 × sql-2016/2017/2019/2022/latest).

@dhensby
dhensby merged commit 097d2d7 into masterAug 10, 2026
16 checks passed
@dhensby
dhensby deleted the dependabot/npm_and_yarn/js-yaml-5.2.3 branch August 10, 2026 19:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@dhensby