fix: resolve npm security vulnerabilities (qs, babel)#762
fix: resolve npm security vulnerabilities (qs, babel)#762ErikBjare merged 1 commit intoActivityWatch:masterfrom
Conversation
npm audit fix resolves: - qs <=6.14.1 (arrayLimit bypass DoS) - GHSA-6rw7-vpxm-498p, GHSA-w7fw-mjwx-w883 - @babel/helpers <7.26.10 (ReDoS) - GHSA-968p-4wvh-cqc8 - @babel/runtime <7.26.10 (ReDoS) - GHSA-968p-4wvh-cqc8 This also fixes the Dependabot CI failure caused by the out-of-sync lockfile.
There was a problem hiding this comment.
Skipped PR review on 874da12 because no changed files had a supported extension. If you think this was in error, please contact us and we'll fix it right away.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #762 +/- ##
=======================================
Coverage 26.20% 26.20%
=======================================
Files 29 29
Lines 1706 1706
Branches 311 311
=======================================
Hits 447 447
Misses 1195 1195
Partials 64 64 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@greptileai review |
Greptile SummaryThis PR updates
All updated packages are dev dependencies or transitive dependencies. No changes to Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 874da12 |
Summary
npm audit fixto resolve security vulnerabilities that were causing Dependabot CI failuresqs<=6.14.1 (arrayLimit bypass DoS vulnerabilities)@babel/helpersand@babel/runtime<7.26.10 (ReDoS)Context
Dependabot was failing with
security_update_not_possiblefor theqspackage because the lockfile was out of sync. Runningnpm audit fixresolves this and several other moderate/high severity issues.Test plan
npm auditno longer reportsqsvulnerability