Skip to content

Commit

Permalink
Merge pull request #724 from salesforcecli/dependabot-npm_and_yarn-in…
Browse files Browse the repository at this point in the history
…quirer-input-2.1.6

fix(deps): bump @inquirer/input from 2.1.5 to 2.1.6
  • Loading branch information
svc-cli-bot authored Apr 28, 2024
2 parents ed66a4f + f94bbf7 commit 3e9476f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@inquirer/input": "^2.1.5",
"@inquirer/input": "^2.1.6",
"@oclif/core": "^3.26.4",
"@salesforce/core": "^7.0.1",
"@salesforce/kit": "^3.1.0",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1371,13 +1371,13 @@
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"

"@inquirer/core@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.0.1.tgz#ac3d9a34a6826dc193791b2feec19061a9c250ca"
integrity sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==
"@inquirer/core@^8.0.1", "@inquirer/core@^8.1.0":
version "8.1.0"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
dependencies:
"@inquirer/figures" "^1.0.1"
"@inquirer/type" "^1.3.0"
"@inquirer/type" "^1.3.1"
"@types/mute-stream" "^0.0.4"
"@types/node" "^20.12.7"
"@types/wrap-ansi" "^3.0.0"
Expand All @@ -1395,13 +1395,13 @@
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz#d65f0bd0e9511a90b4d3543ee6a3ce7211f29417"
integrity sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==

"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.5":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.5.tgz#5d841b1afa821ceae8ef6e7cadebffbe84305958"
integrity sha512-z4l1ISps86JZXo1OsWt8IAh4nnyXjXwcu/na2pKFkDud6DC9TLxvDPWxHmq25T40/WZCULhMQuCMDV+VccVG+A==
"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.6":
version "2.1.6"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.6.tgz#6f0bc5659252015ce75155c92831252c7b90cfe3"
integrity sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==
dependencies:
"@inquirer/core" "^8.0.1"
"@inquirer/type" "^1.3.0"
"@inquirer/core" "^8.1.0"
"@inquirer/type" "^1.3.1"

"@inquirer/password@^1.1.16":
version "1.1.16"
Expand All @@ -1424,10 +1424,10 @@
chalk "^4.1.2"
figures "^3.2.0"

"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.1", "@inquirer/type@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.0.tgz#9dcb4e0e8bbec03063aff7806072cc90eea2c61d"
integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
"@inquirer/type@^1.1.6", "@inquirer/type@^1.2.1", "@inquirer/type@^1.3.0", "@inquirer/type@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==

"@isaacs/cliui@^8.0.2":
version "8.0.2"
Expand Down

0 comments on commit 3e9476f

Please sign in to comment.