-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat(ci): add pnpm audit --prod check
#28592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
size-limit report 📦
|
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 <[email protected]>
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 <[email protected]>
This PR:
pnpm audit --prod