Skip to content

chore: resolve dependabot security alerts#225

Merged
MarshallOfSound merged 1 commit intomainfrom
sam/dependabot-fixes-2026-04
Apr 4, 2026
Merged

chore: resolve dependabot security alerts#225
MarshallOfSound merged 1 commit intomainfrom
sam/dependabot-fixes-2026-04

Conversation

@MarshallOfSound
Copy link
Copy Markdown
Member

Resolves the currently open Dependabot security alerts via yarn up -R — lockfile-only refreshes within existing semver ranges. No package.json changes, no resolutions entries needed.

Package Strategy Version change
picomatch yarn up -R (transitive, in-range) 4.0.34.0.4
tar yarn up -R (transitive, in-range) 7.5.107.5.13
minimatch (9.x) yarn up -R (transitive, in-range) 9.0.59.0.9
minimatch (5.x) yarn up -R (transitive, in-range) 5.1.65.1.9
glob yarn up -R (transitive, in-range) 10.4.510.5.0
js-yaml yarn up -R (transitive, in-range) 4.1.04.1.1

Incidental in-range bumps from the same refresh: glob 7.1.67.2.3, new [email protected] entry (pulled in by [email protected]).

All picked versions satisfy the 7-day npmMinimalAgeGate. yarn install --immutable passes.

Flagged (not changed)

None — every open alert was resolvable with an in-range lockfile refresh.


Safe-only sweep: only lockfile refreshes within existing semver ranges were applied. No direct dependency ranges were widened and no resolutions overrides were added. yarn npm audit still reports a handful of unrelated advisories (@babel/helpers, @eslint/plugin-kit, ajv, brace-expansion, yaml) that are not currently open Dependabot alerts for this repo; those were left out of scope for this PR.

@MarshallOfSound MarshallOfSound marked this pull request as ready for review April 4, 2026 09:08
@MarshallOfSound MarshallOfSound requested a review from a team as a code owner April 4, 2026 09:08
@MarshallOfSound MarshallOfSound merged commit 649f9d1 into main Apr 4, 2026
13 checks passed
@MarshallOfSound MarshallOfSound deleted the sam/dependabot-fixes-2026-04 branch April 4, 2026 18:08
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.

2 participants