chore(deps): update js-yaml to patched releases - #1090
Merged
Changyong Gong (chagong) merged 1 commit intoSep 9, 2026
Conversation
Update development-only js-yaml resolutions to 3.15.2 and 4.3.2 to address all five open Dependabot alerts while preserving lockfile v2 and unrelated dependencies. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Changyong Gong (chagong)
requested review from
Jinbo Wang (testforstephen) and
wenyt (wenytang-ms)
as code owners
September 8, 2026 08:48
Contributor
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
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
Fix all five currently open Dependabot alerts by updating only development-time
js-yamlresolutions inpackage-lock.json:4.2.0->4.3.2, used by Mocha (^4.1.0) and webpack-cli's optional peer (^4.0.0 || ^5.0.0).3.14.2->3.15.2, satisfying TSLint's^3.13.1constraint.Generated with
npm update js-yaml --package-lock-only --ignore-scripts --no-fund. Preserve lockfile version 2, both lockfile representations, all parent versions/constraints and every unrelated resolution. No manifest, runtime source, overrides, test or changelog changes.Alert coverage
Validation
npm ci --ignore-scripts --no-fundpassed.npm run build-server && npm test && npm run tslintpassed on Windows with Node 22.15.1, npm 10.9.2 and JDK 21; all 61 tests passed. The Maven wrapper directory was added only to process-local PATH because this host setsNoDefaultCurrentDirectoryInExePath=1.npm audit --package-lock-only --ignore-scripts --jsonno longer reports js-yaml. The two unchanged low-severitydiff/Mocha audit findings correspond to already auto-dismissed alerts 49 and 46, both GHSA-73rr-hh4g-fpgx. No broad audit fix or alert-state changes.Local caveat: two earlier full runs failed the multi-module import-tree assertion after 54 passing tests. The final unchanged patched full run passed all 61, as did the exact original-lock full baseline; the isolated multi-module suite passed with both old and new versions. The intermittent failure's cause was not established. No assertions, timeouts or source were changed; generated fixture settings were restored.