chore: fix broken pnpm-lock.yaml (duplicate oauth4webapi@3.8.7 key) - #2816
Conversation
|
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: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2816 +/- ##
=======================================
Coverage 87.99% 87.99%
=======================================
Files 80 80
Lines 11516 11516
Branches 2385 2385
=======================================
Hits 10133 10133
Misses 1338 1338
Partials 45 45 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Semgrep found 1 Risk: Affected versions of js-yaml are vulnerable to Inefficient Algorithmic Complexity. An attacker can supply a YAML document containing a large Manual Review Advice: A vulnerability from this advisory is reachable if you are using Fix: Upgrade this library to at least version 4.3.1 at nextjs-auth0/pnpm-lock.yaml:1872. Reference(s): GHSA-5p4m-2wfm-xmqj Semgrep found 1 Risk: Affected versions of sharp are vulnerable to Dependency on Vulnerable Third-Party Component. sharp bundles a vulnerable version of the native libvips library, inheriting four memory-safety flaws: an integer overflow leading to a heap-based buffer overflow in the VIPS loader ( Fix: Upgrade this library to at least version 0.35.0 at nextjs-auth0/pnpm-lock.yaml:2305. Reference(s): GHSA-f88m-g3jw-g9cj |
Description
Fixes a broken
pnpm-lock.yamlthat failedpnpm install --frozen-lockfilewithERR_PNPM_BROKEN_LOCKFILE: duplicated mapping key. A dependabot merge (#2809, oauth4webapi 3.8.6 → 3.8.7) doubled theoauth4webapi@3.8.7entry in both thepackagesandsnapshotssections. The duplicate blocks were byte-identical, so this removes the redundant copies (5-line deletion, no resolution changes).Testing
pnpm install --frozen-lockfilepasses (exit 0)