|
17 | 17 | dependencies:
|
18 | 18 | "@babel/highlight" "^7.18.6"
|
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.22.13": |
| 21 | + version "7.22.13" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 23 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.22.13" |
| 26 | + chalk "^2.4.2" |
| 27 | + |
20 | 28 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
|
21 | 29 | version "7.21.0"
|
22 | 30 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
|
|
43 | 51 | json5 "^2.2.2"
|
44 | 52 | semver "^6.3.0"
|
45 | 53 |
|
46 |
| -"@babel/generator@^7.21.0", "@babel/generator@^7.21.1": |
| 54 | +"@babel/generator@^7.21.0": |
47 | 55 | version "7.21.1"
|
48 | 56 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
|
49 | 57 | integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
|
|
53 | 61 | "@jridgewell/trace-mapping" "^0.3.17"
|
54 | 62 | jsesc "^2.5.1"
|
55 | 63 |
|
| 64 | +"@babel/generator@^7.23.0": |
| 65 | + version "7.23.0" |
| 66 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 67 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 68 | + dependencies: |
| 69 | + "@babel/types" "^7.23.0" |
| 70 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 71 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 72 | + jsesc "^2.5.1" |
| 73 | + |
56 | 74 | "@babel/helper-annotate-as-pure@^7.18.6":
|
57 | 75 | version "7.18.6"
|
58 | 76 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
118 | 136 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
119 | 137 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
120 | 138 |
|
| 139 | +"@babel/helper-environment-visitor@^7.22.20": |
| 140 | + version "7.22.20" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 142 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 143 | + |
121 | 144 | "@babel/helper-explode-assignable-expression@^7.18.6":
|
122 | 145 | version "7.18.6"
|
123 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
|
133 | 156 | "@babel/template" "^7.20.7"
|
134 | 157 | "@babel/types" "^7.21.0"
|
135 | 158 |
|
| 159 | +"@babel/helper-function-name@^7.23.0": |
| 160 | + version "7.23.0" |
| 161 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 162 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 163 | + dependencies: |
| 164 | + "@babel/template" "^7.22.15" |
| 165 | + "@babel/types" "^7.23.0" |
| 166 | + |
136 | 167 | "@babel/helper-hoist-variables@^7.18.6":
|
137 | 168 | version "7.18.6"
|
138 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
139 | 170 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
140 | 171 | dependencies:
|
141 | 172 | "@babel/types" "^7.18.6"
|
142 | 173 |
|
| 174 | +"@babel/helper-hoist-variables@^7.22.5": |
| 175 | + version "7.22.5" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 177 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 178 | + dependencies: |
| 179 | + "@babel/types" "^7.22.5" |
| 180 | + |
143 | 181 | "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
|
144 | 182 | version "7.21.0"
|
145 | 183 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
|
|
223 | 261 | dependencies:
|
224 | 262 | "@babel/types" "^7.18.6"
|
225 | 263 |
|
| 264 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 265 | + version "7.22.6" |
| 266 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 267 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 268 | + dependencies: |
| 269 | + "@babel/types" "^7.22.5" |
| 270 | + |
226 | 271 | "@babel/helper-string-parser@^7.19.4":
|
227 | 272 | version "7.19.4"
|
228 | 273 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
229 | 274 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
230 | 275 |
|
| 276 | +"@babel/helper-string-parser@^7.22.5": |
| 277 | + version "7.22.5" |
| 278 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 279 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 280 | + |
231 | 281 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
232 | 282 | version "7.19.1"
|
233 | 283 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
234 | 284 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
235 | 285 |
|
| 286 | +"@babel/helper-validator-identifier@^7.22.20": |
| 287 | + version "7.22.20" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 289 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 290 | + |
236 | 291 | "@babel/helper-validator-option@^7.18.6":
|
237 | 292 | version "7.21.0"
|
238 | 293 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
266 | 321 | chalk "^2.0.0"
|
267 | 322 | js-tokens "^4.0.0"
|
268 | 323 |
|
269 |
| -"@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2": |
| 324 | +"@babel/highlight@^7.22.13": |
| 325 | + version "7.22.20" |
| 326 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 327 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 328 | + dependencies: |
| 329 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 330 | + chalk "^2.4.2" |
| 331 | + js-tokens "^4.0.0" |
| 332 | + |
| 333 | +"@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0": |
270 | 334 | version "7.21.2"
|
271 | 335 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
|
272 | 336 | integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
|
273 | 337 |
|
| 338 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 339 | + version "7.23.0" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 341 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 342 | + |
274 | 343 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
275 | 344 | version "7.18.6"
|
276 | 345 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
922 | 991 | "@babel/parser" "^7.20.7"
|
923 | 992 | "@babel/types" "^7.20.7"
|
924 | 993 |
|
925 |
| -"@babel/traverse@^7.0.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
926 |
| - version "7.21.2" |
927 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75" |
928 |
| - integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw== |
| 994 | +"@babel/template@^7.22.15": |
| 995 | + version "7.22.15" |
| 996 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 997 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
929 | 998 | dependencies:
|
930 |
| - "@babel/code-frame" "^7.18.6" |
931 |
| - "@babel/generator" "^7.21.1" |
932 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
933 |
| - "@babel/helper-function-name" "^7.21.0" |
934 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
935 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
936 |
| - "@babel/parser" "^7.21.2" |
937 |
| - "@babel/types" "^7.21.2" |
| 999 | + "@babel/code-frame" "^7.22.13" |
| 1000 | + "@babel/parser" "^7.22.15" |
| 1001 | + "@babel/types" "^7.22.15" |
| 1002 | + |
| 1003 | +"@babel/traverse@^7.0.0", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
| 1004 | + version "7.23.2" |
| 1005 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1006 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1007 | + dependencies: |
| 1008 | + "@babel/code-frame" "^7.22.13" |
| 1009 | + "@babel/generator" "^7.23.0" |
| 1010 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1011 | + "@babel/helper-function-name" "^7.23.0" |
| 1012 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1013 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1014 | + "@babel/parser" "^7.23.0" |
| 1015 | + "@babel/types" "^7.23.0" |
938 | 1016 | debug "^4.1.0"
|
939 | 1017 | globals "^11.1.0"
|
940 | 1018 |
|
|
947 | 1025 | "@babel/helper-validator-identifier" "^7.19.1"
|
948 | 1026 | to-fast-properties "^2.0.0"
|
949 | 1027 |
|
| 1028 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1029 | + version "7.23.0" |
| 1030 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1031 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1032 | + dependencies: |
| 1033 | + "@babel/helper-string-parser" "^7.22.5" |
| 1034 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1035 | + to-fast-properties "^2.0.0" |
| 1036 | + |
950 | 1037 | "@jridgewell/gen-mapping@^0.1.0":
|
951 | 1038 | version "0.1.1"
|
952 | 1039 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
|
@@ -2470,7 +2557,7 @@ caseless@~0.12.0:
|
2470 | 2557 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
2471 | 2558 | integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
|
2472 | 2559 |
|
2473 |
| -chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1: |
| 2560 | +chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2: |
2474 | 2561 | version "2.4.2"
|
2475 | 2562 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
2476 | 2563 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments