Skip to content

chore: resolve open dependabot security alerts#574

Merged
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts
Jun 10, 2026
Merged

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

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Resolved 5 open Dependabot security alerts by forcing patched versions of vulnerable transitive dependencies via yarn resolutions.

Dependabot Alerts Resolved

Alert Package Severity Fix
#242 shell-quote critical Bumped to 1.8.4 via resolution (was 1.8.1, transitive of concurrently)
#238 tmp high Bumped resolution from 0.2.5 to ^0.2.6 (resolves to 0.2.7)
#237 yeoman-environment high Bumped to ^6.0.1 (resolves to 6.1.0) via resolution (transitive of oclif)
#236 uuid medium Bumped uuid@npm:8.0.0 to ^11.1.1 via resolution (transitive of aws-sdk under oclif)
#213 ip-address medium Added ^10.1.1 resolution (resolves to 10.2.0; previously socks pulled vulnerable 9.0.5)

Notes

  • All affected packages are transitive; fixes applied via resolutions in package.json.
  • yeoman-environment, uuid, and aws-sdk are all pulled in by the oclif devDependency (release tooling), so these changes are build/publish-time only.
  • Verified: yarn build, yarn lint, and yarn test:ci (189 + 4 tests passing). The 5 pre-existing no-undef lint errors in scripts/generate-shrinkwrap.js are unrelated to this change and present on main.

- shell-quote -> ^1.8.4 (critical, alert #242)
- tmp -> ^0.2.6 (high, alert #238)
- yeoman-environment -> ^6.0.1 (high, alert #237)
- uuid 8.0.0 -> ^11.1.1 (medium, alert #236)
- ip-address -> ^10.1.1 (medium, alert #213)
Copilot AI review requested due to automatic review settings June 10, 2026 13:36
@jonathannorris jonathannorris requested a review from a team as a code owner June 10, 2026 13:36
@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.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
devcycle-mcp-server b495309 Jun 10 2026, 01:38 PM

Copilot AI 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

Resolves multiple Dependabot security alerts by overriding vulnerable transitive dependencies via Yarn resolutions, updating the lockfile to reflect the patched dependency graph.

Changes:

  • Added/updated Yarn resolutions to force patched versions of vulnerable transitive packages (e.g., tmp, shell-quote, yeoman-environment, uuid, ip-address).
  • Regenerated yarn.lock to incorporate the new resolved versions and their updated transitive trees.

Reviewed changes

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

File Description
package.json Adds/updates Yarn resolutions entries to force patched transitive dependency versions.
yarn.lock Updates the resolved dependency graph and checksums based on the new resolutions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment thread package.json
Comment thread package.json
@jonathannorris jonathannorris enabled auto-merge (squash) June 10, 2026 14:00
@jonathannorris jonathannorris merged commit db70a82 into main Jun 10, 2026
8 checks passed
@jonathannorris jonathannorris deleted the chore/dependabot-alerts branch June 10, 2026 14:28
Sign up for free to 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