chore: resolve open dependabot security alerts - #981
Open
jonathannorris wants to merge 1 commit into
Open
Conversation
- fast-uri 3.1.2 -> 3.1.4 (high, alerts #236, #239) - svgo 3.3.3 -> 3.3.4 (high, alert #238) - dompurify 3.4.11 -> 3.4.12 (low, alert #237) - body-parser 1.20.4 -> 1.20.6 (low, alert #235) - webpack-dev-server 5.2.5 -> 5.2.6 (medium, alerts #233, #234) - shell-quote 1.8.4 -> 1.9.0 (high, alert #232) - brace-expansion 2.1.1 -> 2.1.2 (high, alert #231) - brace-expansion 1.1.15 -> 1.1.16 (high, alert #230)
Deploying devcycle-docs with
|
| Latest commit: |
5203d10
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2b6bc6da.devcycle-docs.pages.dev |
| Branch Preview URL: | https://chore-dependabot-alerts.devcycle-docs.pages.dev |
jonathannorris
enabled auto-merge (squash)
July 27, 2026 16:06
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency overrides to address Dependabot-reported vulnerabilities by bumping affected transitive packages via Yarn resolutions, with the resulting updates captured in yarn.lock.
Changes:
- Updated
package.jsonYarnresolutionsto enforce patched versions of vulnerable transitive dependencies. - Regenerated
yarn.lockto reflect the resolved/pinned versions (e.g., body-parser, brace-expansion, dompurify, fast-uri, shell-quote, svgo, webpack-dev-server).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Adds/updates Yarn resolutions entries to force secure transitive dependency versions. |
| yarn.lock | Captures the resolved versions after applying the new resolutions. |
💡 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
resolutionsDependabot Alerts Resolved
fast-urisvgodompurifyfast-uribody-parserwebpack-dev-serverwebpack-dev-servershell-quotebrace-expansionbrace-expansionAll affected packages are transitive dependencies (ajv, @svgr/plugin-svgo, postcss-svgo, redoc, express, @docusaurus/core, launch-editor, minimatch). Verified via
yarn buildthat the site still compiles successfully after the dependency bumps.