Skip to content

Commit

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

fix(deps): bump @inquirer/input from 2.1.11 to 2.2.1
  • Loading branch information
svc-cli-bot authored Jul 7, 2024
2 parents 4649869 + 44117d5 commit 06d1656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 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.11",
"@inquirer/input": "^2.2.1",
"@jsforce/jsforce-node": "^3.2.0",
"@oclif/core": "^4",
"@salesforce/core": "^8.1.0",
Expand Down
21 changes: 8 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@
"@inquirer/core" "^9.0.2"
"@inquirer/type" "^1.4.0"

"@inquirer/core@^8.2.2", "@inquirer/core@^8.2.4":
"@inquirer/core@^8.2.2":
version "8.2.4"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.4.tgz#300de755849d3166d15127e2341cef6aa4bd031d"
integrity sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==
Expand Down Expand Up @@ -1472,13 +1472,13 @@
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==

"@inquirer/input@^2.1.11", "@inquirer/input@^2.1.9":
version "2.1.11"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.11.tgz#aeaa3692e8050de4fd976271b21c3c5e7ca05109"
integrity sha512-Ip/YLkdG2IXxjWY2SZyNxTi9st/U20eTDJAxlvN6h8wnql2PDj8zJs+RQ2F26hhEVBP19aNvT0I8D8GiPVJqaQ==
"@inquirer/input@^2.1.9", "@inquirer/input@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.1.tgz#cb795ab12f25cc8c6eeb6f51f04c71a70e4067c8"
integrity sha512-Yl1G6h7qWydzrJwqN777geeJVaAFL5Ly83aZlw4xHf8Z/BoTMfKRheyuMaQwOG7LQ4e5nQP7PxXdEg4SzQ+OKw==
dependencies:
"@inquirer/core" "^8.2.4"
"@inquirer/type" "^1.3.3"
"@inquirer/core" "^9.0.2"
"@inquirer/type" "^1.4.0"

"@inquirer/password@^2.1.9":
version "2.1.9"
Expand All @@ -1500,12 +1500,7 @@
ansi-escapes "^4.3.2"
chalk "^4.1.2"

"@inquirer/type@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.3.tgz#26b2628630fd2381c7fa1e3ab396feb9bbc575da"
integrity sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==

"@inquirer/type@^1.4.0":
"@inquirer/type@^1.3.3", "@inquirer/type@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.4.0.tgz#3dd0c8f78c0548bbc18b9c07af16a86c4007e1f0"
integrity sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==
Expand Down

0 comments on commit 06d1656

Please sign in to comment.