chore: resolve open dependabot security alerts#372
Merged
Conversation
- qs 6.14.1 -> 6.15.2 (medium, alert #104) via resolutions override - also fix .gitignore to add .worktrees/ entry and trailing newline
There was a problem hiding this comment.
Pull request overview
This PR addresses an open Dependabot security alert by forcing a patched qs version via Yarn resolutions, and includes a small .gitignore housekeeping update.
Changes:
- Add a Yarn
resolutionsoverride forqsand updateyarn.lockaccordingly. - Update
.gitignoreto ignore.worktrees/(and normalize file ending).
Reviewed changes
Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
package.json |
Adds a resolutions entry to force qs to a patched version. |
yarn.lock |
Updates the locked qs package to 6.15.2 to match the security fix. |
.gitignore |
Ignores .worktrees/ and normalizes the file ending. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
323
to
+327
| "brace-expansion@^5.0.2": "^5.0.6", | ||
| "picomatch": "^2.3.2", | ||
| "uuid": "^14.0.0", | ||
| "ip-address": "^10.1.1" | ||
| "ip-address": "^10.1.1", | ||
| "qs": ">=6.15.2" |
JamieSinn
approved these changes
May 27, 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
qsto>=6.15.2viaresolutionsoverride to resolve a medium severity DoS vulnerability (alert fix: Use per-page param to fetch 1000 variables #104).gitignoreto add a.worktrees/entry and a trailing newlineDependabot Alerts Resolved
qsresolutionsoverride to>=6.15.2(transitive dep viatyped-rest-client)