Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR addresses security vulnerabilities by upgrading dependencies and implementing automated security checks in CI. The changes fix CVE vulnerabilities in hono, form-data, and tar-fs packages.
- Adds pnpm overrides to enforce minimum secure versions for vulnerable packages
- Updates
honofrom 4.9.4 to 4.10.6 - Updates
form-datato 4.0.5 andtar-fsto 3.1.1 - Adds
pnpm audit --prodcommand to CI workflow for continuous security monitoring
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-lock.yaml | Updates lockfile with new dependency versions and adds override declarations for security patches |
| package.json | Adds pnpm overrides section to enforce minimum versions for vulnerable dependencies |
| packages/query-plan-executor/package.json | Updates hono dependency to version 4.10.6 |
| packages/cli/package.json | Updates hono dependency to version 4.10.6 |
| .github/workflows/test-template.yml | Adds pnpm audit check for production dependencies to CI pipeline |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
size-limit report 📦
|
jacek-prisma
previously approved these changes
Nov 20, 2025
jacek-prisma
approved these changes
Nov 20, 2025
jkomyno
added a commit
that referenced
this pull request
Nov 25, 2025
This PR: - fixes #28568 (tracked in [TML-1608](https://linear.app/prisma-company/issue/TML-1608/upgrade-hono-audit-dependencies-in-ci)) - adds `pnpm audit --prod` - fixes vulnerable deps by updating to newer versions --------- Co-authored-by: jkomyno <12381818+jkomyno@users.noreply.github.com>
jkomyno
added a commit
that referenced
this pull request
Nov 25, 2025
This PR: - fixes #28568 (tracked in [TML-1608](https://linear.app/prisma-company/issue/TML-1608/upgrade-hono-audit-dependencies-in-ci)) - adds `pnpm audit --prod` - fixes vulnerable deps by updating to newer versions --------- Co-authored-by: jkomyno <12381818+jkomyno@users.noreply.github.com>
This was referenced Nov 25, 2025
This was referenced Dec 3, 2025
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.
This PR:
pnpm audit --prod