Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"json-diff": "^0.7.1",
"json-refs": "^3.0.15",
"openapi-examples-validator": "^6.0.2",
"picomatch": "2.3.2",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Phantom direct dependency instead of pnpm override

Low Severity

picomatch is added as a direct production dependency, but no source file in api-docs actually imports or requires it — it's only a transitive dependency of anymatch and micromatch. The project already has a pnpm.overrides section used for exactly this purpose (e.g., lodash, form-data). Adding it to dependencies instead of pnpm.overrides is misleading and inconsistent with the existing pattern, and risks someone later removing it as "unused."

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 802e509. Configure here.

"sane": "^5.0.1"
},
"devDependencies": {
Expand Down
13 changes: 8 additions & 5 deletions api-docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading