Skip to content

chore: resolve open dependabot security alerts#579

Merged
jonathannorris merged 3 commits into
mainfrom
chore/dependabot-alerts-2
Jul 23, 2026
Merged

chore: resolve open dependabot security alerts#579
jonathannorris merged 3 commits into
mainfrom
chore/dependabot-alerts-2

Conversation

@jonathannorris

@jonathannorris jonathannorris commented Jul 22, 2026

Copy link
Copy Markdown
Member

Summary

- axios ^1.15.2 -> ^1.18.0 (medium/high, alerts #265-#269, #272)
- js-yaml 4.1.1 -> 4.2.0 (medium, alert #264)
- brace-expansion resolutions bumped to ^1.1.16, ^2.1.2, ^5.0.7 (high, alert #270)
- body-parser resolution added ^2.3.0 (low, alert #271)
Copilot AI review requested due to automatic review settings July 22, 2026 13:43
@jonathannorris
jonathannorris requested a review from a team as a code owner July 22, 2026 13:43
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
devcycle-mcp-server b812ec0 Jul 23 2026, 01:50 PM

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates JavaScript dependencies and Yarn resolutions/lockfile entries to address multiple Dependabot security alerts in the DevCycle CLI.

Changes:

  • Bump axios to ^1.18.0 (and align related Yarn resolutions / lockfile).
  • Bump js-yaml to 4.2.0 and add a Yarn resolution for transitive consumers.
  • Update Yarn resolutions (and lockfile) for brace-expansion and body-parser to patched versions.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates direct dependencies and adds/adjusts Yarn resolutions to force patched transitive versions.
yarn.lock Regenerates lock entries to reflect the updated versions and resolution outcomes.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +217 to +218
"body-parser@npm:^2.2.1": "^2.3.0",
"js-yaml@npm:^4.1.0": "^4.2.0"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in b812ec0: changed the direct dependency from the exact pin js-yaml: 4.2.0 to the range js-yaml: ^4.2.0. Now both the direct dep and the js-yaml@npm:^4.1.0 resolution use ^4.2.0, so Yarn deduplicates them to a single 4.3.0 instance — no two-version tree.

@jonathannorris
jonathannorris enabled auto-merge (squash) July 23, 2026 13:50
@jonathannorris
jonathannorris merged commit c694bcd into main Jul 23, 2026
6 checks passed
@jonathannorris
jonathannorris deleted the chore/dependabot-alerts-2 branch July 23, 2026 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants