Skip to content

fix(deps): bump next to 16.2.12 to close 28 advisories - #57

Merged
rpvilo merged 1 commit into
mainfrom
feature/bump-next
Aug 3, 2026
Merged

fix(deps): bump next to 16.2.12 to close 28 advisories#57
rpvilo merged 1 commit into
mainfrom
feature/bump-next

Conversation

@rpvilo

@rpvilo rpvilo commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

Bumps next from 16.1.6 to 16.2.12, closing every open Dependabot advisory on the repo.

What this fixes

All 28 open alerts were the same package — next — and all are fixed in ≥ 16.2.6. 16.2.12 is the latest 16.x, so this takes the remaining patches too.

Severity Count
high 12
medium 13
low 3

The 12 highs are server-side request forgery, middleware/proxy bypass, and denial of service. Those matter because intentface.dev is publicly reachable, so they aren't theoretical for the deployed site.

It does not affect the published package

Worth stating precisely, since it's the obvious worry:

  • next appears nowhere in packages/chat/package.json, and nothing under packages/chat/src or packages/chat/tests imports it
  • Every advisory was scoped to the root package.json; zero were in packages/chat
  • @intentface/chat@0.1.0 ships two runtime deps — @floating-ui/dom and nanoid — neither of which has an advisory

And rather than reason about it, I compared the built artifact across the bump:

dist hash BEFORE: 53f06c7f…0448
dist hash AFTER:  53f06c7f…0448   → identical

142 files, byte-for-byte unchanged. The bump cannot alter what consumers install.

Verified

179 tests, tsc --noEmit clean, biome clean, publint clean, and the app builds all 21 routes with the same route shape as before.

No changeset: the published package is untouched, so there is nothing to release.

@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
intentface-chat Ready Ready Preview Aug 3, 2026 8:22pm

Request Review

@rpvilo
rpvilo merged commit bd56b9e into main Aug 3, 2026
6 checks passed
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