You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #227 already subsumes #225. The individual bot lockfiles all remove the nested Zod entry and fail during npm ci; this rollup is regenerated from current develop with Node 22.22.2 and npm 10.9.7.
Validation
npm ci — passed; 827 packages installed.
Exact lock/dependency assertions — passed for all selected versions and nested Zod 3.25.76.
npm ls next postcss sharp mermaid dompurify fast-uri nanoid zod --all — passed.
npm run build — passed; 334 static pages, 328 per-page Markdown files, current All Modules feed, and 0 built-output broken links.
LINK_CHECK_EXTERNAL=true npm run quality — passed; 20 LLM/feed tests, 2 link-routing tests, 329 source files, 2,726 links, and 0 broken links. External checks reported 81 warning-only responses and 44 redirects.
Served-output smoke — the P2P Address Book Mermaid flowchart rendered in light and dark mode with no console warnings or errors.
git diff --check — passed.
npm audit — improved from 13 vulnerable packages on the base lockfile to 6 (5 low, 1 high). The remaining AI SDK and js-yaml findings are unrelated to this rollup and require separate dependency work.
The local build was run on macOS; hosted Linux Docs Quality Gates are still required before merge.
Next steps: Take a moment to review the security alert above. Review
the linked package source code to understand the potential risk. Ensure the
package is not malicious before proceeding. If you're unsure how to proceed,
reach out to your security team or ask the Socket team for help at
support@socket.dev.
Suggestion: Avoid packages that use dynamic code execution like eval(), since this could potentially execute any code.
Mark the package as acceptable risk. To ignore this alert only
in this pull request, reply with the comment
@SocketSecurity ignore npm/@img/sharp-wasm32@0.35.3. You can
also ignore all packages with @SocketSecurity ignore-all.
To ignore an alert for all future pull requests, use Socket's Dashboard to
change the triage state of this alert.
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
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.
Deliverables
@inkeep/cxkit-primitives/node_modules/zod@3.25.76entry.npm@10.9.7inpackageManagerso automated lockfile updates use the same known-good npm line.Dependabot PRs superseded
This combines and supersedes #225, #226, #227, #231, #232, and #234.
PR #227 already subsumes #225. The individual bot lockfiles all remove the nested Zod entry and fail during
npm ci; this rollup is regenerated from currentdevelopwith Node 22.22.2 and npm 10.9.7.Validation
npm ci— passed; 827 packages installed.npm ls next postcss sharp mermaid dompurify fast-uri nanoid zod --all— passed.npm run build— passed; 334 static pages, 328 per-page Markdown files, current All Modules feed, and 0 built-output broken links.LINK_CHECK_EXTERNAL=true npm run quality— passed; 20 LLM/feed tests, 2 link-routing tests, 329 source files, 2,726 links, and 0 broken links. External checks reported 81 warning-only responses and 44 redirects.git diff --check— passed.npm audit— improved from 13 vulnerable packages on the base lockfile to 6 (5 low, 1 high). The remaining AI SDK and js-yaml findings are unrelated to this rollup and require separate dependency work.The local build was run on macOS; hosted Linux Docs Quality Gates are still required before merge.