File tree 2 files changed +15
-6
lines changed
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 56
56
"gulp-postcss" : " 9.0.1" ,
57
57
"gulp-uglify" : " 3.0.2" ,
58
58
"gulp-zip" : " 5.1.0" ,
59
- "inquirer" : " 8.2.4 " ,
59
+ "inquirer" : " 8.2.6 " ,
60
60
"postcss" : " 8.2.13" ,
61
61
"postcss-color-mod-function" : " 3.0.3" ,
62
62
"postcss-easy-import" : " 4.0.0" ,
Original file line number Diff line number Diff line change @@ -2815,10 +2815,10 @@ ini@^2.0.0:
2815
2815
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
2816
2816
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
2817
2817
2818
-
2819
- version "8.2.4 "
2820
- resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4 .tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4 "
2821
- integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg ==
2818
+
2819
+ version "8.2.6 "
2820
+ resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6 .tgz#733b74888195d8d400a67ac332011b5fae5ea562 "
2821
+ integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg ==
2822
2822
dependencies :
2823
2823
ansi-escapes "^4.2.1"
2824
2824
chalk "^4.1.1"
2834
2834
string-width "^4.1.0"
2835
2835
strip-ansi "^6.0.0"
2836
2836
through "^2.3.6"
2837
- wrap-ansi "^7 .0.0 "
2837
+ wrap-ansi "^6 .0.1 "
2838
2838
2839
2839
interpret@^1.4.0 :
2840
2840
version "1.4.0"
@@ -5519,6 +5519,15 @@ wrap-ansi@^2.0.0:
5519
5519
string-width "^1.0.1"
5520
5520
strip-ansi "^3.0.1"
5521
5521
5522
+ wrap-ansi@^6.0.1 :
5523
+ version "6.2.0"
5524
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
5525
+ integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
5526
+ dependencies :
5527
+ ansi-styles "^4.0.0"
5528
+ string-width "^4.1.0"
5529
+ strip-ansi "^6.0.0"
5530
+
5522
5531
wrap-ansi@^7.0.0 :
5523
5532
version "7.0.0"
5524
5533
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
You can’t perform that action at this time.
0 commit comments