Skip to content

Commit

Permalink
fix(deps): update dependency inquirer to v8.2.6 (#733)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 19, 2024
1 parent d8ed516 commit ef2f694
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"concurrently": "6.5.1",
"console.table": "0.10.0",
"fs-extra": "10.1.0",
"inquirer": "8.2.5",
"inquirer": "8.2.6",
"jsonpath": "1.1.1",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
Expand All @@ -114,7 +114,7 @@
"@semantic-release/changelog": "6.0.3",
"@types/concurrently": "6.4.0",
"@types/fs-extra": "9.0.13",
"@types/inquirer": "8.2.6",
"@types/inquirer": "8.2.10",
"@types/jest": "29.4.4",
"@types/jsonpath": "0.2.0",
"@types/lodash": "4.14.191",
Expand Down
27 changes: 18 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2657,10 +2657,10 @@
dependencies:
"@types/node" "*"

"@types/inquirer@8.2.6":
version "8.2.6"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.6.tgz#abd41a5fb689c7f1acb12933d787d4262a02a0ab"
integrity sha512-3uT88kxg8lNzY8ay2ZjP44DKcRaTGztqeIvN2zHvhzIBH/uAPaL75aBtdNRKbA7xXoMbBt5kX0M00VKAnfOYlA==
"@types/inquirer@8.2.10":
version "8.2.10"
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
dependencies:
"@types/through" "*"
rxjs "^7.2.0"
Expand Down Expand Up @@ -6044,10 +6044,10 @@ init-package-json@^6.0.0:
validate-npm-package-license "^3.0.4"
validate-npm-package-name "^5.0.0"

inquirer@8.2.5:
version "8.2.5"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.5.tgz#d8654a7542c35a9b9e069d27e2df4858784d54f8"
integrity sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==
inquirer@8.2.6:
version "8.2.6"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562"
integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==
dependencies:
ansi-escapes "^4.2.1"
chalk "^4.1.1"
Expand All @@ -6063,7 +6063,7 @@ inquirer@8.2.5:
string-width "^4.1.0"
strip-ansi "^6.0.0"
through "^2.3.6"
wrap-ansi "^7.0.0"
wrap-ansi "^6.0.1"

into-stream@^7.0.0:
version "7.0.0"
Expand Down Expand Up @@ -10770,6 +10770,15 @@ wordwrap@^1.0.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^6.0.1:
version "6.2.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit ef2f694

Please sign in to comment.