Skip to content

Commit

Permalink
fix(deps): update dependency @inquirer/input to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2024
1 parent 11cc97d commit 1f3b400
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/mg-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"typescript": "5.2.2"
},
"dependencies": {
"@inquirer/input": "1.2.16",
"@inquirer/input": "2.0.2",
"@inquirer/prompts": "2.3.1",
"@inquirer/select": "1.3.3",
"@tryghost/debug": "0.1.27",
Expand Down
40 changes: 34 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,26 @@
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"

"@inquirer/core@^7.0.2":
version "7.0.2"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.0.2.tgz#8924f167afaa318a3a54e19e08c5812f09312830"
integrity sha512-yya2GLO8lIi+yGytrOQ6unbrRGi8JiC+lWtlIsCUsDgMcCdO75vOuqGIUKXvfBkeZLOzs4WcSioXvpBzo0B0+Q==
dependencies:
"@inquirer/type" "^1.2.0"
"@types/mute-stream" "^0.0.4"
"@types/node" "^20.11.25"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
chalk "^4.1.2"
cli-spinners "^2.9.2"
cli-width "^4.1.0"
figures "^3.2.0"
mute-stream "^1.0.0"
run-async "^3.0.0"
signal-exit "^4.1.0"
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"

"@inquirer/editor@^1.2.3":
version "1.2.15"
resolved "https://registry.yarnpkg.com/@inquirer/editor/-/editor-1.2.15.tgz#28de2dabbcf1e07a37149320093798e3f4856f91"
Expand All @@ -551,7 +571,15 @@
chalk "^4.1.2"
figures "^3.2.0"

"@inquirer/input@1.2.16", "@inquirer/input@^1.2.4":
"@inquirer/input@2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.0.2.tgz#1ff59215e97e4652aff9baf1ad0479edfa707369"
integrity sha512-2qCyolURnBo1EArkH/JnOfMGEUdsjVbmKaeHf7Rq1EW4KK+zj4sPAizDFkEC03NoSzPTGLV+4riiAybdx177KQ==
dependencies:
"@inquirer/core" "^7.0.2"
"@inquirer/type" "^1.2.0"

"@inquirer/input@^1.2.4":
version "1.2.16"
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.16.tgz#94d8765a47689e799fd55ed0361dedc8f554341b"
integrity sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==
Expand Down Expand Up @@ -605,7 +633,7 @@
chalk "^4.1.2"
figures "^3.2.0"

"@inquirer/type@^1.1.1", "@inquirer/type@^1.1.6":
"@inquirer/type@^1.1.1", "@inquirer/type@^1.1.6", "@inquirer/type@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
Expand Down Expand Up @@ -2519,10 +2547,10 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@>=8.1.0", "@types/node@^20.10.7", "@types/node@^20.4.2":
version "20.11.24"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.24.tgz#cc207511104694e84e9fb17f9a0c4c42d4517792"
integrity sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==
"@types/node@*", "@types/node@>=8.1.0", "@types/node@^20.10.7", "@types/node@^20.11.25", "@types/node@^20.4.2":
version "20.11.25"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.25.tgz#0f50d62f274e54dd7a49f7704cc16bfbcccaf49f"
integrity sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit 1f3b400

Please sign in to comment.