Skip to content
Open
Show file tree
Hide file tree
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 @@ -94,7 +94,7 @@
"grunt-uncss": "^0.7.1",
"http-status": "^1.0.1",
"infozip": "0.0.2",
"inquirer": "^3.3.0",
"inquirer": "^8.2.7",
Copy link

Copilot AI Aug 14, 2025

Choose a reason for hiding this comment

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

This is a major version upgrade from inquirer 3.3.0 to 8.2.7, which introduces breaking changes in the API. The inquirer package underwent significant changes between v3 and v8, including the switch to ES modules and changes in method signatures. Ensure all code using inquirer has been updated to be compatible with the new API.

Copilot uses AI. Check for mistakes.
"jsdom": "^11.3.0",
"kue": "^0.11.6",
"lodash": "^4.17.15",
Expand Down
Loading