Skip to content

Commit a11d8bd

Browse files
Update dependency inquirer to v8.2.6
1 parent 1af1c9f commit a11d8bd

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
@@ -52,7 +52,7 @@
5252
"gulp-postcss": "9.0.1",
5353
"gulp-uglify": "3.0.2",
5454
"gulp-zip": "5.1.0",
55-
"inquirer": "8.2.4",
55+
"inquirer": "8.2.6",
5656
"postcss": "8.2.13",
5757
"postcss-easy-import": "4.0.0",
5858
"pump": "3.0.0"

yarn.lock

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

3746-
3747-
version "8.2.4"
3748-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.4.tgz#ddbfe86ca2f67649a67daa6f1051c128f684f0b4"
3749-
integrity sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==
3746+
3747+
version "8.2.6"
3748+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-8.2.6.tgz#733b74888195d8d400a67ac332011b5fae5ea562"
3749+
integrity sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==
37503750
dependencies:
37513751
ansi-escapes "^4.2.1"
37523752
chalk "^4.1.1"
@@ -3762,7 +3762,7 @@ [email protected]:
37623762
string-width "^4.1.0"
37633763
strip-ansi "^6.0.0"
37643764
through "^2.3.6"
3765-
wrap-ansi "^7.0.0"
3765+
wrap-ansi "^6.0.1"
37663766

37673767
interpret@^1.4.0:
37683768
version "1.4.0"
@@ -6433,6 +6433,15 @@ wrap-ansi@^2.0.0:
64336433
string-width "^1.0.1"
64346434
strip-ansi "^3.0.1"
64356435

6436+
wrap-ansi@^6.0.1:
6437+
version "6.2.0"
6438+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
6439+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
6440+
dependencies:
6441+
ansi-styles "^4.0.0"
6442+
string-width "^4.1.0"
6443+
strip-ansi "^6.0.0"
6444+
64366445
wrap-ansi@^7.0.0:
64376446
version "7.0.0"
64386447
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"

0 commit comments

Comments
 (0)