|
25 | 25 | "@jridgewell/gen-mapping" "^0.1.0" |
26 | 26 | "@jridgewell/trace-mapping" "^0.3.9" |
27 | 27 |
|
28 | | -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.21.4": |
29 | | - version "7.21.4" |
30 | | - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" |
31 | | - integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== |
32 | | - dependencies: |
33 | | - "@babel/highlight" "^7.18.6" |
34 | | - |
35 | | -"@babel/code-frame@^7.22.5": |
| 28 | +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.5": |
36 | 29 | version "7.22.5" |
37 | 30 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658" |
38 | 31 | integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ== |
|
45 | 38 | integrity sha512-4Jc/YuIaYqKnDDz892kPIledykKg12Aw1PYX5i/TY28anJtacvM1Rrr8wbieB9GfEJwlzqT0hUEao0CxEebiDA== |
46 | 39 |
|
47 | 40 | "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5": |
48 | | - version "7.22.1" |
49 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.1.tgz#5de51c5206f4c6f5533562838337a603c1033cfd" |
50 | | - integrity sha512-Hkqu7J4ynysSXxmAahpN1jjRwVJ+NdpraFLIWflgjpVob3KNyK3/tIUc7Q7szed8WMp0JNa7Qtd1E9Oo22F9gA== |
| 41 | + version "7.22.5" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.5.tgz#d67d9747ecf26ee7ecd3ebae1ee22225fe902a89" |
| 43 | + integrity sha512-SBuTAjg91A3eKOvD+bPEz3LlhHZRNu1nFOVts9lzDJTXshHTjII0BAtDS3Y2DAkdZdDKWVZGVwkDfc4Clxn1dg== |
51 | 44 | dependencies: |
52 | 45 | "@ampproject/remapping" "^2.2.0" |
53 | | - "@babel/code-frame" "^7.21.4" |
54 | | - "@babel/generator" "^7.22.0" |
55 | | - "@babel/helper-compilation-targets" "^7.22.1" |
56 | | - "@babel/helper-module-transforms" "^7.22.1" |
57 | | - "@babel/helpers" "^7.22.0" |
58 | | - "@babel/parser" "^7.22.0" |
59 | | - "@babel/template" "^7.21.9" |
60 | | - "@babel/traverse" "^7.22.1" |
61 | | - "@babel/types" "^7.22.0" |
| 46 | + "@babel/code-frame" "^7.22.5" |
| 47 | + "@babel/generator" "^7.22.5" |
| 48 | + "@babel/helper-compilation-targets" "^7.22.5" |
| 49 | + "@babel/helper-module-transforms" "^7.22.5" |
| 50 | + "@babel/helpers" "^7.22.5" |
| 51 | + "@babel/parser" "^7.22.5" |
| 52 | + "@babel/template" "^7.22.5" |
| 53 | + "@babel/traverse" "^7.22.5" |
| 54 | + "@babel/types" "^7.22.5" |
62 | 55 | convert-source-map "^1.7.0" |
63 | 56 | debug "^4.1.0" |
64 | 57 | gensync "^1.0.0-beta.2" |
65 | 58 | json5 "^2.2.2" |
66 | 59 | semver "^6.3.0" |
67 | 60 |
|
68 | | -"@babel/generator@^7.22.0": |
69 | | - version "7.22.3" |
70 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e" |
71 | | - integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A== |
72 | | - dependencies: |
73 | | - "@babel/types" "^7.22.3" |
74 | | - "@jridgewell/gen-mapping" "^0.3.2" |
75 | | - "@jridgewell/trace-mapping" "^0.3.17" |
76 | | - jsesc "^2.5.1" |
77 | | - |
78 | 61 | "@babel/generator@^7.22.5": |
79 | 62 | version "7.22.5" |
80 | 63 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" |
|
106 | 89 | dependencies: |
107 | 90 | "@babel/types" "^7.22.5" |
108 | 91 |
|
109 | | -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.22.1", "@babel/helper-compilation-targets@^7.22.5": |
| 92 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.22.5": |
110 | 93 | version "7.22.5" |
111 | 94 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.5.tgz#fc7319fc54c5e2fa14b2909cf3c5fd3046813e02" |
112 | 95 | integrity sha512-Ji+ywpHeuqxB8WDxraCiqR0xfhYjiDE/e6k7FuIaANnoOFxAHskHChz4vA1mJC9Lbm01s1PVAGhQY4FUKSkGZw== |
|
161 | 144 | resolve "^1.14.2" |
162 | 145 | semver "^6.1.2" |
163 | 146 |
|
164 | | -"@babel/helper-environment-visitor@^7.22.1": |
165 | | - version "7.22.1" |
166 | | - resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8" |
167 | | - integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA== |
168 | | - |
169 | 147 | "@babel/helper-environment-visitor@^7.22.5": |
170 | 148 | version "7.22.5" |
171 | 149 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
172 | 150 | integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
173 | 151 |
|
174 | | -"@babel/helper-function-name@^7.21.0": |
175 | | - version "7.21.0" |
176 | | - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
177 | | - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
178 | | - dependencies: |
179 | | - "@babel/template" "^7.20.7" |
180 | | - "@babel/types" "^7.21.0" |
181 | | - |
182 | 152 | "@babel/helper-function-name@^7.22.5": |
183 | 153 | version "7.22.5" |
184 | 154 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
|
187 | 157 | "@babel/template" "^7.22.5" |
188 | 158 | "@babel/types" "^7.22.5" |
189 | 159 |
|
190 | | -"@babel/helper-hoist-variables@^7.18.6": |
191 | | - version "7.18.6" |
192 | | - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
193 | | - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
194 | | - dependencies: |
195 | | - "@babel/types" "^7.18.6" |
196 | | - |
197 | 160 | "@babel/helper-hoist-variables@^7.22.5": |
198 | 161 | version "7.22.5" |
199 | 162 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
|
215 | 178 | dependencies: |
216 | 179 | "@babel/types" "^7.14.5" |
217 | 180 |
|
218 | | -"@babel/helper-module-imports@^7.21.4": |
219 | | - version "7.21.4" |
220 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
221 | | - integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
222 | | - dependencies: |
223 | | - "@babel/types" "^7.21.4" |
224 | | - |
225 | 181 | "@babel/helper-module-imports@^7.22.5": |
226 | 182 | version "7.22.5" |
227 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" |
228 | 184 | integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== |
229 | 185 | dependencies: |
230 | 186 | "@babel/types" "^7.22.5" |
231 | 187 |
|
232 | | -"@babel/helper-module-transforms@^7.22.1": |
233 | | - version "7.22.1" |
234 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.1.tgz#e0cad47fedcf3cae83c11021696376e2d5a50c63" |
235 | | - integrity sha512-dxAe9E7ySDGbQdCVOY/4+UcD8M9ZFqZcZhSPsPacvCG4M+9lwtDDQfI2EoaSvmf7W/8yCBkGU0m7Pvt1ru3UZw== |
236 | | - dependencies: |
237 | | - "@babel/helper-environment-visitor" "^7.22.1" |
238 | | - "@babel/helper-module-imports" "^7.21.4" |
239 | | - "@babel/helper-simple-access" "^7.21.5" |
240 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
241 | | - "@babel/helper-validator-identifier" "^7.19.1" |
242 | | - "@babel/template" "^7.21.9" |
243 | | - "@babel/traverse" "^7.22.1" |
244 | | - "@babel/types" "^7.22.0" |
245 | | - |
246 | 188 | "@babel/helper-module-transforms@^7.22.5": |
247 | 189 | version "7.22.5" |
248 | 190 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.5.tgz#0f65daa0716961b6e96b164034e737f60a80d2ef" |
|
291 | 233 | "@babel/traverse" "^7.22.5" |
292 | 234 | "@babel/types" "^7.22.5" |
293 | 235 |
|
294 | | -"@babel/helper-simple-access@^7.21.5": |
295 | | - version "7.21.5" |
296 | | - resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
297 | | - integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
298 | | - dependencies: |
299 | | - "@babel/types" "^7.21.5" |
300 | | - |
301 | 236 | "@babel/helper-simple-access@^7.22.5": |
302 | 237 | version "7.22.5" |
303 | 238 | resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de" |
|
312 | 247 | dependencies: |
313 | 248 | "@babel/types" "^7.22.5" |
314 | 249 |
|
315 | | -"@babel/helper-split-export-declaration@^7.18.6": |
316 | | - version "7.18.6" |
317 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
318 | | - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
319 | | - dependencies: |
320 | | - "@babel/types" "^7.18.6" |
321 | | - |
322 | 250 | "@babel/helper-split-export-declaration@^7.22.5": |
323 | 251 | version "7.22.5" |
324 | 252 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" |
|
331 | 259 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
332 | 260 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
333 | 261 |
|
334 | | -"@babel/helper-validator-identifier@^7.18.6": |
335 | | - version "7.18.6" |
336 | | - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
337 | | - integrity sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g== |
338 | | - |
339 | 262 | "@babel/helper-validator-identifier@^7.19.1": |
340 | 263 | version "7.19.1" |
341 | 264 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
|
361 | 284 | "@babel/traverse" "^7.22.5" |
362 | 285 | "@babel/types" "^7.22.5" |
363 | 286 |
|
364 | | -"@babel/helpers@^7.22.0": |
365 | | - version "7.22.3" |
366 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.3.tgz#53b74351da9684ea2f694bf0877998da26dd830e" |
367 | | - integrity sha512-jBJ7jWblbgr7r6wYZHMdIqKc73ycaTcCaWRq4/2LpuPHcx7xMlZvpGQkOYc9HeSjn6rcx15CPlgVcBtZ4WZJ2w== |
368 | | - dependencies: |
369 | | - "@babel/template" "^7.21.9" |
370 | | - "@babel/traverse" "^7.22.1" |
371 | | - "@babel/types" "^7.22.3" |
372 | | - |
373 | | -"@babel/highlight@^7.18.6": |
374 | | - version "7.18.6" |
375 | | - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
376 | | - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== |
| 287 | +"@babel/helpers@^7.22.5": |
| 288 | + version "7.22.5" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.5.tgz#74bb4373eb390d1ceed74a15ef97767e63120820" |
| 290 | + integrity sha512-pSXRmfE1vzcUIDFQcSGA5Mr+GxBV9oiRKDuDxXvWQQBCh8HoIjs/2DlDB7H8smac1IVrB9/xdXj2N3Wol9Cr+Q== |
377 | 291 | dependencies: |
378 | | - "@babel/helper-validator-identifier" "^7.18.6" |
379 | | - chalk "^2.0.0" |
380 | | - js-tokens "^4.0.0" |
| 292 | + "@babel/template" "^7.22.5" |
| 293 | + "@babel/traverse" "^7.22.5" |
| 294 | + "@babel/types" "^7.22.5" |
381 | 295 |
|
382 | 296 | "@babel/highlight@^7.22.5": |
383 | 297 | version "7.22.5" |
|
388 | 302 | chalk "^2.0.0" |
389 | 303 | js-tokens "^4.0.0" |
390 | 304 |
|
391 | | -"@babel/parser@^7.14.7", "@babel/parser@^7.21.9", "@babel/parser@^7.22.0": |
392 | | - version "7.22.3" |
393 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.3.tgz#838ae31893373222cd9062568e2192c670037e00" |
394 | | - integrity sha512-vrukxyW/ep8UD1UDzOYpTKQ6abgjFoeG6L+4ar9+c5TN9QnlqiOi6QK7LSR5ewm/ERyGkT/Ai6VboNrxhbr9Uw== |
395 | | - |
396 | | -"@babel/parser@^7.22.5": |
| 305 | +"@babel/parser@^7.14.7", "@babel/parser@^7.22.5": |
397 | 306 | version "7.22.5" |
398 | 307 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" |
399 | 308 | integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== |
|
1066 | 975 | dependencies: |
1067 | 976 | regenerator-runtime "^0.13.4" |
1068 | 977 |
|
1069 | | -"@babel/template@^7.20.7", "@babel/template@^7.21.9": |
1070 | | - version "7.21.9" |
1071 | | - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.21.9.tgz#bf8dad2859130ae46088a99c1f265394877446fb" |
1072 | | - integrity sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ== |
1073 | | - dependencies: |
1074 | | - "@babel/code-frame" "^7.21.4" |
1075 | | - "@babel/parser" "^7.21.9" |
1076 | | - "@babel/types" "^7.21.5" |
1077 | | - |
1078 | 978 | "@babel/template@^7.22.5": |
1079 | 979 | version "7.22.5" |
1080 | 980 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" |
|
1084 | 984 | "@babel/parser" "^7.22.5" |
1085 | 985 | "@babel/types" "^7.22.5" |
1086 | 986 |
|
1087 | | -"@babel/traverse@^7.22.1": |
1088 | | - version "7.22.1" |
1089 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.1.tgz#bd22c50b1439cfcfc2fa137b7fdf6c06787456e9" |
1090 | | - integrity sha512-lAWkdCoUFnmwLBhIRLciFntGYsIIoC6vIbN8zrLPqBnJmPu7Z6nzqnKd7FsxQUNAvZfVZ0x6KdNvNp8zWIOHSQ== |
1091 | | - dependencies: |
1092 | | - "@babel/code-frame" "^7.21.4" |
1093 | | - "@babel/generator" "^7.22.0" |
1094 | | - "@babel/helper-environment-visitor" "^7.22.1" |
1095 | | - "@babel/helper-function-name" "^7.21.0" |
1096 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1097 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1098 | | - "@babel/parser" "^7.22.0" |
1099 | | - "@babel/types" "^7.22.0" |
1100 | | - debug "^4.1.0" |
1101 | | - globals "^11.1.0" |
1102 | | - |
1103 | 987 | "@babel/traverse@^7.22.5": |
1104 | 988 | version "7.22.5" |
1105 | 989 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
|
1116 | 1000 | debug "^4.1.0" |
1117 | 1001 | globals "^11.1.0" |
1118 | 1002 |
|
1119 | | -"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.22.0", "@babel/types@^7.22.3", "@babel/types@^7.22.5", "@babel/types@^7.4.4": |
| 1003 | +"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.22.5", "@babel/types@^7.4.4": |
1120 | 1004 | version "7.22.5" |
1121 | 1005 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" |
1122 | 1006 | integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA== |
|
0 commit comments