Bump js-yaml from 4.3.0 to 4.3.2 in /scripts - #31
Open
dependabot[bot] wants to merge 2 commits into
Open
dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.2/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.0...4.3.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/scripts/js-yaml-4.3.2
branch
from
September 17, 2026 16:17
1f14a20 to
c63ac33
Compare
There was a problem hiding this comment.
🟡 Changes recommended
The committed chat bundle does not include the dependency’s security fixes.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Bumps js-yaml from 4.3.0 to 4.3.2 to receive security fixes.
Changes:
- Updates the declared dependency.
- Refreshes the lockfile resolution and integrity metadata.
- Critical (3 votes): Regenerate and commit
scripts/chat-with-agent.bundle.js; it still contains the vulnerable implementation.
File summaries
| File | Description |
|---|---|
scripts/package.json |
Updates js-yaml to 4.3.2. |
scripts/package-lock.json |
Locks js-yaml at 4.3.2. |
Review details
Files not reviewed (1)
- scripts/package-lock.json: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "@opentelemetry/api": "^1.9.1", | ||
| "@opentelemetry/api-logs": "^0.220.0", | ||
| "js-yaml": "^4.3.0", | ||
| "js-yaml": "^4.3.2", |
There was a problem hiding this comment.
🔵 Needs a closer look
Regenerate and commit the runtime bundle so it includes the security fixes.
Review details
Files not reviewed (1)
- scripts/package-lock.json: Generated file
Suppressed comments (1)
scripts/package.json:22
- The dependency is bundled into the checked-in
scripts/chat-with-agent.bundle.js, which is the entrypoint used bycommands/chat.md, but that artifact still contains the pre-4.3.1!!omapimplementation (scripts/chat-with-agent.bundle.js:871-895) and the old merge limits. As a result, the shipped/runtime script does not receive the security fixes advertised by this bump. Please regenerate and commit the bundle (the source import atscripts/src/chat-with-agent.js:39will pick up 4.3.2).
"js-yaml": "^4.3.2",
- Files reviewed: 1/2 changed files
- Comments generated: 0 new
- Review effort level: Lite
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.
Bumps js-yaml from 4.3.0 to 4.3.2.
Changelog
Sourced from js-yaml's changelog.
Commits
79ca68d4.3.2 releasedd90b661Backport merge limits from v5.4.186e91b84.3.1 releasedc3cc4b0Backport quadratic complexity fix for !!omap