[Snyk] Security upgrade inquirer from 8.2.4 to 9.3.0#1274
Conversation
…ties The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15869625 - https://snyk.io/vuln/SNYK-JS-LODASH-15869619 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838
|
The upgrade from inquirer v8 to v9 is a major version change with a significant breaking change related to its module format. Key Breaking Change: Switch to pure ESM Inquirer v9+ is distributed as a native ECMAScript module (ESM). This means you can no longer import it using the CommonJS
This change will break any project that has not been configured to support ESM modules. To resolve this, you may need to update your project's Recommendation: This upgrade requires code changes for importing the module and potentially a project-wide shift to the ESM module system. Before merging, you must update your code to use Source: GitHub Discussion, Stack Overflow
|
Snyk has created this PR to fix 3 vulnerabilities in the yarn dependencies of this project.
Snyk changed the following file(s):
examples/package.jsonexamples/yarn.lockNote for zero-installs users
If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the
.yarn/cache/directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to runyarnto update the contents of the./yarn/cachedirectory.If you are not using zero-install you can ignore this as your flow should likely be unchanged.
Vulnerabilities that will be fixed with an upgrade:
SNYK-JS-LODASH-15869625
SNYK-JS-LODASH-15869619
SNYK-JS-LODASH-15053838
Breaking Change Risk
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Prototype Pollution
🦉 Arbitrary Code Injection