|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.18.6" |
19 | 19 |
|
20 | | -"@babel/compat-data@^7.18.8": |
21 | | - version "7.18.13" |
22 | | - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.13.tgz#6aff7b350a1e8c3e40b029e46cbe78e24a913483" |
23 | | - integrity sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw== |
| 20 | +"@babel/compat-data@^7.19.0": |
| 21 | + version "7.19.0" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.0.tgz#2a592fd89bacb1fcde68de31bee4f2f2dacb0e86" |
| 23 | + integrity sha512-y5rqgTTPTmaF5e2nVhOxw+Ur9HDJLsWb6U/KpgUzRZEdPfE6VOubXBKLdbcUTijzRptednSBDQbYZBOSqJxpJw== |
24 | 24 |
|
25 | 25 | "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
26 | | - version "7.18.13" |
27 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac" |
28 | | - integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A== |
| 26 | + version "7.19.0" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.0.tgz#d2f5f4f2033c00de8096be3c9f45772563e150c3" |
| 28 | + integrity sha512-reM4+U7B9ss148rh2n1Qs9ASS+w94irYXga7c2jaQv9RVzpS7Mv1a9rnYYwuDa45G+DkORt9g6An2k/V4d9LbQ== |
29 | 29 | dependencies: |
30 | 30 | "@ampproject/remapping" "^2.1.0" |
31 | 31 | "@babel/code-frame" "^7.18.6" |
32 | | - "@babel/generator" "^7.18.13" |
33 | | - "@babel/helper-compilation-targets" "^7.18.9" |
34 | | - "@babel/helper-module-transforms" "^7.18.9" |
35 | | - "@babel/helpers" "^7.18.9" |
36 | | - "@babel/parser" "^7.18.13" |
| 32 | + "@babel/generator" "^7.19.0" |
| 33 | + "@babel/helper-compilation-targets" "^7.19.0" |
| 34 | + "@babel/helper-module-transforms" "^7.19.0" |
| 35 | + "@babel/helpers" "^7.19.0" |
| 36 | + "@babel/parser" "^7.19.0" |
37 | 37 | "@babel/template" "^7.18.10" |
38 | | - "@babel/traverse" "^7.18.13" |
39 | | - "@babel/types" "^7.18.13" |
| 38 | + "@babel/traverse" "^7.19.0" |
| 39 | + "@babel/types" "^7.19.0" |
40 | 40 | convert-source-map "^1.7.0" |
41 | 41 | debug "^4.1.0" |
42 | 42 | gensync "^1.0.0-beta.2" |
43 | 43 | json5 "^2.2.1" |
44 | 44 | semver "^6.3.0" |
45 | 45 |
|
46 | | -"@babel/generator@^7.18.13", "@babel/generator@^7.7.2": |
47 | | - version "7.18.13" |
48 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212" |
49 | | - integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ== |
| 46 | +"@babel/generator@^7.19.0", "@babel/generator@^7.7.2": |
| 47 | + version "7.19.0" |
| 48 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.0.tgz#785596c06425e59334df2ccee63ab166b738419a" |
| 49 | + integrity sha512-S1ahxf1gZ2dpoiFgA+ohK9DIpz50bJ0CWs7Zlzb54Z4sG8qmdIrGrVqmy1sAtTVRb+9CU6U8VqT9L0Zj7hxHVg== |
50 | 50 | dependencies: |
51 | | - "@babel/types" "^7.18.13" |
| 51 | + "@babel/types" "^7.19.0" |
52 | 52 | "@jridgewell/gen-mapping" "^0.3.2" |
53 | 53 | jsesc "^2.5.1" |
54 | 54 |
|
55 | | -"@babel/helper-compilation-targets@^7.18.9": |
56 | | - version "7.18.9" |
57 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf" |
58 | | - integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg== |
| 55 | +"@babel/helper-compilation-targets@^7.19.0": |
| 56 | + version "7.19.0" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.0.tgz#537ec8339d53e806ed422f1e06c8f17d55b96bb0" |
| 58 | + integrity sha512-Ai5bNWXIvwDvWM7njqsG3feMlL9hCVQsPYXodsZyLwshYkZVJt59Gftau4VrE8S9IT9asd2uSP1hG6wCNw+sXA== |
59 | 59 | dependencies: |
60 | | - "@babel/compat-data" "^7.18.8" |
| 60 | + "@babel/compat-data" "^7.19.0" |
61 | 61 | "@babel/helper-validator-option" "^7.18.6" |
62 | 62 | browserslist "^4.20.2" |
63 | 63 | semver "^6.3.0" |
|
67 | 67 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
68 | 68 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
69 | 69 |
|
70 | | -"@babel/helper-function-name@^7.18.9": |
71 | | - version "7.18.9" |
72 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz#940e6084a55dee867d33b4e487da2676365e86b0" |
73 | | - integrity sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A== |
| 70 | +"@babel/helper-function-name@^7.19.0": |
| 71 | + version "7.19.0" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c" |
| 73 | + integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w== |
74 | 74 | dependencies: |
75 | | - "@babel/template" "^7.18.6" |
76 | | - "@babel/types" "^7.18.9" |
| 75 | + "@babel/template" "^7.18.10" |
| 76 | + "@babel/types" "^7.19.0" |
77 | 77 |
|
78 | 78 | "@babel/helper-hoist-variables@^7.18.6": |
79 | 79 | version "7.18.6" |
|
89 | 89 | dependencies: |
90 | 90 | "@babel/types" "^7.18.6" |
91 | 91 |
|
92 | | -"@babel/helper-module-transforms@^7.18.9": |
93 | | - version "7.18.9" |
94 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz#5a1079c005135ed627442df31a42887e80fcb712" |
95 | | - integrity sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g== |
| 92 | +"@babel/helper-module-transforms@^7.19.0": |
| 93 | + version "7.19.0" |
| 94 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30" |
| 95 | + integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ== |
96 | 96 | dependencies: |
97 | 97 | "@babel/helper-environment-visitor" "^7.18.9" |
98 | 98 | "@babel/helper-module-imports" "^7.18.6" |
99 | 99 | "@babel/helper-simple-access" "^7.18.6" |
100 | 100 | "@babel/helper-split-export-declaration" "^7.18.6" |
101 | 101 | "@babel/helper-validator-identifier" "^7.18.6" |
102 | | - "@babel/template" "^7.18.6" |
103 | | - "@babel/traverse" "^7.18.9" |
104 | | - "@babel/types" "^7.18.9" |
| 102 | + "@babel/template" "^7.18.10" |
| 103 | + "@babel/traverse" "^7.19.0" |
| 104 | + "@babel/types" "^7.19.0" |
105 | 105 |
|
106 | 106 | "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.8.0": |
107 | | - version "7.18.9" |
108 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f" |
109 | | - integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w== |
| 107 | + version "7.19.0" |
| 108 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz#4796bb14961521f0f8715990bee2fb6e51ce21bf" |
| 109 | + integrity sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw== |
110 | 110 |
|
111 | 111 | "@babel/helper-simple-access@^7.18.6": |
112 | 112 | version "7.18.6" |
|
137 | 137 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8" |
138 | 138 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw== |
139 | 139 |
|
140 | | -"@babel/helpers@^7.18.9": |
141 | | - version "7.18.9" |
142 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.18.9.tgz#4bef3b893f253a1eced04516824ede94dcfe7ff9" |
143 | | - integrity sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ== |
| 140 | +"@babel/helpers@^7.19.0": |
| 141 | + version "7.19.0" |
| 142 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
| 143 | + integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
144 | 144 | dependencies: |
145 | | - "@babel/template" "^7.18.6" |
146 | | - "@babel/traverse" "^7.18.9" |
147 | | - "@babel/types" "^7.18.9" |
| 145 | + "@babel/template" "^7.18.10" |
| 146 | + "@babel/traverse" "^7.19.0" |
| 147 | + "@babel/types" "^7.19.0" |
148 | 148 |
|
149 | 149 | "@babel/highlight@^7.18.6": |
150 | 150 | version "7.18.6" |
|
155 | 155 | chalk "^2.0.0" |
156 | 156 | js-tokens "^4.0.0" |
157 | 157 |
|
158 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.13": |
159 | | - version "7.18.13" |
160 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4" |
161 | | - integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg== |
| 158 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.0": |
| 159 | + version "7.19.0" |
| 160 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.0.tgz#497fcafb1d5b61376959c1c338745ef0577aa02c" |
| 161 | + integrity sha512-74bEXKX2h+8rrfQUfsBfuZZHzsEs6Eql4pqy/T4Nn6Y9wNPggQOqD6z6pn5Bl8ZfysKouFZT/UXEH94ummEeQw== |
162 | 162 |
|
163 | 163 | "@babel/plugin-syntax-async-generators@^7.8.4": |
164 | 164 | version "7.8.4" |
|
252 | 252 | "@babel/helper-plugin-utils" "^7.18.6" |
253 | 253 |
|
254 | 254 | "@babel/runtime-corejs2@^7.2.0": |
255 | | - version "7.18.9" |
256 | | - resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.18.9.tgz#d88c327736ecc4b9db13ddef5a33a004b9aeac74" |
257 | | - integrity sha512-l057ZarpDX2QnXM89ViR2BgRFgTy2l5UFGDt0SbInhim1N/ljBgPeTJV0kRG1/Bo7CkHfYfrNNwTeQ2CPph9xQ== |
| 255 | + version "7.19.0" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/runtime-corejs2/-/runtime-corejs2-7.19.0.tgz#86f6fc64cd5e58e3d8bafea747bd5204871738a8" |
| 257 | + integrity sha512-lCMc3VAOo0GQ7Iqv8c9YaAd8GCC7GtlI7F7ocFaIppIaP0Oss9zsh5Gw36bF9LgDzQWdt06OcZzvZdzMtGdnGA== |
258 | 258 | dependencies: |
259 | 259 | core-js "^2.6.12" |
260 | 260 | regenerator-runtime "^0.13.4" |
261 | 261 |
|
262 | | -"@babel/template@^7.18.10", "@babel/template@^7.18.6", "@babel/template@^7.3.3": |
| 262 | +"@babel/template@^7.18.10", "@babel/template@^7.3.3": |
263 | 263 | version "7.18.10" |
264 | 264 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
265 | 265 | integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
|
268 | 268 | "@babel/parser" "^7.18.10" |
269 | 269 | "@babel/types" "^7.18.10" |
270 | 270 |
|
271 | | -"@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.2": |
272 | | - version "7.18.13" |
273 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68" |
274 | | - integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA== |
| 271 | +"@babel/traverse@^7.19.0", "@babel/traverse@^7.7.2": |
| 272 | + version "7.19.0" |
| 273 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.0.tgz#eb9c561c7360005c592cc645abafe0c3c4548eed" |
| 274 | + integrity sha512-4pKpFRDh+utd2mbRC8JLnlsMUii3PMHjpL6a0SZ4NMZy7YFP9aXORxEhdMVOc9CpWtDF09IkciQLEhK7Ml7gRA== |
275 | 275 | dependencies: |
276 | 276 | "@babel/code-frame" "^7.18.6" |
277 | | - "@babel/generator" "^7.18.13" |
| 277 | + "@babel/generator" "^7.19.0" |
278 | 278 | "@babel/helper-environment-visitor" "^7.18.9" |
279 | | - "@babel/helper-function-name" "^7.18.9" |
| 279 | + "@babel/helper-function-name" "^7.19.0" |
280 | 280 | "@babel/helper-hoist-variables" "^7.18.6" |
281 | 281 | "@babel/helper-split-export-declaration" "^7.18.6" |
282 | | - "@babel/parser" "^7.18.13" |
283 | | - "@babel/types" "^7.18.13" |
| 282 | + "@babel/parser" "^7.19.0" |
| 283 | + "@babel/types" "^7.19.0" |
284 | 284 | debug "^4.1.0" |
285 | 285 | globals "^11.1.0" |
286 | 286 |
|
287 | | -"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
288 | | - version "7.18.13" |
289 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a" |
290 | | - integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ== |
| 287 | +"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 288 | + version "7.19.0" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600" |
| 290 | + integrity sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA== |
291 | 291 | dependencies: |
292 | 292 | "@babel/helper-string-parser" "^7.18.10" |
293 | 293 | "@babel/helper-validator-identifier" "^7.18.6" |
|
805 | 805 | integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ== |
806 | 806 |
|
807 | 807 | "@sinclair/typebox@^0.24.1": |
808 | | - version "0.24.35" |
809 | | - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.35.tgz#7b5ca127aefe3ed482bb60f874bebbe3143e82f5" |
810 | | - integrity sha512-iN6ehuDndiTiDz2F+Orv/+oHJR+PrGv+38oghCddpsW4YEZl5qyLsWxSwYUWrKEOfjpGtXDFW6scJtjpzSLeSw== |
| 808 | + version "0.24.40" |
| 809 | + resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.40.tgz#00ee9b48537b147f6ffc80ebc28ab16d6016ed5c" |
| 810 | + integrity sha512-Xint60L8rF0+nRy+6fCjW9jQMmu7fTpbwTBrXZiK6eq/RHDJS7LvWX/0oXC8O7fCePmrY/XdfaTv2HiUDeCq4g== |
811 | 811 |
|
812 | 812 | "@sinonjs/commons@^1.7.0": |
813 | 813 | version "1.8.3" |
|
984 | 984 | integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== |
985 | 985 |
|
986 | 986 | "@types/node@*": |
987 | | - version "18.7.14" |
988 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.14.tgz#0fe081752a3333392d00586d815485a17c2cf3c9" |
989 | | - integrity sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA== |
| 987 | + version "18.7.16" |
| 988 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601" |
| 989 | + integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg== |
990 | 990 |
|
991 | 991 | "@types/node@^14.14.31": |
992 | | - version "14.18.26" |
993 | | - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.26.tgz#239e19f8b4ea1a9eb710528061c1d733dc561996" |
994 | | - integrity sha512-0b+utRBSYj8L7XAp0d+DX7lI4cSmowNaaTkk6/1SKzbKkG+doLuPusB9EOvzLJ8ahJSk03bTLIL6cWaEd4dBKA== |
| 992 | + version "14.18.28" |
| 993 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.28.tgz#ddb82da2fff476a8e827e8773c84c19d9c235278" |
| 994 | + integrity sha512-CK2fnrQlIgKlCV3N2kM+Gznb5USlwA1KFX3rJVHmgVk6NJxFPuQ86pAcvKnu37IA4BGlSRz7sEE1lHL1aLZ/eQ== |
995 | 995 |
|
996 | 996 | "@types/prettier@^2.1.5": |
997 | 997 | version "2.7.0" |
@@ -1632,9 +1632,9 @@ chokidar@^3.5.3: |
1632 | 1632 | fsevents "~2.3.2" |
1633 | 1633 |
|
1634 | 1634 | ci-info@^3.2.0: |
1635 | | - version "3.3.2" |
1636 | | - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.3.2.tgz#6d2967ffa407466481c6c90b6e16b3098f080128" |
1637 | | - integrity sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg== |
| 1635 | + version "3.4.0" |
| 1636 | + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.4.0.tgz#b28484fd436cbc267900364f096c9dc185efb251" |
| 1637 | + integrity sha512-t5QdPT5jq3o262DOQ8zA6E1tlH2upmUc4Hlvrbx1pGYJuiiHl7O7rvVNI+l8HTVhd/q3Qc9vqimkNk5yiXsAug== |
1638 | 1638 |
|
1639 | 1639 | cjs-module-lexer@^1.0.0: |
1640 | 1640 | version "1.2.2" |
@@ -2307,9 +2307,9 @@ ee-first@1.1.1: |
2307 | 2307 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== |
2308 | 2308 |
|
2309 | 2309 | electron-to-chromium@^1.4.202: |
2310 | | - version "1.4.241" |
2311 | | - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.241.tgz#5aa03ab94db590d8269f4518157c24b1efad34d6" |
2312 | | - integrity sha512-e7Wsh4ilaioBZ5bMm6+F4V5c11dh56/5Jwz7Hl5Tu1J7cnB+Pqx5qIF2iC7HPpfyQMqGSvvLP5bBAIDd2gAtGw== |
| 2310 | + version "1.4.247" |
| 2311 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.247.tgz#cc93859bc5fc521f611656e65ce17eae26a0fd3d" |
| 2312 | + integrity sha512-FLs6R4FQE+1JHM0hh3sfdxnYjKvJpHZyhQDjc2qFq/xFvmmRt/TATNToZhrcGUFzpF2XjeiuozrA8lI0PZmYYw== |
2313 | 2313 |
|
2314 | 2314 | ellipsize@0.1.0: |
2315 | 2315 | version "0.1.0" |
@@ -2443,9 +2443,9 @@ event-stream@=3.3.4: |
2443 | 2443 | through "~2.3.1" |
2444 | 2444 |
|
2445 | 2445 | eventemitter2@^6.4.3: |
2446 | | - version "6.4.7" |
2447 | | - resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.7.tgz#a7f6c4d7abf28a14c1ef3442f21cb306a054271d" |
2448 | | - integrity sha512-tYUSVOGeQPKt/eC1ABfhHy5Xd96N3oIijJvN3O9+TsC28T5V9yX9oEfEK5faP0EFSNVOG97qtAS68GBrQB2hDg== |
| 2446 | + version "6.4.8" |
| 2447 | + resolved "https://registry.yarnpkg.com/eventemitter2/-/eventemitter2-6.4.8.tgz#a3dca5a7015b4fca8aa67121386cfe07c38946ff" |
| 2448 | + integrity sha512-pAJurPyD+Nj/pfz8m0usKF1RW0E9gfY4Dfdem2l6jZbqcZlK8SP93qUMCv9V9FgOn+GSZEW6qeaglpf/vQ9D5A== |
2449 | 2449 |
|
2450 | 2450 | eventemitter3@^4.0.4: |
2451 | 2451 | version "4.0.7" |
@@ -2574,9 +2574,9 @@ fast-deep-equal@^3.1.1: |
2574 | 2574 | integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== |
2575 | 2575 |
|
2576 | 2576 | fast-glob@^3.2.11: |
2577 | | - version "3.2.11" |
2578 | | - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" |
2579 | | - integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== |
| 2577 | + version "3.2.12" |
| 2578 | + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" |
| 2579 | + integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== |
2580 | 2580 | dependencies: |
2581 | 2581 | "@nodelib/fs.stat" "^2.0.2" |
2582 | 2582 | "@nodelib/fs.walk" "^1.2.3" |
@@ -5387,9 +5387,9 @@ supports-color@^8.0.0, supports-color@^8.1.0, supports-color@^8.1.1: |
5387 | 5387 | has-flag "^4.0.0" |
5388 | 5388 |
|
5389 | 5389 | supports-hyperlinks@^2.0.0: |
5390 | | - version "2.2.0" |
5391 | | - resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb" |
5392 | | - integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ== |
| 5390 | + version "2.3.0" |
| 5391 | + resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624" |
| 5392 | + integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA== |
5393 | 5393 | dependencies: |
5394 | 5394 | has-flag "^4.0.0" |
5395 | 5395 | supports-color "^7.0.0" |
|
0 commit comments