Skip to content

Commit eaee692

Browse files
Update dependency inquirer to v8.2.6
1 parent 6c4397a commit eaee692

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"gulp-postcss": "9.0.1",
5757
"gulp-uglify": "3.0.2",
5858
"gulp-zip": "5.1.0",
59-
"inquirer": "8.2.4",
59+
"inquirer": "8.2.6",
6060
"postcss": "8.2.13",
6161
"postcss-color-mod-function": "3.0.3",
6262
"postcss-easy-import": "4.0.0",

yarn.lock

+14-5
Original file line numberDiff line numberDiff line change
@@ -3324,10 +3324,10 @@ ini@^2.0.0:
33243324
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
33253325
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
33263326

3327-
3328-
version "8.2.4"
3329-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4"
3330-
integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==
3327+
3328+
version "8.2.6"
3329+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562"
3330+
integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==
33313331
dependencies:
33323332
ansi-escapes "^4.2.1"
33333333
chalk "^4.1.1"
@@ -3343,7 +3343,7 @@ [email protected]:
33433343
string-width "^4.1.0"
33443344
strip-ansi "^6.0.0"
33453345
through "^2.3.6"
3346-
wrap-ansi "^7.0.0"
3346+
wrap-ansi "^6.0.1"
33473347

33483348
interpret@^1.4.0:
33493349
version "1.4.0"
@@ -6021,6 +6021,15 @@ wrap-ansi@^2.0.0:
60216021
string-width "^1.0.1"
60226022
strip-ansi "^3.0.1"
60236023

6024+
wrap-ansi@^6.0.1:
6025+
version "6.2.0"
6026+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
6027+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
6028+
dependencies:
6029+
ansi-styles "^4.0.0"
6030+
string-width "^4.1.0"
6031+
strip-ansi "^6.0.0"
6032+
60246033
wrap-ansi@^7.0.0:
60256034
version "7.0.0"
60266035
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"

0 commit comments

Comments
 (0)