Skip to content

fix: bump axios to 1.15.0 and lodash to 4.18.1 to resolve dependabot alerts#972

Open
jonathannorris wants to merge 1 commit intomainfrom
fix-dependabot-alerts
Open

fix: bump axios to 1.15.0 and lodash to 4.18.1 to resolve dependabot alerts#972
jonathannorris wants to merge 1 commit intomainfrom
fix-dependabot-alerts

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Summary

Both are transitive dependencies, so yarn resolutions is the right fix here. Closes dependabot alerts #169, #170, #171, #172.

Copilot AI review requested due to automatic review settings April 13, 2026 17:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR addresses Dependabot security alerts by forcing patched versions of vulnerable transitive dependencies via Yarn 4 resolutions, and updating the lockfile accordingly.

Changes:

  • Pin axios to 1.15.0 using resolutions to remediate reported CVEs.
  • Pin lodash to 4.18.1 using resolutions to remediate reported CVEs.
  • Update yarn.lock to reflect the resolved versions (including proxy-from-env as pulled in by axios).

Reviewed changes

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

File Description
package.json Adds Yarn resolutions entries to force axios and lodash to patched versions.
yarn.lock Updates resolved package entries/checksums for axios, lodash, and proxy-from-env.

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

@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying devcycle-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: e12d6ff
Status: ✅  Deploy successful!
Preview URL: https://e2a5e20c.devcycle-docs.pages.dev
Branch Preview URL: https://fix-dependabot-alerts.devcycle-docs.pages.dev

View logs

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