Skip to content

Fold in remaining dependabot security fixes and prune resolutions#372

Merged
Maxnflaxl merged 2 commits into
mainfrom
upd
Jul 2, 2026
Merged

Fold in remaining dependabot security fixes and prune resolutions#372
Maxnflaxl merged 2 commits into
mainfrom
upd

Conversation

@Maxnflaxl

@Maxnflaxl Maxnflaxl commented Jul 2, 2026

Copy link
Copy Markdown
Member

Follow-up to #369. Resolves the remaining open Dependabot alerts and tidies the resolutions block now that the big upgrade has landed.

Security fixes (as pinned resolutions)

Folds in the four Dependabot PRs whose fixes weren't already covered by #369:

All are within existing consumer ranges, so they just dedup the vulnerable copies away.

Resolutions cleanup

After the nuxt 3.9→3.21 upgrade, 16 of the old security-pin resolutions are now satisfied natively by the dependency tree — verified by stripping them and re-auditing (no advisories returned). The block goes 25 → 9, keeping only the pins still doing work: minimatch (ReDoS), tar (file smuggling), esbuild, and the four above, plus the nuxt version locks.

Also removes two dead dependencies: @nuxt/types (Nuxt 2 types, unused in this Nuxt 3 app) and @types/uuid (no uuid dependency).

Verification

  • yarn npm audit after the prune returns only pre-existing, non-pin findings (ajv/ip/sigstore/socket.io — dev-only or no-fix upstream).
  • Full static build green: 3955 routes prerendered.

The other seven older Dependabot PRs (#355, #354, #352, #351, #297, #293, #287) were already superseded by #369 and should auto-close.

Maxnflaxl added 2 commits July 2, 2026 17:13
Pull in the remaining dependabot security fixes as pinned resolutions:
lodash 4.18.1 (HIGH _.template code injection, GHSA-r5fr-rjxr-66jc),
cross-spawn 7.0.6 and path-to-regexp 6.3.0 and micromatch 4.0.8 (ReDoS).
All are within existing consumer ranges, so they just dedup the
vulnerable copies away.
After the nuxt 3.9->3.21 upgrade, 16 of the security-pin resolutions are
now satisfied natively by the dependency tree, verified by stripping them
and re-auditing (no advisories returned). Keep only the pins still doing
work: minimatch (ReDoS GHSA-23c5-xmqv-rm74), tar (file smuggling), esbuild,
lodash, cross-spawn, path-to-regexp, micromatch, plus the nuxt version
locks. Also drop @nuxt/types (Nuxt 2 types, unused here) and @types/uuid
(no uuid dependency). Full static build verified green.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying beam-web with  Cloudflare Pages  Cloudflare Pages

Latest commit: fc864fa
Status: ✅  Deploy successful!
Preview URL: https://9604314a.beam-web-6vw.pages.dev
Branch Preview URL: https://upd.beam-web-6vw.pages.dev

View logs

@Maxnflaxl Maxnflaxl merged commit 9d4ce2b into main Jul 2, 2026
5 of 6 checks passed
@Maxnflaxl Maxnflaxl deleted the upd branch July 2, 2026 15:39
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.

1 participant