Conversation
…happy-dom vulnerabilities Direct: - glob 13.0.0 → 13.0.6 (brace-expansion DoS, GHSA-f886-m6hf-6m8v) - happy-dom 20.0.2 → 20.8.9 (cookie leakage GHSA-w4gp-fjgq-3q4g, RCE GHSA-6q6h-j7hj-3r64) Transitive via audit fix: - node-forge → 1.4.0 (cert bypass, signature forgery, DoS) - serialize-javascript → 7.0.5 (CPU exhaustion DoS) - path-to-regexp → 8.4.0 (ReDoS via optional groups/wildcards)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #145 +/- ##
=======================================
Coverage 42.66% 42.66%
=======================================
Files 802 802
Lines 48448 48448
Branches 4446 4446
=======================================
Hits 20672 20672
Misses 27285 27285
Partials 491 491
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Pull request overview
Updates VueApp’s npm dependency graph to remediate reported security advisories by bumping vulnerable direct devDependencies and the resulting transitive packages captured in the lockfile.
Changes:
- Bump direct devDependencies:
globto^13.0.6andhappy-domto^20.8.9. - Refresh
package-lock.jsonto pick up patched transitive versions (e.g.,node-forge@1.4.0,serialize-javascript@7.0.5,path-to-regexp@8.4.0, andbrace-expansion@5.0.5).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| VueApp/package.json | Updates direct devDependency version ranges for glob and happy-dom to patched releases. |
| VueApp/package-lock.json | Locks patched direct/transitive package versions consistent with the updated ranges. |
Files not reviewed (1)
- VueApp/package-lock.json: Language not supported
Bundle ReportBundle size has no change ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Direct:
Transitive via audit fix: