chore: resolve open dependabot security alerts#979
Open
jonathannorris wants to merge 2 commits into
Open
Conversation
- uuid 8.3.2 -> 11.1.1 (medium, alert #202, CVE-2026-41907) - ws 8.19.0 -> 8.21.0 (medium, alert #201, CVE-2026-45736) - postcss 8.4.49 -> 8.5.12 (medium, alert #180, CVE-2026-41305)
Deploying devcycle-docs with
|
| Latest commit: |
fe6fd9d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://95db3e08.devcycle-docs.pages.dev |
| Branch Preview URL: | https://chore-dependabot-alerts-3.devcycle-docs.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency overrides to address medium-severity Dependabot alerts by bumping vulnerable transitive packages via Yarn resolutions and regenerating yarn.lock.
Changes:
- Added Yarn
resolutionsentries intended to force patched versions ofuuid,ws, andpostcss. - Updated
yarn.lockto reflect resolved versions (uuid@11.1.1,ws@8.21.0,postcss@8.5.12).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Adds/adjusts Yarn resolutions to override vulnerable transitive dependencies. |
| yarn.lock | Updates the lockfile to the resolved versions produced by the new overrides. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
resolutions.Dependabot Alerts Resolved
uuidwsws@^8.18.0resolution (CVE-2026-45736)postcssThe
ws@^7dependency is outside the vulnerable range (>= 8.0.0) and was intentionally left untouched.Verified with
yarn build(Docusaurus build succeeds; remaining warnings are pre-existing and unrelated).