Bump @inquirer/prompts to 7.9.0 and version to 1.0.4#488
Merged
Conversation
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update @inquirer/prompts to version 7.9.0 to remove vulnerability
Bump @inquirer/prompts to 7.9.0 to remove vulnerable tmp@0.0.33 sub-dependency
Oct 29, 2025
Contributor
|
Tested locally |
Swiftwork
approved these changes
Oct 29, 2025
Contributor
|
@copilot Bump version number and run yarn install |
Co-authored-by: Swiftwork <455178+Swiftwork@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Bump @inquirer/prompts to 7.9.0 to remove vulnerable tmp@0.0.33 sub-dependency
Bump @inquirer/prompts to 7.9.0 and version to 1.0.4
Oct 29, 2025
Swiftwork
approved these changes
Oct 29, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the @inquirer/prompts package from version ^5.3.8 to ^7.9.0 in the CLI package. This is a major version bump that brings updated dependencies and new peer dependency requirements.
- Bumped package version from 1.0.3 to 1.0.4
- Updated
@inquirer/promptsfrom ^5.3.8 to ^7.9.0 along with all its transitive dependencies
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/cli/package.json | Updated @inquirer/prompts dependency version from ^5.3.8 to ^7.9.0 and bumped package version to 1.0.4 |
| yarn.lock | Updated lockfile entries for @inquirer/* packages and their dependencies to reflect the major version upgrade |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
pavkam
approved these changes
Oct 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@inquirer/prompts@^5.3.8transitively depends on the unmaintainedexternal-editor@3.1.0, which pulls in the vulnerabletmp@0.0.33package.Changes
@inquirer/promptsfrom^5.3.8to^7.9.0inpackages/cli/package.json1.0.3to1.0.4yarn.lockwith new dependency resolutionsImpact
Version 7.x uses
@inquirer/editor@4.2.21→@inquirer/external-editor@1.0.2, which has notmpdependency. The vulnerable dependency chain is completely eliminated from the CLI package.The API for
input,select, andconfirmfunctions used by the CLI remains unchanged.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.