Skip to content

Commit 3ab6bdc

Browse files
Update dependency inquirer to v8.2.7 (#24638)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js) | [`8.2.6` -> `8.2.7`](https://renovatebot.com/diffs/npm/inquirer/8.2.6/8.2.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inquirer/8.2.6/8.2.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SBoudrias/Inquirer.js (inquirer)</summary> ### [`v8.2.7`](https://redirect.github.com/SBoudrias/Inquirer.js/compare/[email protected]) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/[email protected]) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Between 05:00 PM and 11:59 PM, only on Friday ( * 17-23 * * 5 ), Only on Sunday and Saturday ( * * * * 0,6, ), Between 12:00 AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ) (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/TryGhost/Ghost). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb27bc8 commit 3ab6bdc

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"form-data": "4.0.4",
248248
"html-minifier": "4.0.0",
249249
"html-validate": "8.29.0",
250-
"inquirer": "8.2.6",
250+
"inquirer": "8.2.7",
251251
"jwk-to-pem": "2.0.7",
252252
"jwks-rsa": "3.2.0",
253253
"mocha": "11.7.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-ghost": "3.4.3",
8686
"eslint-plugin-react": "7.37.5",
8787
"husky": "8.0.3",
88-
"inquirer": "8.2.6",
88+
"inquirer": "8.2.7",
8989
"jsonc-parser": "3.3.1",
9090
"lint-staged": "15.5.2",
9191
"nx": "20.8.2",

yarn.lock

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3732,6 +3732,14 @@
37323732
wrap-ansi "^6.2.0"
37333733
yoctocolors-cjs "^2.1.2"
37343734

3735+
"@inquirer/external-editor@^1.0.0":
3736+
version "1.0.0"
3737+
resolved "https://registry.yarnpkg.com/@inquirer/external-editor/-/external-editor-1.0.0.tgz#a4b53af494049093ebc3c5c73fa949258e013cec"
3738+
integrity sha512-5v3YXc5ZMfL6OJqXPrX9csb4l7NlQA2doO1yynUjpUChT9hg4JcuBVP0RbsEJ/3SL/sxWEyFjT2W69ZhtoBWqg==
3739+
dependencies:
3740+
chardet "^2.1.0"
3741+
iconv-lite "^0.6.3"
3742+
37353743
"@inquirer/figures@^1.0.11":
37363744
version "1.0.11"
37373745
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.11.tgz#4744e6db95288fea1dead779554859710a959a21"
@@ -13140,6 +13148,11 @@ chardet@^0.7.0:
1314013148
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
1314113149
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
1314213150

13151+
chardet@^2.1.0:
13152+
version "2.1.0"
13153+
resolved "https://registry.yarnpkg.com/chardet/-/chardet-2.1.0.tgz#1007f441a1ae9f9199a4a67f6e978fb0aa9aa3fe"
13154+
integrity sha512-bNFETTG/pM5ryzQ9Ad0lJOTa6HWD/YsScAR3EnCPZRPlQh77JocYktSHOUHelyhm8IARL+o4c4F1bP5KVOjiRA==
13155+
1314313156
charm@^1.0.0:
1314413157
version "1.0.2"
1314513158
resolved "https://registry.yarnpkg.com/charm/-/charm-1.0.2.tgz#8add367153a6d9a581331052c4090991da995e35"
@@ -20476,16 +20489,16 @@ inline-source-map-comment@^1.0.5:
2047620489
sum-up "^1.0.1"
2047720490
xtend "^4.0.0"
2047820491

20479-
20480-
version "8.2.6"
20481-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562"
20482-
integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==
20492+
20493+
version "8.2.7"
20494+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.7.tgz#62f6b931a9b7f8735dc42db927316d8fb6f71de8"
20495+
integrity sha512-UjOaSel/iddGZJ5xP/Eixh6dY1XghiBw4XK13rCCIJcJfyhhoul/7KhLLUGtebEj6GDYM6Vnx/mVsjx2L/mFIA==
2048320496
dependencies:
20497+
"@inquirer/external-editor" "^1.0.0"
2048420498
ansi-escapes "^4.2.1"
2048520499
chalk "^4.1.1"
2048620500
cli-cursor "^3.1.0"
2048720501
cli-width "^3.0.0"
20488-
external-editor "^3.0.3"
2048920502
figures "^3.0.0"
2049020503
lodash "^4.17.21"
2049120504
mute-stream "0.0.8"

0 commit comments

Comments
 (0)