fix(deps): patch frontend (pwa) dependabot security advisories - #676
Merged
Conversation
Resolve open security advisories in the pwa (Next.js) app and CI. The api/ (Symfony) advisories are handled in a separate PR. pwa (Next.js): - bump next 13.5.6 -> 14.2.35, markdown-it 13 -> 14 - pnpm update sweeps transitive deps (clears all 4 criticals: form-data, sha.js, @babel/traverse, next) - pnpm.overrides + direct webpack ^5.104.1 clear glob/postcss/webpack - wrap Cover/Timeline (useSearchParams) in <Suspense> per next 14 - crit/high/mod/low: 4/52/67/15 -> 0/6/10/2 ci: - bump lycheeverse/lychee-action v1.8.0 -> v2.8.0 Residual advisories require major migrations (out of scope): - next high/mod/low: needs next 15 (async request APIs) - octokit family: needs octokit v3+ (ESM-only, breaks ts-node scripts)
soyuka
force-pushed
the
secfix/dependabot-staging
branch
from
June 12, 2026 05:40
c8addad to
6277e2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves open Dependabot security advisories in the pwa (Next.js) app and CI. Targets
staging.The api/ (Symfony) advisories are handled in a separate PR — this PR is frontend-only.
pwa (Next.js) —
0 crit / 6 high / 10 mod / 2 low(was4 / 52 / 67 / 15)next 13.5.6 → 14.2.35,markdown-it 13 → 14,@next/mdx/eslint-config-next→ 14.2.xpnpm updatesweep clears all 4 criticals (form-data, sha.js, @babel/traverse, next)pnpm.overrides+ directwebpack ^5.104.1clear glob/postcss/webpackCover/Timeline(useSearchParams) in<Suspense>— required by Next 14 CSR-bailout enforcementnext build, 966/966 pages generated, no errorsCI
lycheeverse/lychee-action v1.8.0 → v2.8.0Residual advisories (require major migrations — out of scope)
cookies()/headers()/params,swcMinifyremoval)Non-fatal:
themeColor/colorSchememetadata deprecation warnings (Next 14) — cosmetic, not addressed.