chore: resolve open dependabot security alerts - #102
Merged
Merged
Conversation
- js-yaml 4.3.1 -> 4.3.2 (high, alert #59)
There was a problem hiding this comment.
🟡 Changes recommended
Set the minimum fast-uri resolution to ^3.1.7 and regenerate the lockfile.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates fast-uri and js-yaml to address security alerts and ignores local worktree directories.
Changes:
- Updates dependency resolutions.
- Refreshes the Yarn lockfile.
- Adds
.worktrees/to.gitignore.
File summaries
| File | Summary |
|---|---|
yarn.lock |
Records patched dependency versions. |
package.json |
Updates resolutions; critical issue: fast-uri still permits vulnerable 3.1.6. |
.gitignore |
Ignores local worktree directories. |
Review details
- Files reviewed: 1/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "minimatch": "^9.0.7", | ||
| "fast-uri": "^3.1.5", | ||
| "js-yaml": "^4.3.1", | ||
| "fast-uri": "^3.1.6", |
Address Copilot review feedback: ^3.1.6 still permitted the vulnerable 3.1.6 release; ^3.1.7 guarantees the patched version.
Member
Author
|
Fixed: tightened |
jonathannorris
enabled auto-merge (squash)
September 15, 2026 11:39
JamieSinn
approved these changes
Sep 16, 2026
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
fast-urito 3.1.7 to resolve high severity vulnerabilities (alerts Bump typedoc-plugin-markdown from 3.17.1 to 4.0.0 #55, Bump typedoc-plugin-markdown from 3.17.1 to 4.0.1 #56, Bump typedoc-plugin-markdown from 3.17.1 to 4.0.2 #57, Bump typedoc-plugin-markdown from 3.17.1 to 4.0.3 #58)js-yamlresolution to 4.3.2 to resolve a high severity CPU-exhaustion vulnerability (alert Bump typedoc from 0.25.3 to 0.26.2 #59).worktrees/to.gitignore(housekeeping, no functional change)Dependabot Alerts Resolved
fast-urijs-yaml