chore(package): bump rollup to ^2.80.0 to fix DOM clobbering vulnerability#47
chore(package): bump rollup to ^2.80.0 to fix DOM clobbering vulnerability#47Jerricho93 wants to merge 1 commit into
Conversation
…ility Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #47 +/- ##
=======================================
Coverage 87.80% 87.80%
=======================================
Files 18 18
Lines 1279 1279
Branches 338 338
=======================================
Hits 1123 1123
Misses 156 156 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
|
Thanks for the feedback! You're right, there were additional vulnerabilities coming from the videojs build toolchain packages (@videojs/babel-config, @videojs/generator-helpers, videojs-generate-karma-config, videojs-generate-rollup-config, videojs-generator-verify, videojs-standard), sorry I missed those. I've opened PRs for all of them as well: videojs/babel-config#5 |
Description
Fix security vulnerability in npm dependencies.
rollupwas on a range that included versions<=2.79.2, which are affected by a DOM clobbering vulnerability (high severity). Bumped to^2.80.0.Specific Changes proposed
rollupfrom^2.38.0to^2.80.0indevDependenciesRequirements Checklist