Skip to content

chore: fix open dependabot alerts for fast-xml-parser#966

Merged
jonathannorris merged 1 commit intomainfrom
chore-fix-open-dependabot-alerts
Mar 27, 2026
Merged

chore: fix open dependabot alerts for fast-xml-parser#966
jonathannorris merged 1 commit intomainfrom
chore-fix-open-dependabot-alerts

Conversation

@jonathannorris
Copy link
Copy Markdown
Member

Summary

  • Add a Yarn resolution so fast-xml-parser resolves to ^5.5.7 (currently 5.5.9), addressing the two open Dependabot alerts on yarn.lock (transitive via openapi-sampler / Redoc).

Notes

  • yarn build passes locally after the lockfile update.

Copilot AI review requested due to automatic review settings March 24, 2026 11:01
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying devcycle-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: b9b7cab
Status: ✅  Deploy successful!
Preview URL: https://15deedb7.devcycle-docs.pages.dev
Branch Preview URL: https://chore-fix-open-dependabot-al.devcycle-docs.pages.dev

View logs

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 alerts by overriding the transitive fast-xml-parser dependency used by the Redoc/OpenAPI tooling in this Docusaurus docs site.

Changes:

  • Added a Yarn resolutions override for fast-xml-parser (to ^5.5.7).
  • Updated yarn.lock to resolve fast-xml-parser to 5.5.9 and refresh related transitive dependencies (fast-xml-builder, path-expression-matcher, strnum).

Reviewed changes

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

File Description
package.json Adds a Yarn resolution to override the transitive fast-xml-parser version.
yarn.lock Updates the lockfile to reflect the overridden fast-xml-parser resolution and new transitive dependency graph.

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

@jonathannorris jonathannorris merged commit 3b4794f into main Mar 27, 2026
9 checks passed
@jonathannorris jonathannorris deleted the chore-fix-open-dependabot-alerts branch March 27, 2026 19:13
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