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
1 change: 1 addition & 0 deletions common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* instead of the latest version.
*/
// "some-library": "1.2.3"
"glob": "7.2.3",
Copy link

Copilot AI Feb 20, 2026

Choose a reason for hiding this comment

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

Pinning glob to 7.2.3 introduces a deprecated version that the package itself flags as containing widely publicized security vulnerabilities. If possible, prefer upgrading glob to a currently supported major (and adjust any dependent tooling accordingly), or document why the repo must remain on 7.2.3 and how vulnerability risk is mitigated.

Suggested change
"glob": "7.2.3",
"glob": "^10.3.10",

Copilot uses AI. Check for mistakes.
"form-data": "^2.5.5"
},

Expand Down
Loading
Loading