Skip to content

chore: resolve open dependabot security alerts - #584

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

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

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Resolved 4 open Dependabot security alerts by bumping vulnerable dependencies via resolutions (and the direct js-yaml dependency)

Dependabot Alerts Resolved

AlertPackageSeverityFix
#299nanoidhighBumped to 3.3.18 via resolutions
#298js-yamlhighBumped to 4.3.1 via direct dependency bump + resolutions
#297js-yamlhighBumped to 3.15.1 via resolutions
#296nanoidhighBumped to 5.1.16 via resolutions

- js-yaml 4.3.0 -> 4.3.1 (high, alert #298)
- js-yaml 3.15.0 -> 3.15.1 (high, alert #297)
- nanoid 5.1.6 -> 5.1.16 (high, alert #296)
- nanoid 3.3.16 -> 3.3.18 (high, alert #299)
@jonathannorris
jonathannorris requested a review from a team as a code ownerAugust 12, 2026 13:26
CopilotAI lite review requested due to automatic review settings August 12, 2026 13:26
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with Cloudflare Workers Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

StatusNameLatest CommitUpdated (UTC)
✅ Deployment successful!
View logs
devcycle-mcp-server423e4daAug 12 2026, 01:28 PM

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

Updates dependency versions to resolve Dependabot security alerts in this Yarn-managed TypeScript CLI by bumping js-yaml directly and enforcing patched transitive versions via resolutions.

Changes:

  • Bumped direct js-yaml dependency to ^4.3.1.
  • Added/updated resolutions to force patched versions of js-yaml (3.x and 4.x ranges) and nanoid (3.x and 5.x ranges).
  • Regenerated yarn.lock to reflect the resolved versions (js-yaml 3.15.1 / 4.3.1, nanoid 3.3.18 / 5.1.16).

Reviewed changes

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

FileDescription
package.jsonBumps direct js-yaml and adds Yarn resolutions to force patched transitive versions for Dependabot alerts.
yarn.lockLocks the dependency graph to the updated js-yaml and nanoid versions.

💡 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:29
@jonathannorris
jonathannorris merged commit 68e4fbb into mainAug 12, 2026
8 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch August 12, 2026 20:46
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