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 packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"global-modules": "1.0.0",
"globby": "8.0.1",
"gzip-size": "4.1.0",
"inquirer": "5.1.0",
"inquirer": "8.2.7",

Choose a reason for hiding this comment

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

critical

This upgrade to [email protected] introduces a critical breaking change regarding Node.js version compatibility. The inquirer v8.x line requires Node.js v12.0.0 or newer, while this package's engines field declares support for Node.js v6 and up ("node": ">=6").

This mismatch will cause react-dev-utils to fail for users on Node.js versions 6, 8, and 10. To resolve the security vulnerability without breaking support for older Node.js versions, I suggest upgrading to [email protected]. This version is the latest in the 6.x series, is compatible with Node.js v6+, and contains the necessary security fix.

    "inquirer": "6.5.2",

"is-root": "1.0.0",
"opn": "5.3.0",
"pkg-up": "2.0.0",
Expand Down