-
Notifications
You must be signed in to change notification settings - Fork 3.2k
chore: FIT-1008: Update glob package to address security advisory #8839
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
❌ Deploy Preview for label-studio-playground failed. Why did it fail? →
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
Updated glob package to latest secure version per security advisory. Changes: - Added glob resolution (^11.1.0) to package.json - Updated yarn.lock to enforce secure version across dependencies - Upgraded glob from v11.0.3 to v11.1.0 (minimal patched version) This update addresses a security advisory for the glob package. All transitive dependencies have been updated accordingly.
|
This change would require far more updates to take place, and the vulnerable aspect is not the library, but the cli package (which we do not use CLI explicitly or implicitly). |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #8839 +/- ##
===========================================
- Coverage 65.87% 0 -65.88%
===========================================
Files 812 0 -812
Lines 63602 0 -63602
Branches 10761 0 -10761
===========================================
- Hits 41899 0 -41899
+ Misses 21699 0 -21699
+ Partials 4 0 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Updated glob package to latest secure version per security advisory.
Changes:
This update addresses a security advisory for the glob package. All transitive dependencies have been updated accordingly.