fix(deps): patch high-severity security vulnerabilities#423
Merged
arvind-webrenew merged 1 commit intomainfrom Apr 10, 2026
Merged
fix(deps): patch high-severity security vulnerabilities#423arvind-webrenew merged 1 commit intomainfrom
arvind-webrenew merged 1 commit intomainfrom
Conversation
Address GitHub Dependabot alerts by upgrading vulnerable transitive and direct dependencies: - flatted 3.3.3 → 3.4.2 (Prototype Pollution + unbounded recursion DoS) - hono 4.12.10 → 4.12.12 (IP matching, path traversal, cookie, middleware bypass) - @hono/node-server 1.19.12 → 1.19.13 (middleware bypass via repeated slashes) - vite 7.3.1 → 7.3.2 (arbitrary file read, fs.deny bypass, path traversal) - yaml 2.8.2 → 2.8.3 (Stack Overflow via deeply nested collections) - path-to-regexp → 8.4.2 (DoS via sequential optional groups + wildcards) - next (examples) 16.1.6 → 16.2.3 (DoS, image cache, CSRF, HTTP smuggling) - vitest 4.1.2 → 4.1.4 (pulls patched vite) Overrides added in root package.json for transitive deps. Example lockfiles regenerated with 0 npm audit vulnerabilities. All builds, typechecks, lints, and 1084 tests pass. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Address GitHub Dependabot alerts by upgrading vulnerable transitive and direct dependencies:
Overrides added in root package.json for transitive deps. Example lockfiles regenerated with 0 npm audit vulnerabilities. All builds, typechecks, lints, and 1084 tests pass.