Skip to content

Commit 26dd12c

Browse files
fix(deps): bump @inquirer/input from 1.2.14 to 1.2.16
Bumps [@inquirer/input](https://github.com/SBoudrias/Inquirer.js) from 1.2.14 to 1.2.16. - [Release notes](https://github.com/SBoudrias/Inquirer.js/releases) - [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected]) --- updated-dependencies: - dependency-name: "@inquirer/input" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44a8ae5 commit 26dd12c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@inquirer/confirm": "^2.0.15",
9-
"@inquirer/input": "^1.2.14",
9+
"@inquirer/input": "^1.2.16",
1010
"@inquirer/select": "^1.3.1",
1111
"@oclif/core": "^3.20.0",
1212
"@octokit/rest": "^19.0.13",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,13 +1152,13 @@
11521152
strip-ansi "^6.0.1"
11531153
wrap-ansi "^6.2.0"
11541154

1155-
"@inquirer/input@^1.2.14":
1156-
version "1.2.14"
1157-
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
1158-
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
1155+
"@inquirer/input@^1.2.16":
1156+
version "1.2.16"
1157+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.16.tgz#94d8765a47689e799fd55ed0361dedc8f554341b"
1158+
integrity sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==
11591159
dependencies:
1160-
"@inquirer/core" "^5.1.1"
1161-
"@inquirer/type" "^1.1.5"
1160+
"@inquirer/core" "^6.0.0"
1161+
"@inquirer/type" "^1.1.6"
11621162
chalk "^4.1.2"
11631163

11641164
"@inquirer/password@^1.1.16":

0 commit comments

Comments
 (0)