|
37 | 37 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f" |
38 | 38 | integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g== |
39 | 39 |
|
| 40 | +"@babel/compat-data@^7.21.5": |
| 41 | + version "7.21.7" |
| 42 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc" |
| 43 | + integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== |
| 44 | + |
40 | 45 | "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5": |
41 | | - version "7.21.4" |
42 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659" |
43 | | - integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA== |
| 46 | + version "7.21.5" |
| 47 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.5.tgz#92f753e8b9f96e15d4b398dbe2f25d1408c9c426" |
| 48 | + integrity sha512-9M398B/QH5DlfCOTKDZT1ozXr0x8uBEeFd+dJraGUZGiaNpGCDVGCc14hZexsMblw3XxltJ+6kSvogp9J+5a9g== |
44 | 49 | dependencies: |
45 | 50 | "@ampproject/remapping" "^2.2.0" |
46 | 51 | "@babel/code-frame" "^7.21.4" |
47 | | - "@babel/generator" "^7.21.4" |
48 | | - "@babel/helper-compilation-targets" "^7.21.4" |
49 | | - "@babel/helper-module-transforms" "^7.21.2" |
50 | | - "@babel/helpers" "^7.21.0" |
51 | | - "@babel/parser" "^7.21.4" |
| 52 | + "@babel/generator" "^7.21.5" |
| 53 | + "@babel/helper-compilation-targets" "^7.21.5" |
| 54 | + "@babel/helper-module-transforms" "^7.21.5" |
| 55 | + "@babel/helpers" "^7.21.5" |
| 56 | + "@babel/parser" "^7.21.5" |
52 | 57 | "@babel/template" "^7.20.7" |
53 | | - "@babel/traverse" "^7.21.4" |
54 | | - "@babel/types" "^7.21.4" |
| 58 | + "@babel/traverse" "^7.21.5" |
| 59 | + "@babel/types" "^7.21.5" |
55 | 60 | convert-source-map "^1.7.0" |
56 | 61 | debug "^4.1.0" |
57 | 62 | gensync "^1.0.0-beta.2" |
58 | 63 | json5 "^2.2.2" |
59 | 64 | semver "^6.3.0" |
60 | 65 |
|
61 | | -"@babel/generator@^7.21.4": |
62 | | - version "7.21.4" |
63 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc" |
64 | | - integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA== |
| 66 | +"@babel/generator@^7.21.5": |
| 67 | + version "7.21.5" |
| 68 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f" |
| 69 | + integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== |
65 | 70 | dependencies: |
66 | | - "@babel/types" "^7.21.4" |
| 71 | + "@babel/types" "^7.21.5" |
67 | 72 | "@jridgewell/gen-mapping" "^0.3.2" |
68 | 73 | "@jridgewell/trace-mapping" "^0.3.17" |
69 | 74 | jsesc "^2.5.1" |
|
83 | 88 | "@babel/helper-explode-assignable-expression" "^7.18.6" |
84 | 89 | "@babel/types" "^7.18.9" |
85 | 90 |
|
86 | | -"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.4": |
87 | | - version "7.21.4" |
88 | | - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656" |
89 | | - integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg== |
| 91 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.4", "@babel/helper-compilation-targets@^7.21.5": |
| 92 | + version "7.21.5" |
| 93 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366" |
| 94 | + integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w== |
90 | 95 | dependencies: |
91 | | - "@babel/compat-data" "^7.21.4" |
| 96 | + "@babel/compat-data" "^7.21.5" |
92 | 97 | "@babel/helper-validator-option" "^7.21.0" |
93 | 98 | browserslist "^4.21.3" |
94 | 99 | lru-cache "^5.1.1" |
|
154 | 159 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
155 | 160 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
156 | 161 |
|
| 162 | +"@babel/helper-environment-visitor@^7.21.5": |
| 163 | + version "7.21.5" |
| 164 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba" |
| 165 | + integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ== |
| 166 | + |
157 | 167 | "@babel/helper-explode-assignable-expression@^7.18.6": |
158 | 168 | version "7.18.6" |
159 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" |
|
212 | 222 | dependencies: |
213 | 223 | "@babel/types" "^7.18.6" |
214 | 224 |
|
215 | | -"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2": |
216 | | - version "7.21.2" |
217 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
218 | | - integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
| 225 | +"@babel/helper-module-imports@^7.21.4": |
| 226 | + version "7.21.4" |
| 227 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af" |
| 228 | + integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg== |
219 | 229 | dependencies: |
220 | | - "@babel/helper-environment-visitor" "^7.18.9" |
221 | | - "@babel/helper-module-imports" "^7.18.6" |
222 | | - "@babel/helper-simple-access" "^7.20.2" |
| 230 | + "@babel/types" "^7.21.4" |
| 231 | + |
| 232 | +"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2", "@babel/helper-module-transforms@^7.21.5": |
| 233 | + version "7.21.5" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420" |
| 235 | + integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw== |
| 236 | + dependencies: |
| 237 | + "@babel/helper-environment-visitor" "^7.21.5" |
| 238 | + "@babel/helper-module-imports" "^7.21.4" |
| 239 | + "@babel/helper-simple-access" "^7.21.5" |
223 | 240 | "@babel/helper-split-export-declaration" "^7.18.6" |
224 | 241 | "@babel/helper-validator-identifier" "^7.19.1" |
225 | 242 | "@babel/template" "^7.20.7" |
226 | | - "@babel/traverse" "^7.21.2" |
227 | | - "@babel/types" "^7.21.2" |
| 243 | + "@babel/traverse" "^7.21.5" |
| 244 | + "@babel/types" "^7.21.5" |
228 | 245 |
|
229 | 246 | "@babel/helper-optimise-call-expression@^7.18.6": |
230 | 247 | version "7.18.6" |
|
278 | 295 | dependencies: |
279 | 296 | "@babel/types" "^7.20.2" |
280 | 297 |
|
| 298 | +"@babel/helper-simple-access@^7.21.5": |
| 299 | + version "7.21.5" |
| 300 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee" |
| 301 | + integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg== |
| 302 | + dependencies: |
| 303 | + "@babel/types" "^7.21.5" |
| 304 | + |
281 | 305 | "@babel/helper-skip-transparent-expression-wrappers@^7.20.0": |
282 | 306 | version "7.20.0" |
283 | 307 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684" |
|
292 | 316 | dependencies: |
293 | 317 | "@babel/types" "^7.18.6" |
294 | 318 |
|
295 | | -"@babel/helper-string-parser@^7.19.4": |
296 | | - version "7.19.4" |
297 | | - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
298 | | - integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 319 | +"@babel/helper-string-parser@^7.21.5": |
| 320 | + version "7.21.5" |
| 321 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" |
| 322 | + integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== |
299 | 323 |
|
300 | 324 | "@babel/helper-validator-identifier@^7.18.6": |
301 | 325 | version "7.18.6" |
|
322 | 346 | "@babel/traverse" "^7.18.9" |
323 | 347 | "@babel/types" "^7.18.9" |
324 | 348 |
|
325 | | -"@babel/helpers@^7.21.0": |
326 | | - version "7.21.0" |
327 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
328 | | - integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 349 | +"@babel/helpers@^7.21.5": |
| 350 | + version "7.21.5" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08" |
| 352 | + integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== |
329 | 353 | dependencies: |
330 | 354 | "@babel/template" "^7.20.7" |
331 | | - "@babel/traverse" "^7.21.0" |
332 | | - "@babel/types" "^7.21.0" |
| 355 | + "@babel/traverse" "^7.21.5" |
| 356 | + "@babel/types" "^7.21.5" |
333 | 357 |
|
334 | 358 | "@babel/highlight@^7.18.6": |
335 | 359 | version "7.18.6" |
|
340 | 364 | chalk "^2.0.0" |
341 | 365 | js-tokens "^4.0.0" |
342 | 366 |
|
343 | | -"@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4": |
344 | | - version "7.21.4" |
345 | | - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17" |
346 | | - integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw== |
| 367 | +"@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5": |
| 368 | + version "7.21.5" |
| 369 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.5.tgz#821bb520118fd25b982eaf8d37421cf5c64a312b" |
| 370 | + integrity sha512-J+IxH2IsxV4HbnTrSWgMAQj0UEo61hDA4Ny8h8PCX0MLXiibqHbqIOVneqdocemSBc22VpBKxt4J6FQzy9HarQ== |
347 | 371 |
|
348 | 372 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
349 | 373 | version "7.18.6" |
|
974 | 998 | "@babel/parser" "^7.20.7" |
975 | 999 | "@babel/types" "^7.20.7" |
976 | 1000 |
|
977 | | -"@babel/traverse@^7.18.9", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4": |
978 | | - version "7.21.4" |
979 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36" |
980 | | - integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q== |
| 1001 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.5": |
| 1002 | + version "7.21.5" |
| 1003 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
| 1004 | + integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
981 | 1005 | dependencies: |
982 | 1006 | "@babel/code-frame" "^7.21.4" |
983 | | - "@babel/generator" "^7.21.4" |
984 | | - "@babel/helper-environment-visitor" "^7.18.9" |
| 1007 | + "@babel/generator" "^7.21.5" |
| 1008 | + "@babel/helper-environment-visitor" "^7.21.5" |
985 | 1009 | "@babel/helper-function-name" "^7.21.0" |
986 | 1010 | "@babel/helper-hoist-variables" "^7.18.6" |
987 | 1011 | "@babel/helper-split-export-declaration" "^7.18.6" |
988 | | - "@babel/parser" "^7.21.4" |
989 | | - "@babel/types" "^7.21.4" |
| 1012 | + "@babel/parser" "^7.21.5" |
| 1013 | + "@babel/types" "^7.21.5" |
990 | 1014 | debug "^4.1.0" |
991 | 1015 | globals "^11.1.0" |
992 | 1016 |
|
993 | | -"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4": |
994 | | - version "7.21.4" |
995 | | - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4" |
996 | | - integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA== |
| 1017 | +"@babel/types@^7.14.5", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.4.4": |
| 1018 | + version "7.21.5" |
| 1019 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6" |
| 1020 | + integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q== |
997 | 1021 | dependencies: |
998 | | - "@babel/helper-string-parser" "^7.19.4" |
| 1022 | + "@babel/helper-string-parser" "^7.21.5" |
999 | 1023 | "@babel/helper-validator-identifier" "^7.19.1" |
1000 | 1024 | to-fast-properties "^2.0.0" |
1001 | 1025 |
|
|
0 commit comments