|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0" |
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9" |
12 | 12 |
|
13 | | -"@babel/code-frame@^7.24.7": |
14 | | - version "7.24.7" |
15 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
16 | | - integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
17 | | - dependencies: |
18 | | - "@babel/highlight" "^7.24.7" |
19 | | - picocolors "^1.0.0" |
20 | | - |
21 | | -"@babel/code-frame@^7.25.9": |
| 13 | +"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
22 | 14 | version "7.26.2" |
23 | 15 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
24 | 16 | integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
|
32 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.2.tgz#278b6b13664557de95b8f35b90d96785850bb56e" |
33 | 25 | integrity sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg== |
34 | 26 |
|
35 | | -"@babel/core@^7.25.2": |
36 | | - version "7.25.2" |
37 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" |
38 | | - integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== |
| 27 | +"@babel/core@^7.26.0": |
| 28 | + version "7.26.0" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
| 30 | + integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
39 | 31 | dependencies: |
40 | 32 | "@ampproject/remapping" "^2.2.0" |
41 | | - "@babel/code-frame" "^7.24.7" |
42 | | - "@babel/generator" "^7.25.0" |
43 | | - "@babel/helper-compilation-targets" "^7.25.2" |
44 | | - "@babel/helper-module-transforms" "^7.25.2" |
45 | | - "@babel/helpers" "^7.25.0" |
46 | | - "@babel/parser" "^7.25.0" |
47 | | - "@babel/template" "^7.25.0" |
48 | | - "@babel/traverse" "^7.25.2" |
49 | | - "@babel/types" "^7.25.2" |
| 33 | + "@babel/code-frame" "^7.26.0" |
| 34 | + "@babel/generator" "^7.26.0" |
| 35 | + "@babel/helper-compilation-targets" "^7.25.9" |
| 36 | + "@babel/helper-module-transforms" "^7.26.0" |
| 37 | + "@babel/helpers" "^7.26.0" |
| 38 | + "@babel/parser" "^7.26.0" |
| 39 | + "@babel/template" "^7.25.9" |
| 40 | + "@babel/traverse" "^7.25.9" |
| 41 | + "@babel/types" "^7.26.0" |
50 | 42 | convert-source-map "^2.0.0" |
51 | 43 | debug "^4.1.0" |
52 | 44 | gensync "^1.0.0-beta.2" |
53 | 45 | json5 "^2.2.3" |
54 | 46 | semver "^6.3.1" |
55 | 47 |
|
56 | | -"@babel/generator@^7.25.0": |
57 | | - version "7.25.0" |
58 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e" |
59 | | - integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw== |
60 | | - dependencies: |
61 | | - "@babel/types" "^7.25.0" |
62 | | - "@jridgewell/gen-mapping" "^0.3.5" |
63 | | - "@jridgewell/trace-mapping" "^0.3.25" |
64 | | - jsesc "^2.5.1" |
65 | | - |
66 | | -"@babel/generator@^7.25.9": |
| 48 | +"@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
67 | 49 | version "7.26.2" |
68 | 50 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.2.tgz#87b75813bec87916210e5e01939a4c823d6bb74f" |
69 | 51 | integrity sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw== |
|
96 | 78 | "@babel/traverse" "^7.25.9" |
97 | 79 | "@babel/types" "^7.25.9" |
98 | 80 |
|
99 | | -"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.25.9": |
| 81 | +"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.25.9": |
100 | 82 | version "7.25.9" |
101 | 83 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875" |
102 | 84 | integrity sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ== |
|
168 | 150 | "@babel/traverse" "^7.25.9" |
169 | 151 | "@babel/types" "^7.25.9" |
170 | 152 |
|
171 | | -"@babel/helper-module-imports@^7.24.7": |
172 | | - version "7.24.7" |
173 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b" |
174 | | - integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA== |
175 | | - dependencies: |
176 | | - "@babel/traverse" "^7.24.7" |
177 | | - "@babel/types" "^7.24.7" |
178 | | - |
179 | 153 | "@babel/helper-module-imports@^7.25.9": |
180 | 154 | version "7.25.9" |
181 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715" |
|
184 | 158 | "@babel/traverse" "^7.25.9" |
185 | 159 | "@babel/types" "^7.25.9" |
186 | 160 |
|
187 | | -"@babel/helper-module-transforms@^7.25.2": |
188 | | - version "7.25.2" |
189 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6" |
190 | | - integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ== |
191 | | - dependencies: |
192 | | - "@babel/helper-module-imports" "^7.24.7" |
193 | | - "@babel/helper-simple-access" "^7.24.7" |
194 | | - "@babel/helper-validator-identifier" "^7.24.7" |
195 | | - "@babel/traverse" "^7.25.2" |
196 | | - |
197 | | -"@babel/helper-module-transforms@^7.25.9": |
| 161 | +"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": |
198 | 162 | version "7.26.0" |
199 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" |
200 | 164 | integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw== |
|
233 | 197 | "@babel/helper-optimise-call-expression" "^7.25.9" |
234 | 198 | "@babel/traverse" "^7.25.9" |
235 | 199 |
|
236 | | -"@babel/helper-simple-access@^7.24.7": |
237 | | - version "7.24.7" |
238 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3" |
239 | | - integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg== |
240 | | - dependencies: |
241 | | - "@babel/traverse" "^7.24.7" |
242 | | - "@babel/types" "^7.24.7" |
243 | | - |
244 | 200 | "@babel/helper-simple-access@^7.25.9": |
245 | 201 | version "7.25.9" |
246 | 202 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz#6d51783299884a2c74618d6ef0f86820ec2e7739" |
|
257 | 213 | "@babel/traverse" "^7.25.9" |
258 | 214 | "@babel/types" "^7.25.9" |
259 | 215 |
|
260 | | -"@babel/helper-string-parser@^7.24.8": |
261 | | - version "7.24.8" |
262 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
263 | | - integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
264 | | - |
265 | 216 | "@babel/helper-string-parser@^7.25.9": |
266 | 217 | version "7.25.9" |
267 | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
268 | 219 | integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
269 | 220 |
|
270 | | -"@babel/helper-validator-identifier@^7.24.7": |
271 | | - version "7.24.7" |
272 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
273 | | - integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
274 | | - |
275 | 221 | "@babel/helper-validator-identifier@^7.25.9": |
276 | 222 | version "7.25.9" |
277 | 223 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
|
291 | 237 | "@babel/traverse" "^7.25.9" |
292 | 238 | "@babel/types" "^7.25.9" |
293 | 239 |
|
294 | | -"@babel/helpers@^7.25.0": |
295 | | - version "7.25.0" |
296 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a" |
297 | | - integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw== |
298 | | - dependencies: |
299 | | - "@babel/template" "^7.25.0" |
300 | | - "@babel/types" "^7.25.0" |
301 | | - |
302 | | -"@babel/highlight@^7.24.7": |
303 | | - version "7.24.7" |
304 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
305 | | - integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
| 240 | +"@babel/helpers@^7.26.0": |
| 241 | + version "7.26.0" |
| 242 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
| 243 | + integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
306 | 244 | dependencies: |
307 | | - "@babel/helper-validator-identifier" "^7.24.7" |
308 | | - chalk "^2.4.2" |
309 | | - js-tokens "^4.0.0" |
310 | | - picocolors "^1.0.0" |
| 245 | + "@babel/template" "^7.25.9" |
| 246 | + "@babel/types" "^7.26.0" |
311 | 247 |
|
312 | 248 | "@babel/node@^7.25.0": |
313 | 249 | version "7.25.0" |
|
321 | 257 | regenerator-runtime "^0.14.0" |
322 | 258 | v8flags "^3.1.1" |
323 | 259 |
|
324 | | -"@babel/parser@^7.19.4", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3": |
325 | | - version "7.25.3" |
326 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065" |
327 | | - integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw== |
328 | | - dependencies: |
329 | | - "@babel/types" "^7.25.2" |
330 | | - |
331 | | -"@babel/parser@^7.25.9", "@babel/parser@^7.26.2": |
| 260 | +"@babel/parser@^7.19.4", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.2": |
332 | 261 | version "7.26.2" |
333 | 262 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" |
334 | 263 | integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== |
|
897 | 826 | dependencies: |
898 | 827 | regenerator-runtime "^0.13.4" |
899 | 828 |
|
900 | | -"@babel/template@^7.25.0": |
901 | | - version "7.25.0" |
902 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
903 | | - integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
904 | | - dependencies: |
905 | | - "@babel/code-frame" "^7.24.7" |
906 | | - "@babel/parser" "^7.25.0" |
907 | | - "@babel/types" "^7.25.0" |
908 | | - |
909 | 829 | "@babel/template@^7.25.9": |
910 | 830 | version "7.25.9" |
911 | 831 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016" |
|
915 | 835 | "@babel/parser" "^7.25.9" |
916 | 836 | "@babel/types" "^7.25.9" |
917 | 837 |
|
918 | | -"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2": |
919 | | - version "7.25.3" |
920 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490" |
921 | | - integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ== |
922 | | - dependencies: |
923 | | - "@babel/code-frame" "^7.24.7" |
924 | | - "@babel/generator" "^7.25.0" |
925 | | - "@babel/parser" "^7.25.3" |
926 | | - "@babel/template" "^7.25.0" |
927 | | - "@babel/types" "^7.25.2" |
928 | | - debug "^4.3.1" |
929 | | - globals "^11.1.0" |
930 | | - |
931 | 838 | "@babel/traverse@^7.25.9": |
932 | 839 | version "7.25.9" |
933 | 840 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" |
|
941 | 848 | debug "^4.3.1" |
942 | 849 | globals "^11.1.0" |
943 | 850 |
|
944 | | -"@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2", "@babel/types@^7.4.4": |
945 | | - version "7.25.2" |
946 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125" |
947 | | - integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q== |
948 | | - dependencies: |
949 | | - "@babel/helper-string-parser" "^7.24.8" |
950 | | - "@babel/helper-validator-identifier" "^7.24.7" |
951 | | - to-fast-properties "^2.0.0" |
952 | | - |
953 | | -"@babel/types@^7.25.9", "@babel/types@^7.26.0": |
| 851 | +"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.4.4": |
954 | 852 | version "7.26.0" |
955 | 853 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" |
956 | 854 | integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== |
@@ -1155,13 +1053,6 @@ ansi-regex@^6.0.1: |
1155 | 1053 | resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" |
1156 | 1054 | integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== |
1157 | 1055 |
|
1158 | | -ansi-styles@^3.2.1: |
1159 | | - version "3.2.1" |
1160 | | - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |
1161 | | - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== |
1162 | | - dependencies: |
1163 | | - color-convert "^1.9.0" |
1164 | | - |
1165 | 1056 | ansi-styles@^4.0.0, ansi-styles@^4.1.0: |
1166 | 1057 | version "4.3.0" |
1167 | 1058 | resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" |
@@ -1316,15 +1207,6 @@ caniuse-lite@^1.0.30001669: |
1316 | 1207 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001676.tgz#fe133d41fe74af8f7cc93b8a714c3e86a86e6f04" |
1317 | 1208 | integrity sha512-Qz6zwGCiPghQXGJvgQAem79esjitvJ+CxSbSQkW9H/UX5hg8XM88d4lp2W+MEQ81j+Hip58Il+jGVdazk1z9cw== |
1318 | 1209 |
|
1319 | | -chalk@^2.4.2: |
1320 | | - version "2.4.2" |
1321 | | - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
1322 | | - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
1323 | | - dependencies: |
1324 | | - ansi-styles "^3.2.1" |
1325 | | - escape-string-regexp "^1.0.5" |
1326 | | - supports-color "^5.3.0" |
1327 | | - |
1328 | 1210 | chalk@^4.1.2: |
1329 | 1211 | version "4.1.2" |
1330 | 1212 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
@@ -1357,25 +1239,13 @@ clone-deep@^4.0.1: |
1357 | 1239 | kind-of "^6.0.2" |
1358 | 1240 | shallow-clone "^3.0.0" |
1359 | 1241 |
|
1360 | | -color-convert@^1.9.0: |
1361 | | - version "1.9.3" |
1362 | | - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" |
1363 | | - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== |
1364 | | - dependencies: |
1365 | | - color-name "1.1.3" |
1366 | | - |
1367 | 1242 | color-convert@^2.0.1: |
1368 | 1243 | version "2.0.1" |
1369 | 1244 | resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" |
1370 | 1245 | integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== |
1371 | 1246 | dependencies: |
1372 | 1247 | color-name "~1.1.4" |
1373 | 1248 |
|
1374 | | - |
1375 | | - version "1.1.3" |
1376 | | - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" |
1377 | | - integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= |
1378 | | - |
1379 | 1249 | color-name@~1.1.4: |
1380 | 1250 | version "1.1.4" |
1381 | 1251 | resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
@@ -1545,11 +1415,6 @@ escalade@^3.2.0: |
1545 | 1415 | resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" |
1546 | 1416 | integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== |
1547 | 1417 |
|
1548 | | -escape-string-regexp@^1.0.5: |
1549 | | - version "1.0.5" |
1550 | | - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
1551 | | - integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= |
1552 | | - |
1553 | 1418 | esutils@^2.0.2: |
1554 | 1419 | version "2.0.3" |
1555 | 1420 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" |
@@ -1752,11 +1617,6 @@ graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6: |
1752 | 1617 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" |
1753 | 1618 | integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== |
1754 | 1619 |
|
1755 | | -has-flag@^3.0.0: |
1756 | | - version "3.0.0" |
1757 | | - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" |
1758 | | - integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= |
1759 | | - |
1760 | 1620 | has-flag@^4.0.0: |
1761 | 1621 | version "4.0.0" |
1762 | 1622 | resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" |
|
2022 | 1882 | resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-1.1.0.tgz#b01307cb29b618a1ed26ec79e911f803c4da0040" |
2023 | 1883 | integrity sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A== |
2024 | 1884 |
|
2025 | | -jsesc@^2.5.1: |
2026 | | - version "2.5.2" |
2027 | | - resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" |
2028 | | - integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== |
2029 | | - |
2030 | 1885 | jsesc@^3.0.2, jsesc@~3.0.2: |
2031 | 1886 | version "3.0.2" |
2032 | 1887 | resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e" |
@@ -2900,13 +2755,6 @@ strip-json-comments@~2.0.1: |
2900 | 2755 | resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" |
2901 | 2756 | integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= |
2902 | 2757 |
|
2903 | | -supports-color@^5.3.0: |
2904 | | - version "5.5.0" |
2905 | | - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" |
2906 | | - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== |
2907 | | - dependencies: |
2908 | | - has-flag "^3.0.0" |
2909 | | - |
2910 | 2758 | supports-color@^7.1.0: |
2911 | 2759 | version "7.2.0" |
2912 | 2760 | resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" |
@@ -2955,11 +2803,6 @@ through2@^0.6.3: |
2955 | 2803 | readable-stream ">=1.0.33-1 <1.1.0-0" |
2956 | 2804 | xtend ">=4.0.0 <4.1.0-0" |
2957 | 2805 |
|
2958 | | -to-fast-properties@^2.0.0: |
2959 | | - version "2.0.0" |
2960 | | - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" |
2961 | | - integrity sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= |
2962 | | - |
2963 | 2806 | to-regex-range@^5.0.1: |
2964 | 2807 | version "5.0.1" |
2965 | 2808 | resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" |
|
0 commit comments