File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 247
247
"form-data" : " 4.0.4" ,
248
248
"html-minifier" : " 4.0.0" ,
249
249
"html-validate" : " 8.29.0" ,
250
- "inquirer" : " 8.2.6 " ,
250
+ "inquirer" : " 8.2.7 " ,
251
251
"jwk-to-pem" : " 2.0.7" ,
252
252
"jwks-rsa" : " 3.2.0" ,
253
253
"mocha" : " 11.7.1" ,
Original file line number Diff line number Diff line change 85
85
"eslint-plugin-ghost" : " 3.4.3" ,
86
86
"eslint-plugin-react" : " 7.37.5" ,
87
87
"husky" : " 8.0.3" ,
88
- "inquirer" : " 8.2.6 " ,
88
+ "inquirer" : " 8.2.7 " ,
89
89
"jsonc-parser" : " 3.3.1" ,
90
90
"lint-staged" : " 15.5.2" ,
91
91
"nx" : " 20.8.2" ,
Original file line number Diff line number Diff line change 3732
3732
wrap-ansi "^6.2.0"
3733
3733
yoctocolors-cjs "^2.1.2"
3734
3734
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
+
3735
3743
"@inquirer/figures@^1.0.11":
3736
3744
version "1.0.11"
3737
3745
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.11.tgz#4744e6db95288fea1dead779554859710a959a21"
@@ -13140,6 +13148,11 @@ chardet@^0.7.0:
13140
13148
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
13141
13149
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
13142
13150
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
+
13143
13156
charm@^1.0.0:
13144
13157
version "1.0.2"
13145
13158
resolved "https://registry.yarnpkg.com/charm/-/charm-1.0.2.tgz#8add367153a6d9a581331052c4090991da995e35"
@@ -20476,16 +20489,16 @@ inline-source-map-comment@^1.0.5:
20476
20489
sum-up "^1.0.1"
20477
20490
xtend "^4.0.0"
20478
20491
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 ==
20483
20496
dependencies:
20497
+ "@inquirer/external-editor" "^1.0.0"
20484
20498
ansi-escapes "^4.2.1"
20485
20499
chalk "^4.1.1"
20486
20500
cli-cursor "^3.1.0"
20487
20501
cli-width "^3.0.0"
20488
- external-editor "^3.0.3"
20489
20502
figures "^3.0.0"
20490
20503
lodash "^4.17.21"
20491
20504
mute-stream "0.0.8"
You can’t perform that action at this time.
0 commit comments