chore: resolve open dependabot security alerts#977
Open
jonathannorris wants to merge 1 commit intomainfrom
Open
chore: resolve open dependabot security alerts#977jonathannorris wants to merge 1 commit intomainfrom
jonathannorris wants to merge 1 commit intomainfrom
Conversation
- axios resolutions -> ^1.15.2 (resolves to 1.16.0) (high/medium/low) - ip-address -> ^10.1.1 (resolves to 10.2.0) (medium, XSS)
Deploying devcycle-docs with
|
| Latest commit: |
16be102
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://97b69b24.devcycle-docs.pages.dev |
| Branch Preview URL: | https://chore-dependabot-alerts-2.devcycle-docs.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency overrides to address open Dependabot security alerts by bumping vulnerable transitive packages via Yarn resolutions and regenerating the lockfile accordingly.
Changes:
- Updated the Yarn
resolutionsoverride foraxiosto^1.15.2(locking to1.16.0inyarn.lock). - Added
ip-addressresolution overrides to^10.1.1(locking to10.2.0inyarn.lock). - Regenerated
yarn.lockto reflect the resolved versions (including updatedfollow-redirectsunderaxios).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Adjusts Yarn resolutions to force patched axios and ip-address versions. |
| yarn.lock | Updates locked dependency graph to reflect new resolved versions/checksums. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+98
to
+99
| "ip-address@npm:^9.0.5": "^10.1.1", | ||
| "ip-address@npm:^10.0.1": "^10.1.1", |
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
Resolved 9 open Dependabot security alerts.
Dependabot Alerts Resolved
ip-address^10.1.1(resolves to 10.2.0)axios^1.15.2(resolves to 1.16.0)