|
32 | 32 | dependencies: |
33 | 33 | "@babel/highlight" "^7.18.6" |
34 | 34 |
|
| 35 | +"@babel/code-frame@^7.24.7": |
| 36 | + version "7.24.7" |
| 37 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465" |
| 38 | + integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA== |
| 39 | + dependencies: |
| 40 | + "@babel/highlight" "^7.24.7" |
| 41 | + picocolors "^1.0.0" |
| 42 | + |
35 | 43 | "@babel/compat-data@^7.19.3": |
36 | 44 | version "7.19.4" |
37 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747" |
|
58 | 66 | json5 "^2.2.1" |
59 | 67 | semver "^6.3.0" |
60 | 68 |
|
61 | | -"@babel/generator@^7.19.3", "@babel/generator@^7.19.4", "@babel/generator@^7.7.2": |
| 69 | +"@babel/generator@^7.19.3", "@babel/generator@^7.7.2": |
62 | 70 | version "7.19.5" |
63 | 71 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.5.tgz#da3f4b301c8086717eee9cab14da91b1fa5dcca7" |
64 | 72 | integrity sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg== |
|
67 | 75 | "@jridgewell/gen-mapping" "^0.3.2" |
68 | 76 | jsesc "^2.5.1" |
69 | 77 |
|
| 78 | +"@babel/generator@^7.25.6": |
| 79 | + version "7.25.6" |
| 80 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.6.tgz#0df1ad8cb32fe4d2b01d8bf437f153d19342a87c" |
| 81 | + integrity sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw== |
| 82 | + dependencies: |
| 83 | + "@babel/types" "^7.25.6" |
| 84 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 85 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 86 | + jsesc "^2.5.1" |
| 87 | + |
70 | 88 | "@babel/helper-compilation-targets@^7.19.3": |
71 | 89 | version "7.19.3" |
72 | 90 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca" |
|
82 | 100 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
83 | 101 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
84 | 102 |
|
85 | | -"@babel/helper-function-name@^7.19.0": |
86 | | - version "7.19.0" |
87 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
88 | | - integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
89 | | - dependencies: |
90 | | - "@babel/template" "^7.18.10" |
91 | | - "@babel/types" "^7.19.0" |
92 | | - |
93 | | -"@babel/helper-hoist-variables@^7.18.6": |
94 | | - version "7.18.6" |
95 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
96 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
97 | | - dependencies: |
98 | | - "@babel/types" "^7.18.6" |
99 | | - |
100 | 103 | "@babel/helper-module-imports@^7.18.6": |
101 | 104 | version "7.18.6" |
102 | 105 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e" |
|
142 | 145 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
143 | 146 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
144 | 147 |
|
| 148 | +"@babel/helper-string-parser@^7.24.8": |
| 149 | + version "7.24.8" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 151 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
| 152 | + |
145 | 153 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
146 | 154 | version "7.19.1" |
147 | 155 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
148 | 156 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
149 | 157 |
|
| 158 | +"@babel/helper-validator-identifier@^7.24.7": |
| 159 | + version "7.24.7" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db" |
| 161 | + integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w== |
| 162 | + |
150 | 163 | "@babel/helper-validator-option@^7.18.6": |
151 | 164 | version "7.18.6" |
152 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
|
170 | 183 | chalk "^2.0.0" |
171 | 184 | js-tokens "^4.0.0" |
172 | 185 |
|
173 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.19.4": |
| 186 | +"@babel/highlight@^7.24.7": |
| 187 | + version "7.24.7" |
| 188 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d" |
| 189 | + integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw== |
| 190 | + dependencies: |
| 191 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 192 | + chalk "^2.4.2" |
| 193 | + js-tokens "^4.0.0" |
| 194 | + picocolors "^1.0.0" |
| 195 | + |
| 196 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3": |
174 | 197 | version "7.19.4" |
175 | 198 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.4.tgz#03c4339d2b8971eb3beca5252bafd9b9f79db3dc" |
176 | 199 | integrity sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA== |
177 | 200 |
|
| 201 | +"@babel/parser@^7.25.0", "@babel/parser@^7.25.6": |
| 202 | + version "7.25.6" |
| 203 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.6.tgz#85660c5ef388cbbf6e3d2a694ee97a38f18afe2f" |
| 204 | + integrity sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q== |
| 205 | + dependencies: |
| 206 | + "@babel/types" "^7.25.6" |
| 207 | + |
178 | 208 | "@babel/plugin-syntax-async-generators@^7.8.4": |
179 | 209 | version "7.8.4" |
180 | 210 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
|
282 | 312 | "@babel/parser" "^7.18.10" |
283 | 313 | "@babel/types" "^7.18.10" |
284 | 314 |
|
285 | | -"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4", "@babel/traverse@^7.7.2": |
286 | | - version "7.19.4" |
287 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.4.tgz#f117820e18b1e59448a6c1fa9d0ff08f7ac459a8" |
288 | | - integrity sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g== |
| 315 | +"@babel/template@^7.25.0": |
| 316 | + version "7.25.0" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a" |
| 318 | + integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q== |
289 | 319 | dependencies: |
290 | | - "@babel/code-frame" "^7.18.6" |
291 | | - "@babel/generator" "^7.19.4" |
292 | | - "@babel/helper-environment-visitor" "^7.18.9" |
293 | | - "@babel/helper-function-name" "^7.19.0" |
294 | | - "@babel/helper-hoist-variables" "^7.18.6" |
295 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
296 | | - "@babel/parser" "^7.19.4" |
297 | | - "@babel/types" "^7.19.4" |
298 | | - debug "^4.1.0" |
| 320 | + "@babel/code-frame" "^7.24.7" |
| 321 | + "@babel/parser" "^7.25.0" |
| 322 | + "@babel/types" "^7.25.0" |
| 323 | + |
| 324 | +"@babel/traverse@^7.19.0", "@babel/traverse@^7.19.3", "@babel/traverse@^7.19.4", "@babel/traverse@^7.7.2": |
| 325 | + version "7.25.6" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.6.tgz#04fad980e444f182ecf1520504941940a90fea41" |
| 327 | + integrity sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ== |
| 328 | + dependencies: |
| 329 | + "@babel/code-frame" "^7.24.7" |
| 330 | + "@babel/generator" "^7.25.6" |
| 331 | + "@babel/parser" "^7.25.6" |
| 332 | + "@babel/template" "^7.25.0" |
| 333 | + "@babel/types" "^7.25.6" |
| 334 | + debug "^4.3.1" |
299 | 335 | globals "^11.1.0" |
300 | 336 |
|
301 | 337 | "@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
|
307 | 343 | "@babel/helper-validator-identifier" "^7.19.1" |
308 | 344 | to-fast-properties "^2.0.0" |
309 | 345 |
|
| 346 | +"@babel/types@^7.25.0", "@babel/types@^7.25.6": |
| 347 | + version "7.25.6" |
| 348 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.6.tgz#893942ddb858f32ae7a004ec9d3a76b3463ef8e6" |
| 349 | + integrity sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw== |
| 350 | + dependencies: |
| 351 | + "@babel/helper-string-parser" "^7.24.8" |
| 352 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 353 | + to-fast-properties "^2.0.0" |
| 354 | + |
310 | 355 | "@bcoe/v8-coverage@^0.2.3": |
311 | 356 | version "0.2.3" |
312 | 357 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
590 | 635 | "@jridgewell/sourcemap-codec" "^1.4.10" |
591 | 636 | "@jridgewell/trace-mapping" "^0.3.9" |
592 | 637 |
|
| 638 | +"@jridgewell/gen-mapping@^0.3.5": |
| 639 | + version "0.3.5" |
| 640 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" |
| 641 | + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== |
| 642 | + dependencies: |
| 643 | + "@jridgewell/set-array" "^1.2.1" |
| 644 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 645 | + "@jridgewell/trace-mapping" "^0.3.24" |
| 646 | + |
593 | 647 | "@jridgewell/resolve-uri@3.1.0": |
594 | 648 | version "3.1.0" |
595 | 649 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
596 | 650 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
597 | 651 |
|
| 652 | +"@jridgewell/resolve-uri@^3.1.0": |
| 653 | + version "3.1.2" |
| 654 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" |
| 655 | + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== |
| 656 | + |
598 | 657 | "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1": |
599 | 658 | version "1.1.2" |
600 | 659 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
601 | 660 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
602 | 661 |
|
| 662 | +"@jridgewell/set-array@^1.2.1": |
| 663 | + version "1.2.1" |
| 664 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" |
| 665 | + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== |
| 666 | + |
603 | 667 | "@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": |
604 | 668 | version "1.4.14" |
605 | 669 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
606 | 670 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
607 | 671 |
|
| 672 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 673 | + version "1.5.0" |
| 674 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 675 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
| 676 | + |
608 | 677 | "@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9": |
609 | 678 | version "0.3.16" |
610 | 679 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.16.tgz#a7982f16c18cae02be36274365433e5b49d7b23f" |
|
613 | 682 | "@jridgewell/resolve-uri" "3.1.0" |
614 | 683 | "@jridgewell/sourcemap-codec" "1.4.14" |
615 | 684 |
|
| 685 | +"@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25": |
| 686 | + version "0.3.25" |
| 687 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" |
| 688 | + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== |
| 689 | + dependencies: |
| 690 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 691 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 692 | + |
616 | 693 | "@nodelib/fs.scandir@2.1.5": |
617 | 694 | version "2.1.5" |
618 | 695 | resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" |
@@ -1066,7 +1143,7 @@ brace-expansion@^1.1.7: |
1066 | 1143 | balanced-match "^1.0.0" |
1067 | 1144 | concat-map "0.0.1" |
1068 | 1145 |
|
1069 | | -braces@^3.0.2: |
| 1146 | +braces@^3.0.3: |
1070 | 1147 | version "3.0.3" |
1071 | 1148 | resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" |
1072 | 1149 | integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== |
@@ -1130,7 +1207,7 @@ caniuse-lite@^1.0.30001400: |
1130 | 1207 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001418.tgz#5f459215192a024c99e3e3a53aac310fc7cf24e6" |
1131 | 1208 | integrity sha512-oIs7+JL3K9JRQ3jPZjlH6qyYDp+nBTCais7hjh0s+fuBwufc7uZ7hPYMXrDOJhV360KGMTcczMRObk0/iMqZRg== |
1132 | 1209 |
|
1133 | | -chalk@^2.0.0: |
| 1210 | +chalk@^2.0.0, chalk@^2.4.2: |
1134 | 1211 | version "2.4.2" |
1135 | 1212 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
1136 | 1213 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
@@ -1245,6 +1322,13 @@ debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.4: |
1245 | 1322 | dependencies: |
1246 | 1323 | ms "2.1.2" |
1247 | 1324 |
|
| 1325 | +debug@^4.3.1: |
| 1326 | + version "4.3.7" |
| 1327 | + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" |
| 1328 | + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== |
| 1329 | + dependencies: |
| 1330 | + ms "^2.1.3" |
| 1331 | + |
1248 | 1332 | dedent@^0.7.0: |
1249 | 1333 | version "0.7.0" |
1250 | 1334 | resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.7.0.tgz#2495ddbaf6eb874abb0e1be9df22d2e5a544326c" |
@@ -2629,11 +2713,11 @@ merge2@^1.3.0, merge2@^1.4.1: |
2629 | 2713 | integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== |
2630 | 2714 |
|
2631 | 2715 | micromatch@^4.0.4: |
2632 | | - version "4.0.5" |
2633 | | - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" |
2634 | | - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== |
| 2716 | + version "4.0.8" |
| 2717 | + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" |
| 2718 | + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== |
2635 | 2719 | dependencies: |
2636 | | - braces "^3.0.2" |
| 2720 | + braces "^3.0.3" |
2637 | 2721 | picomatch "^2.3.1" |
2638 | 2722 |
|
2639 | 2723 | mimic-fn@^2.1.0: |
@@ -2663,7 +2747,7 @@ ms@2.1.2: |
2663 | 2747 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" |
2664 | 2748 | integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== |
2665 | 2749 |
|
2666 | | -ms@^2.1.1: |
| 2750 | +ms@^2.1.1, ms@^2.1.3: |
2667 | 2751 | version "2.1.3" |
2668 | 2752 | resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" |
2669 | 2753 | integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== |
@@ -3296,9 +3380,9 @@ which@^2.0.1: |
3296 | 3380 | isexe "^2.0.0" |
3297 | 3381 |
|
3298 | 3382 | word-wrap@^1.2.3: |
3299 | | - version "1.2.3" |
3300 | | - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" |
3301 | | - integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== |
| 3383 | + version "1.2.5" |
| 3384 | + resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34" |
| 3385 | + integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA== |
3302 | 3386 |
|
3303 | 3387 | wrap-ansi@^7.0.0: |
3304 | 3388 | version "7.0.0" |
|
0 commit comments