Skip to content

Commit

Permalink
fix(deps): update dependency inquirer to v10.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent cc28547 commit 3532b64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/mg-stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@tryghost/pretty-cli": "1.2.44",
"chalk": "5.3.0",
"child_process": "1.0.2",
"inquirer": "10.1.6",
"inquirer": "10.1.8",
"ora": "8.0.1",
"stripe": "12.18.0",
"sywac": "1.3.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
"@inquirer/type" "^1.5.2"
ansi-escapes "^4.3.2"

"@inquirer/[email protected]", "@inquirer/prompts@^5.3.6":
"@inquirer/[email protected]", "@inquirer/prompts@^5.3.8":
version "5.3.8"
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-5.3.8.tgz#f394050d95076c2f1b046be324f06f619b257c3e"
integrity sha512-b2BudQY/Si4Y2a0PdZZL6BeJtl8llgeZa7U2j47aaJSCeAl1e4UI7y8a9bSkO3o/ZbZrgT5muy/34JbsjfIWxA==
Expand Down Expand Up @@ -7047,13 +7047,13 @@ [email protected]:
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.2.3.tgz#e35c5fb45f3a83ed7849fe487336eb7efa25971c"
integrity sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==

[email protected].6:
version "10.1.6"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-10.1.6.tgz#333b0adb084f2114cad85ecd868a6f36246553d0"
integrity sha512-TDqkT2B9MpzzsuJYi139mJDmhRwE9iJejdIy4hWIDmBkmkg8aKB0O4F2/Dz1Zex77zyqm9GrYK1xFhlD6yn4zg==
[email protected].8:
version "10.1.8"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-10.1.8.tgz#727887af8a3646d8dd3eebc098c42884dc4d7151"
integrity sha512-syxGpOzLyqVeZi1KDBjRTnCn5PiGWySGHP0BbqXbqsEK0ckkZk3egAepEWslUjZXj0rhkUapVXM/IpADWe4D6w==
dependencies:
"@inquirer/prompts" "^5.3.6"
"@inquirer/type" "^1.5.1"
"@inquirer/prompts" "^5.3.8"
"@inquirer/type" "^1.5.2"
"@types/mute-stream" "^0.0.4"
ansi-escapes "^4.3.2"
mute-stream "^1.0.0"
Expand Down

0 comments on commit 3532b64

Please sign in to comment.