@@ -336,6 +336,10 @@ ansi-regex@^4.1.0:
336336 version "4.1.0"
337337 resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
338338
339+ ansi-regex@^5.0.1 :
340+ version "5.0.1"
341+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
342+
339343ansi-styles@^2.2.1 :
340344 version "2.2.1"
341345 resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -346,6 +350,12 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
346350 dependencies :
347351 color-convert "^1.9.0"
348352
353+ ansi-styles@^4.1.0 :
354+ version "4.3.0"
355+ resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
356+ dependencies :
357+ color-convert "^2.0.1"
358+
349359ansi-styles@~1.0.0 :
350360 version "1.0.0"
351361 resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz#cb102df1c56f5123eab8b67cd7b98027a0279178"
@@ -375,6 +385,17 @@ aproba@^1.0.3, aproba@^1.1.1:
375385 version "1.2.0"
376386 resolved "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
377387
388+ " aproba@^1.0.3 || ^2.0.0 " :
389+ version "2.0.0"
390+ resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
391+
392+ are-we-there-yet@^2.0.0 :
393+ version "2.0.0"
394+ resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
395+ dependencies :
396+ delegates "^1.0.0"
397+ readable-stream "^3.6.0"
398+
378399are-we-there-yet@~1.1.2 :
379400 version "1.1.5"
380401 resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21"
@@ -1810,6 +1831,13 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0, chalk@^2.4.1, chalk@^2.4
18101831 escape-string-regexp "^1.0.5"
18111832 supports-color "^5.3.0"
18121833
1834+ chalk@^4.1.2 :
1835+ version "4.1.2"
1836+ resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1837+ dependencies :
1838+ ansi-styles "^4.1.0"
1839+ supports-color "^7.1.0"
1840+
18131841chalk@~0.4.0 :
18141842 version "0.4.0"
18151843 resolved "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz#5199a3ddcd0c1efe23bc08c1b027b06176e0c64f"
@@ -2037,11 +2065,17 @@ color-convert@^1.3.0, color-convert@^1.9.0:
20372065 dependencies :
20382066 color-name "1.1.3"
20392067
2068+ color-convert@^2.0.1 :
2069+ version "2.0.1"
2070+ resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
2071+ dependencies :
2072+ color-name "~1.1.4"
2073+
2040207420412075 version "1.1.3"
20422076 resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
20432077
2044- color-name@^1.0.0 :
2078+ color-name@^1.0.0, color-name@~1.1.4 :
20452079 version "1.1.4"
20462080 resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
20472081
@@ -2051,6 +2085,10 @@ color-string@^0.3.0:
20512085 dependencies :
20522086 color-name "^1.0.0"
20532087
2088+ color-support@^1.1.2 :
2089+ version "1.1.3"
2090+ resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
2091+
20542092color@^0.11.0 :
20552093 version "0.11.4"
20562094 resolved "https://registry.npmjs.org/color/-/color-0.11.4.tgz#6d7b5c74fb65e841cd48792ad1ed5e07b904d764"
@@ -2162,7 +2200,7 @@ console-browserify@^1.1.0:
21622200 dependencies :
21632201 date-now "^0.1.4"
21642202
2165- console-control-strings@^1.0.0, console-control-strings@~1.1.0 :
2203+ console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-strings@ ~1.1.0 :
21662204 version "1.1.0"
21672205 resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
21682206
@@ -2847,6 +2885,10 @@ emoji-regex@^7.0.1:
28472885 version "7.0.3"
28482886 resolved "https://registry.npmmirror.com/emoji-regex/download/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
28492887
2888+ emoji-regex@^8.0.0 :
2889+ version "8.0.0"
2890+ resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
2891+
28502892emojis-list@^2.0.0 :
28512893 version "2.1.0"
28522894 resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -3702,6 +3744,20 @@ functional-red-black-tree@^1.0.1:
37023744 version "1.0.1"
37033745 resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
37043746
3747+ gauge@^3.0.0 :
3748+ version "3.0.2"
3749+ resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"
3750+ dependencies :
3751+ aproba "^1.0.3 || ^2.0.0"
3752+ color-support "^1.1.2"
3753+ console-control-strings "^1.0.0"
3754+ has-unicode "^2.0.1"
3755+ object-assign "^4.1.1"
3756+ signal-exit "^3.0.0"
3757+ string-width "^4.2.3"
3758+ strip-ansi "^6.0.1"
3759+ wide-align "^1.1.2"
3760+
37053761gauge@~2.7.3 :
37063762 version "2.7.4"
37073763 resolved "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7"
@@ -3807,18 +3863,7 @@ glob-to-regexp@^0.3.0:
38073863 version "0.3.0"
38083864 resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
38093865
3810- glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3 :
3811- version "7.1.4"
3812- resolved "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3813- dependencies :
3814- fs.realpath "^1.0.0"
3815- inflight "^1.0.4"
3816- inherits "2"
3817- minimatch "^3.0.4"
3818- once "^1.3.0"
3819- path-is-absolute "^1.0.0"
3820-
3821- glob@^7.1.4 :
3866+ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4 :
38223867 version "7.2.0"
38233868 resolved "https://registry.npmmirror.com/glob/download/glob-7.2.0.tgz?cache=0&sync_timestamp=1632353796482&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fglob%2Fdownload%2Fglob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
38243869 dependencies :
@@ -4047,6 +4092,10 @@ has-flag@^3.0.0:
40474092 version "3.0.0"
40484093 resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
40494094
4095+ has-flag@^4.0.0 :
4096+ version "4.0.0"
4097+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
4098+
40504099has-symbol-support-x@^1.4.1 :
40514100 version "1.4.2"
40524101 resolved "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz#1409f98bc00247da45da67cee0a36f282ff26455"
@@ -4061,7 +4110,7 @@ has-to-string-tag-x@^1.2.0:
40614110 dependencies :
40624111 has-symbol-support-x "^1.4.1"
40634112
4064- has-unicode@^2.0.0 :
4113+ has-unicode@^2.0.0, has-unicode@^2.0.1 :
40654114 version "2.0.1"
40664115 resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
40674116
@@ -4577,6 +4626,10 @@ is-fullwidth-code-point@^2.0.0:
45774626 version "2.0.0"
45784627 resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
45794628
4629+ is-fullwidth-code-point@^3.0.0 :
4630+ version "3.0.0"
4631+ resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
4632+
45804633is-glob@^2.0.0, is-glob@^2.0.1 :
45814634 version "2.0.1"
45824635 resolved "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863"
@@ -5304,11 +5357,7 @@ lodash.uniqueid@^4.0.1:
53045357 version "4.0.1"
53055358 resolved "https://registry.npmjs.org/lodash.uniqueid/-/lodash.uniqueid-4.0.1.tgz#3268f26a7c88e4f4b1758d679271814e31fa5b26"
53065359
5307- lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0 :
5308- version "4.17.20"
5309- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
5310-
5311- lodash@^4.17.15, lodash@~4.17.10 :
5360+ lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@~4.17.10 :
53125361 version "4.17.21"
53135362 resolved "https://registry.nlark.com/lodash/download/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
53145363
57655814 version "0.0.7"
57665815 resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
57675816
5768- nan@^2.12.1 :
5769- version "2.14.0"
5770- resolved "https://registry.npmjs.org/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
5771-
5772- nan@^2.13.2 :
5817+ nan@^2.12.1, nan@^2.13.2 :
57735818 version "2.15.0"
57745819 resolved "https://registry.nlark.com/nan/download/nan-2.15.0.tgz?cache=0&sync_timestamp=1628093656744&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnan%2Fdownload%2Fnan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
57755820
@@ -5894,12 +5939,12 @@ node-pre-gyp@^0.12.0:
58945939 semver "^5.3.0"
58955940 tar "^4"
58965941
5897- node-sass@^6 .0.1 :
5898- version "6 .0.1 "
5899- resolved "https://registry.nlark .com/node-sass/download /node-sass-6 .0.1 .tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe "
5942+ node-sass@^7 .0.0 :
5943+ version "7 .0.0 "
5944+ resolved "https://registry.yarnpkg .com/node-sass/- /node-sass-7 .0.0 .tgz#33ee7c2df299d51f682f13d79f3d2a562225788e "
59005945 dependencies :
59015946 async-foreach "^0.1.3"
5902- chalk "^1 .1.1 "
5947+ chalk "^4 .1.2 "
59035948 cross-spawn "^7.0.3"
59045949 gaze "^1.0.0"
59055950 get-stdin "^4.0.1"
@@ -5908,7 +5953,7 @@ node-sass@^6.0.1:
59085953 meow "^9.0.0"
59095954 nan "^2.13.2"
59105955 node-gyp "^7.1.0"
5911- npmlog "^4 .0.0"
5956+ npmlog "^5 .0.0"
59125957 request "^2.88.0"
59135958 sass-graph "2.2.5"
59145959 stdout-stream "^1.4.0"
@@ -6018,7 +6063,7 @@ npm-which@^3.0.1:
60186063 npm-path "^2.0.2"
60196064 which "^1.2.10"
60206065
6021- npmlog@^4.0.0, npmlog@^4.0. 2, npmlog@^4.1.2 :
6066+ npmlog@^4.0.2, npmlog@^4.1.2 :
60226067 version "4.1.2"
60236068 resolved "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b"
60246069 dependencies :
@@ -6027,6 +6072,15 @@ npmlog@^4.0.0, npmlog@^4.0.2, npmlog@^4.1.2:
60276072 gauge "~2.7.3"
60286073 set-blocking "~2.0.0"
60296074
6075+ npmlog@^5.0.0 :
6076+ version "5.0.1"
6077+ resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
6078+ dependencies :
6079+ are-we-there-yet "^2.0.0"
6080+ console-control-strings "^1.1.0"
6081+ gauge "^3.0.0"
6082+ set-blocking "^2.0.0"
6083+
60306084nth-check@~1.0.1 :
60316085 version "1.0.2"
60326086 resolved "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz#b2bd295c37e3dd58a3bf0700376663ba4d9cf05c"
@@ -7114,7 +7168,7 @@ read-pkg@^5.2.0:
71147168 string_decoder "~1.1.1"
71157169 util-deprecate "~1.0.1"
71167170
7117- readable-stream@^3.1.1 :
7171+ readable-stream@^3.1.1, readable-stream@^3.6.0 :
71187172 version "3.6.0"
71197173 resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
71207174 dependencies :
@@ -8026,6 +8080,14 @@ string-width@^1.0.1:
80268080 is-fullwidth-code-point "^2.0.0"
80278081 strip-ansi "^4.0.0"
80288082
8083+ " string-width@^1.0.2 || 2 || 3 || 4" , string-width@^4.2.3:
8084+ version "4.2.3"
8085+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8086+ dependencies :
8087+ emoji-regex "^8.0.0"
8088+ is-fullwidth-code-point "^3.0.0"
8089+ strip-ansi "^6.0.1"
8090+
80298091string-width@^3.0.0, string-width@^3.1.0 :
80308092 version "3.1.0"
80318093 resolved "https://registry.npmmirror.com/string-width/download/string-width-3.1.0.tgz?cache=0&sync_timestamp=1632421309919&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fstring-width%2Fdownload%2Fstring-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -8070,6 +8132,12 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
80708132 dependencies :
80718133 ansi-regex "^4.1.0"
80728134
8135+ strip-ansi@^6.0.1 :
8136+ version "6.0.1"
8137+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8138+ dependencies :
8139+ ansi-regex "^5.0.1"
8140+
80738141strip-ansi@~0.1.0 :
80748142 version "0.1.1"
80758143 resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
@@ -8134,6 +8202,12 @@ supports-color@^5.3.0, supports-color@^5.4.0:
81348202 dependencies :
81358203 has-flag "^3.0.0"
81368204
8205+ supports-color@^7.1.0 :
8206+ version "7.2.0"
8207+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
8208+ dependencies :
8209+ has-flag "^4.0.0"
8210+
81378211svg-sprite-loader@^0.3.0 :
81388212 version "0.3.1"
81398213 resolved "https://registry.npmjs.org/svg-sprite-loader/-/svg-sprite-loader-0.3.1.tgz#44b22c7724bc77256c306b1796257ae6efee515a"
@@ -8991,6 +9065,12 @@ wide-align@^1.1.0:
89919065 dependencies :
89929066 string-width "^1.0.2 || 2"
89939067
9068+ wide-align@^1.1.2 :
9069+ version "1.1.5"
9070+ resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
9071+ dependencies :
9072+ string-width "^1.0.2 || 2 || 3 || 4"
9073+
89949074widest-line@^2.0.0 :
89959075 version "2.0.1"
89969076 resolved "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
0 commit comments