chore(deps): bump vulnerable transitive dependencies#1092
chore(deps): bump vulnerable transitive dependencies#1092brendan-kellam merged 2 commits intomainfrom
Conversation
Add yarn resolutions to upgrade path-to-regexp (^8.4.0), picomatch v4 (^4.0.4), and fast-xml-parser (^5.5.6) to patched versions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@brendan-kellam your pull request is missing a changelog! |
WalkthroughUpdated dependency constraints: added Yarn Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Around line 41-43: Replace the caret ranges in the resolutions entry with
exact pinned versions to ensure deterministic builds: remove the leading ^ from
the version strings for "path-to-regexp", "picomatch@^4" and "fast-xml-parser"
so they read as exact versions (e.g., 8.4.0, 4.x.y, 5.5.6 matching the resolved
versions in the PR), updating the values in package.json's resolutions block
accordingly.
- Line 41: The resolutions entry forcing "path-to-regexp": "^8.4.0" conflicts
with express@4.21.2 (which requires path-to-regexp@0.1.12) and will break
routing; fix by removing or changing that resolution in package.json (the
"path-to-regexp": "^8.4.0" line) or alternatively upgrade express to a version
that officially supports path-to-regexp v8+, then run install and test routes to
ensure no runtime failures.
🪄 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: 47346901-c359-4dc9-853d-6e076373ff28
⛔ Files ignored due to path filters (1)
yarn.lockis excluded by!**/yarn.lock,!**/*.lock
📒 Files selected for processing (1)
package.json
… resolution Bump @aws-sdk/credential-providers from ^3.1000.0 to ^3.1023.0, which pulls in @aws-sdk/xml-builder@3.972.16 with fast-xml-parser@5.5.8 (patched). This removes the need for a fast-xml-parser resolution override. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (11)
|
Summary
path-to-regexpto^8.4.0(resolved to 8.4.2)picomatch@^4to^4.0.4(scoped to v4 consumers only, v2 consumers unaffected)@aws-sdk/credential-providersfrom^3.1000.0to^3.1023.0, which pulls in a patchedfast-xml-parser@5.5.8via the natural dependency chainTest plan
yarn installsucceeds🤖 Generated with Claude Code
Summary by CodeRabbit