mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Update dependency inquirer to v8.2.6
This commit is contained in:
parent
ca7d829915
commit
93948948a2
2 changed files with 7 additions and 7 deletions
|
@ -238,7 +238,7 @@
|
|||
"cssnano": "6.0.1",
|
||||
"expect": "29.3.1",
|
||||
"form-data": "4.0.0",
|
||||
"inquirer": "8.2.5",
|
||||
"inquirer": "8.2.6",
|
||||
"jwks-rsa": "3.0.1",
|
||||
"mocha": "10.2.0",
|
||||
"mocha-slow-test-reporter": "0.1.2",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -18546,10 +18546,10 @@ inline-source-map-comment@^1.0.5:
|
|||
sum-up "^1.0.1"
|
||||
xtend "^4.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"
|
||||
|
@ -18565,7 +18565,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"
|
||||
|
||||
inquirer@^6:
|
||||
version "6.5.2"
|
||||
|
@ -30297,7 +30297,7 @@ workerpool@^6.0.0, workerpool@^6.0.3, workerpool@^6.4.0:
|
|||
string-width "^4.1.0"
|
||||
strip-ansi "^6.0.0"
|
||||
|
||||
wrap-ansi@^6.2.0:
|
||||
wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
||||
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
|
||||
|
|
Loading…
Add table
Reference in a new issue