Skip to content

chore: Upgrade qs#280

Merged
heinzburgstaller merged 3 commits intomainfrom
chore/qs-upgrade
Feb 19, 2026
Merged

chore: Upgrade qs#280
heinzburgstaller merged 3 commits intomainfrom
chore/qs-upgrade

Conversation

@heinzburgstaller
Copy link
Copy Markdown
Collaborator

Introduction

Technical solution before this PR

Technical solution after this PR

✔️ Common checklist

  • Added tests for new functionality and regression tests for bug fixes
  • Screenshots of before and after attached (for UI changes)
  • Added or updated documentation (if applicable)
  • Helpful resources linked (if applicable)

@heinzburgstaller heinzburgstaller requested a review from a team as a code owner February 18, 2026 14:21
@heinzburgstaller heinzburgstaller changed the title Chore/qs upgrade chore: Upgrade qs Feb 18, 2026
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 upgrades the qs package from version 6.14.1 to 6.14.2 as a Yarn resolution, likely addressing a security vulnerability or bug in the query string parsing library. The change also pins the version to an exact match (removing the caret ^ range operator), consistent with the project's security-sensitive dependency management pattern.

Changes:

  • Upgraded qs from 6.14.1 to 6.14.2 in yarn.lock
  • Changed version constraint from ^6.14.1 to 6.14.2 in package.json resolutions (removing range, pinning exact version)

Reviewed changes

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

File Description
package.json Updated qs resolution from ^6.14.1 to pinned version 6.14.2
yarn.lock Updated qs package lock entry to version 6.14.2 with new checksum

@heinzburgstaller heinzburgstaller merged commit e6e95bb into main Feb 19, 2026
10 of 12 checks passed
@heinzburgstaller heinzburgstaller deleted the chore/qs-upgrade branch February 19, 2026 09:20
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