Skip to content

chore: resolve open dependabot security alerts - #580

Merged
jonathannorris merged 2 commits into
mainfrom
chore/dependabot-alerts
Jul 27, 2026
Merged

chore: resolve open dependabot security alerts#580
jonathannorris merged 2 commits into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Resolved 6 open Dependabot security alerts by bumping vulnerable dependencies via yarn resolutions

Dependabot Alerts Resolved

AlertPackageSeverityFix
#277fast-urihighBumped to 3.1.4 via resolution
#276sharphighBumped to 0.35.0 via resolution
#275fast-urihighBumped to 3.1.4 via resolution
#274@hono/node-servermediumBumped to 2.0.5 via resolution
#273shell-quotehighBumped to 1.9.0 via resolution
#263sigstorehighBumped to 4.1.1 via resolution

- fast-uri 3.1.2 -> 3.1.4 (high, alerts #275/#277)
- sharp 0.34.5 -> 0.35.0 (high, alert #276)
- @hono/node-server 1.19.13 -> 2.0.5 (medium, alert #274)
- shell-quote 1.8.4 -> 1.9.0 (high, alert #273)
- sigstore 1.9.0 -> 4.1.1 (high, alert #263)
CopilotAI review requested due to automatic review settings July 27, 2026 16:05
@jonathannorris
jonathannorris requested a review from a team as a code ownerJuly 27, 2026 16:05
@cloudflare-workers-and-pages

cloudflare-workers-and-pagesBot commented Jul 27, 2026

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-server6e6e8d6Jul 27 2026, 05:59 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

Resolves multiple Dependabot security alerts by updating vulnerable transitive dependencies, primarily via Yarn lockfile updates and package.json resolutions.

Changes:

  • Updated package.json Yarn resolutions to bump shell-quote, @hono/node-server, fast-uri, sharp, and sigstore.
  • Regenerated yarn.lock to reflect upgraded dependency graph (notably sharp/@img/*, fast-uri, sigstore ecosystem packages).

Reviewed changes

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

FileDescription
package.jsonUpdates Yarn resolutions intended to force patched dependency versions.
yarn.lockCaptures the resolved versions after the dependency bumps (including platform-specific sharp artifacts).

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

Comment threadpackage.json
Comment on lines +206 to +208
"fast-uri@npm:^3.0.1": "^3.1.4",
"sharp@npm:^0.34.5": "^0.35.0",
"sigstore@npm:^1.3.0": "^4.1.1",
@JamieSinn

Copy link
Copy Markdown
Member

You'll need to update the exception rule here too for libvips/sharp https://github.com/devcyclehq/license-action

@jonathannorris
jonathannorris enabled auto-merge (squash) July 27, 2026 18:01
@jonathannorris
jonathannorris merged commit 98de5d3 into mainJul 27, 2026
7 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch July 27, 2026 19: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.

4 participants

@jonathannorris@JamieSinn@suthar26