Skip to content

chore: resolve open dependabot security alerts - #68

Merged
jonathannorris merged 2 commits into
mainfrom
chore/dependabot-alerts
Sep 8, 2026
Merged

jonathannorris merged 2 commits into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Bumped browserslist to 4.28.9 via yarn resolution to resolve two high severity vulnerabilities (uncaught crash/prototype write, and unbounded memory growth)

Dependabot Alerts Resolved

Alert Package Severity Fix
#77 browserslist high Bumped to 4.28.9 via yarn resolution
#76 browserslist high Bumped to 4.28.9 via yarn resolution

- browserslist 4.24.4 -> 4.28.9 (high, alert #77)
- browserslist 4.24.4 -> 4.28.9 (high, alert #76)
Copilot AI lite review requested due to automatic review settings September 8, 2026 14:19
@jonathannorris
jonathannorris requested a review from a team as a code owner September 8, 2026 14:19

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.

🟡 Changes recommended

The browserslist resolution lower bound doesn’t match the PR’s stated target version for the security fix and should be tightened to avoid allowing older vulnerable patch versions.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR addresses two open Dependabot high-severity security alerts by forcing a patched browserslist version via Yarn resolutions, ensuring downstream tooling consumes the updated dependency.

Changes:

  • Add a Yarn resolutions override for browserslist to enforce a non-vulnerable version range.
  • Update yarn.lock to reflect browserslist@4.28.9 and its updated transitive dependency set (e.g., baseline-browser-mapping, caniuse-lite, electron-to-chromium, node-releases, update-browserslist-db).
File summaries
File Description
package.json Adds a resolutions entry to constrain browserslist versions.
yarn.lock Locks browserslist to 4.28.9 and updates related transitive dependencies accordingly.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

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

Comment thread package.json Outdated
@jonathannorris
jonathannorris enabled auto-merge (squash) September 8, 2026 14:21
@jonathannorris
jonathannorris merged commit 654cc33 into main Sep 8, 2026
5 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts branch September 8, 2026 19:42
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