Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"negotiator": "github:ethanresnick/negotiator#full-parse-access",
"pluralize": "0.0.11",
"pug": "^2.0.3",
"qs": "^6.5.2",
"qs": "^6.14.1",
Copy link

Copilot AI Jan 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @types/qs package is currently at version ^6.5.1, which may not include type definitions for features or changes in qs version 6.14.1. Consider upgrading @types/qs to a compatible version to ensure TypeScript types remain accurate and prevent potential type mismatches.

Copilot uses AI. Check for mistakes.
"ramda": "^0.25.0",
"raw-body": "^2.3.3",
"supports-color": "^4.5.0",
Expand Down