Skip to content

chore(deps-dev): bump js-yaml from 5.2.1 to 5.2.2#1257

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/js-yaml-5.2.2
Open

chore(deps-dev): bump js-yaml from 5.2.1 to 5.2.2#1257
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/js-yaml-5.2.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps js-yaml from 5.2.1 to 5.2.2.

Changelog

Sourced from js-yaml's changelog.

[5.2.2] - 2026-07-24

Fixed

  • Quote flow scalars where a colon precedes a flow indicator, #773.

Security

  • Avoid exponential parsing time for nested flow sequence pairs.
Commits
  • 3c29559 5.2.2 released
  • 3e5240f parser: avoid reparsing flow sequence pair keys
  • bd7ebb2 fix: quote flow scalars where a colon precedes a flow indicator (#773)
  • See full diff in compare view

@dependabot dependabot Bot added the area:dependencies Composer/npm dependency work label Jul 24, 2026
@dependabot
dependabot Bot requested a review from ashleyshaw as a code owner July 24, 2026 08:24
@dependabot dependabot Bot added the area:dependencies Composer/npm dependency work label Jul 24, 2026
@github-actions github-actions Bot added lang:js JavaScript/TypeScript lang:json JSON config/content status:needs-review Awaiting code review priority:normal Default priority type:chore Chore / small hygiene change meta:needs-changelog Requires a changelog entry before merge labels Jul 24, 2026
@github-actions github-actions Bot modified the milestones: v1.1, v1.0 Jul 24, 2026
@github-actions github-actions Bot added the meta:dependabot-security Dependabot update appears security-related and eligible for guarded automation label Jul 24, 2026

@chatgpt-codex-connector chatgpt-codex-connector 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.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cb96477d25

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread package-lock.json
Comment on lines +11158 to +11161
"node_modules/markdownlint-cli2/node_modules/js-yaml": {
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.1.tgz",
"integrity": "sha512-zfLtNfQqxVqq3uaTqSkh4x4hZw3KHobGUA0fJUj4wawW8bsQLTVqpHdXSIzidh7o+4lEW36tANuAGdaFx6Zgnw==",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Remove the nested vulnerable js-yaml copy

This security bump still locks markdownlint-cli2 to js-yaml 5.2.1: the newly added nested package is installed because markdownlint-cli2 depends on the exact 5.2.1 entry in this lockfile, so runs of npm run lint:md/format:md continue to execute the unpatched parser that this PR is meant to remove. Add an npm override or update markdownlint-cli2 so every js-yaml instance resolves to 5.2.2.

Useful? React with 👍 / 👎.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/js-yaml-5.2.2 branch from cb96477 to 8f3fea3 Compare July 24, 2026 08:39
@github-actions github-actions Bot removed the meta:dependabot-security Dependabot update appears security-related and eligible for guarded automation label Jul 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/js-yaml-5.2.2 branch 4 times, most recently from 6198e62 to 0455809 Compare July 24, 2026 12:10
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.1 to 5.2.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@5.2.1...5.2.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/js-yaml-5.2.2 branch from 0455809 to 7248f16 Compare July 24, 2026 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependencies Composer/npm dependency work lang:js JavaScript/TypeScript lang:json JSON config/content meta:needs-changelog Requires a changelog entry before merge priority:normal Default priority status:needs-review Awaiting code review type:chore Chore / small hygiene change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant