fix(deps): update js-yaml to patched releases - #1755
Merged
Conversation
Resolve all five open js-yaml Dependabot alerts with compatible lockfile-only updates to 3.15.2 and 4.3.2. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Changyong Gong (chagong)
requested review from
Sheng Chen (jdneo),
Jinbo Wang (testforstephen) and
wenyt (wenytang-ms)
as code owners
September 8, 2026 08:27
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
wenyt (wenytang-ms)
approved these changes
Sep 9, 2026
wenyt (wenytang-ms)
left a comment
Contributor
There was a problem hiding this comment.
Lockfile-only js-yaml security update looks safe, and required CI including E2E AutoTest is green.
wenyt (wenytang-ms)
deleted the
chagong-extension-dependency-security
branch
September 9, 2026 01:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Update only
package-lock.json: rootjs-yaml4.2.0 → 4.3.2 and TSLint's nested copy 3.14.2 → 3.15.2. Both releases satisfy existing cosmiconfig/webpack-cli/TSLint constraints. Preserve lockfile v3 and all 312 entries; only the two packages' version, resolved URL, and integrity fields change. No manifest, override, runtime, or unrelated dependency changes.Alert coverage
Validation
npm ci --no-fundandnpm run buildpassed. Build reports three Sass@importdeprecation warnings and three bundle-size/performance warnings; no errors.npm ls js-yaml --allpassed; all three parent dependency/peer ranges remain satisfied.npm audit --package-lock-only --ignore-scripts --json: zero vulnerabilities, down from one affected package covering all five alerts. No audit-only exceptions remain; no alerts were dismissed or reopened. No dedicated lint or test npm script exists.