Uh oh!
There was an error while loading. Please reload this page.
chore(deps): bump js-yaml from 4.3.0 to 4.3.1 - #95
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.1/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.3.0...4.3.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Results 📊✅ 203 passed | Total: 203 | Pass Rate: 100% | Execution Time: 345ms All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 736 uncovered lines. Generated by Codecov Action |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit a6610a2. Configure here.
| "adm-zip": "^0.5.16", | ||
| "fast-xml-parser": "^5.10.0", | ||
| "js-yaml": "^4.2.0", | ||
| "js-yaml": "^4.3.1", |
There was a problem hiding this comment.
Security bump skips shipped bundle
High Severity
This bump updates js-yaml to 4.3.1 in package.json and the lockfile, but the action runs dist/index.js, which was not rebuilt. That bundle still includes the vulnerable !!omap duplicate-key check (objectKeys.indexOf), so the DoS fix never reaches production. Prior similar bumps rebuilt the bundle, and check-dist would fail until that happens.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit a6610a2. Configure here.


Bumps js-yaml from 4.3.0 to 4.3.1.
Changelog
Sourced from js-yaml's changelog.
Commits
86e91b84.3.1 releasedc3cc4b0Backport quadratic complexity fix for !!omapDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.