Skip to content

chore: resolve open dependabot security alerts#372

Merged
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts
May 27, 2026
Merged

chore: resolve open dependabot security alerts#372
jonathannorris merged 1 commit into
mainfrom
chore/dependabot-alerts

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

Dependabot Alerts Resolved

Alert Package Severity Fix
#104 qs medium Added resolutions override to >=6.15.2 (transitive dep via typed-rest-client)

- qs 6.14.1 -> 6.15.2 (medium, alert #104) via resolutions override
- also fix .gitignore to add .worktrees/ entry and trailing newline
Copilot AI review requested due to automatic review settings May 27, 2026 13:37
@jonathannorris jonathannorris requested a review from a team as a code owner May 27, 2026 13:37
@jonathannorris jonathannorris enabled auto-merge (squash) May 27, 2026 13:38

Copilot AI left a comment

Copy link
Copy Markdown

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 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 resolutions override for qs and update yarn.lock accordingly.
  • Update .gitignore to 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 thread package.json
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"
@jonathannorris jonathannorris merged commit 5c3e95e into main May 27, 2026
6 checks passed
@jonathannorris jonathannorris deleted the chore/dependabot-alerts branch May 27, 2026 17:06
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