Skip to content
Merged
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
36 changes: 11 additions & 25 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,13 @@
"glob": "12.0.0",
"glob-parent": "6.0.2",
"markdown-it": "14.1.1",
"minimatch": "10.2.2",
"minimatch": "10.2.4",
"semver": "7.5.3",
"serialize-javascript": "7.0.4",
"strip-ansi": "6.0.0",
"supports-color": "7.2.0",
"tar-fs": "2.1.4",
"underscore": "1.13.8",
"wrap-ansi": "6.2.0"
Comment on lines +98 to 105
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

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

If serialize-javascript and underscore are being added only to address transitive npm audit vulnerabilities (and not because the app directly imports them), prefer pinning transitive versions via overrides (npm) to avoid introducing new direct dependencies, extra install footprint, and ongoing upgrade/licensing surface area. Consider moving these pins into an overrides block (or the repo’s equivalent) and keep direct dependencies limited to packages actually used by the code.

Copilot uses AI. Check for mistakes.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

They are in an overrides block!

}
}