fix(deps): clear all open Dependabot alerts - #57
Merged
Merged
Conversation
Bump next 16.2.6 -> 16.2.11 (direct) and raise override floors for the remaining transitive advisories: brace-expansion, dompurify, js-yaml, linkify-it, nanoid, postcss, sharp, tar, undici, valibot. nanoid needs split ranges (nanoid@<4 / nanoid@>=4) because both the v3 and v5 lines are in the tree and each has its own patched version. Both lockfiles regenerated; npm audit and pnpm audit report zero vulnerabilities. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DYw7BpLPqECAtKJQZ4K23J
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the docs site’s dependency set to clear Dependabot alerts by bumping next to a newer patch release and raising minimum versions for several vulnerable transitive dependencies via overrides. It fits into the codebase as a maintenance/security dependency refresh for the Next.js frontend.
Changes:
- Bump
nextfrom16.2.6to16.2.11. - Raise override floors for multiple transitive dependencies (including split-range overrides for
nanoid). - Regenerate
pnpm-lock.yamlto reflect the updated dependency graph and overrides.
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates next and increases override floors (including nanoid split ranges and new sharp floor). |
| pnpm-lock.yaml | Regenerated lockfile capturing the updated Next.js patch and the new resolved override versions. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
52
to
+54
| "basic-ftp": "5.3.1", | ||
| "brace-expansion": "^5.0.7", | ||
| "dompurify": "^3.4.11", | ||
| "brace-expansion": "^5.0.9", | ||
| "dompurify": "^3.4.13", |
Comment on lines
3957
to
3961
| eslint@9.39.4: | ||
| resolution: {integrity: sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==} | ||
| engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} | ||
| deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. | ||
| hasBin: true |
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.
Bumps
next16.2.6 → 16.2.11 (direct dependency) and raises override floors for the remaining transitive advisories:brace-expansion·dompurify·js-yaml·linkify-it·nanoid·postcss·sharp·tar·undici·valibotnanoidneeds split ranges (nanoid@<4/nanoid@>=4) because both the v3 and v5 lines are present in the tree, each with its own patched version.Both lockfiles regenerated.
npm auditandpnpm audit(prod and dev) both report zero vulnerabilities.Note
npm run buildwas not run locally — please let CI/Vercel confirm the build before merging. The only app-facing change is the Next.js patch bump.The pre-existing
next-sanity↔sanitypeer-dependency warning is unchanged frommain.🤖 Generated with Claude Code
https://claude.ai/code/session_01DYw7BpLPqECAtKJQZ4K23J