Skip to content

chore: resolve open dependabot security alerts - #95

Merged
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts
Aug 12, 2026
Merged

chore: resolve open dependabot security alerts#95
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Bumped js-yaml to 4.3.1 via the resolutions field to resolve a high severity vulnerability (quadratic CPU consumption in !!omap resolution)

Dependabot Alerts Resolved

AlertPackageSeverityFix
#54js-yamlhighBumped to 4.3.1 via yarn resolution

- js-yaml 4.3.0 -> 4.3.1 (high, alert #54)
@jonathannorris
jonathannorris requested a review from a team as a code ownerAugust 12, 2026 13:32
CopilotAI lite review requested due to automatic review settings August 12, 2026 13:32

CopilotAI 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.

Pull request overview

This PR resolves a high-severity Dependabot alert by forcing js-yaml to a non-vulnerable version using Yarn’s resolutions, ensuring transitive consumers don’t pull an affected release.

Changes:

  • Bumped the Yarn resolutions entry for js-yaml to ^4.3.1.
  • Updated yarn.lock to lock js-yaml at 4.3.1.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

FileDescription
package.jsonUpdates the resolutions override to require js-yaml^4.3.1.
yarn.lockLocks js-yaml to 4.3.1 to reflect the updated resolution.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@jonathannorris
jonathannorris enabled auto-merge (squash) August 12, 2026 13:34
@jonathannorris
jonathannorris merged commit 8cf8073 into mainAug 12, 2026
7 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch August 12, 2026 20:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jonathannorris@JamieSinn