security: fix all critical vuln dependency reports#7645
security: fix all critical vuln dependency reports#7645bijin-bruno merged 5 commits intousebruno:mainfrom
Conversation
WalkthroughThis PR updates dependencies across 6 packages in the monorepo: pinning Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates dependency versions across multiple workspaces to address security/vulnerability reports and align packages with the repo’s pinned tooling versions.
Changes:
- Bump Rollup to
3.30.0inbruno-queryandbruno-graphql-docs, and remove now-redundant per-package Rollup overrides. - Update
aws4-axiosto^3.3.15and pinform-datato4.0.4in the CLI/Electron/common packages. - Update
graphql-requestto4.2.0and pin@rsbuild/plugin-node-polyfillto1.2.0in the app workspace.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/bruno-query/package.json | Update Rollup to 3.30.0; remove Rollup override block. |
| packages/bruno-graphql-docs/package.json | Update Rollup to 3.30.0; remove Rollup override block. |
| packages/bruno-electron/package.json | Update aws4-axios and pin form-data to 4.0.4. |
| packages/bruno-common/package.json | Pin form-data to 4.0.4. |
| packages/bruno-cli/package.json | Update aws4-axios and pin form-data to 4.0.4. |
| packages/bruno-app/package.json | Update graphql-request to 4.2.0; pin @rsbuild/plugin-node-polyfill to 1.2.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* chore: remove form-data vuln * chore: stale aws in lock * chore: other critical vulns * chore: correct deps
Description
Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.