fix(deps): resolve multiple high/moderate severity vulnerabilities#45
fix(deps): resolve multiple high/moderate severity vulnerabilities#45
Conversation
- Update vitest/coverage-v8/ui to 4.1.2 (fixes flatted prototype pollution and DoS) - Update nuxt to 4.4.2 in examples and packages/nuxt (fixes h3, nitropack, srvx) - Update h3 devDep to ^1.15.9 (minimum patched version) - Update express example to ^5.0.0 (eliminates path-to-regexp 0.1.x entirely) - Add pnpm overrides: yaml >=2.8.3, node-forge >=1.4.0, picomatch 2.x/4.x, path-to-regexp 0.1.13 - Update existing overrides: brace-expansion ^2.0.3, serialize-javascript >=7.0.5
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughA set of dependency and package manifest updates: Express in examples moved to ^5.0.0, Nuxt bumped to ^4.4.2, vitest tooling bumped to ^4.1.2, pnpm.overrides expanded, and Changes
Estimated Code Review Effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly Related PRs
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.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@packages/express/package.json`:
- Around line 42-44: Update the package.json peerDependencies entry for
"express" to accept both v4 and v5 ranges so consumers using Express 5 won't get
conflicts; modify the "peerDependencies" key (the current "express": "^4.x"
declaration) to a widened range such as ">=4 <6" or a caret union like ">=4.0.0
<6.0.0" (or a semver-compatible union) so the adapter declares compatibility
with both Express v4 and v5.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 1ff1201a-c885-468f-bd94-62c16d581f2c
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (5)
examples/express-app/package.jsonexamples/nuxt-app/package.jsonpackage.jsonpackages/express/package.jsonpackages/nuxt/package.json
Summary by CodeRabbit