|
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.18.8", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1": |
21 | 29 | version "7.20.1" |
22 | 30 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz" |
|
64 | 72 | json5 "^2.2.1" |
65 | 73 | semver "^6.3.0" |
66 | 74 |
|
67 | | -"@babel/generator@^7.18.9", "@babel/generator@^7.20.1", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2": |
| 75 | +"@babel/generator@^7.18.9", "@babel/generator@^7.20.2", "@babel/generator@^7.7.2": |
68 | 76 | version "7.20.2" |
69 | 77 | resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.20.2.tgz" |
70 | 78 | integrity sha512-SD75PMIK6i9H8G/tfGvB4KKl4Nw6Ssos9nGgYwxbgyTP0iX/Z55DveoH86rmUB/YHTQQ+ZC0F7xxaY8l2OF44Q== |
|
73 | 81 | "@jridgewell/gen-mapping" "^0.3.2" |
74 | 82 | jsesc "^2.5.1" |
75 | 83 |
|
| 84 | +"@babel/generator@^7.23.0": |
| 85 | + version "7.23.0" |
| 86 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 87 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 88 | + dependencies: |
| 89 | + "@babel/types" "^7.23.0" |
| 90 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 91 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 92 | + jsesc "^2.5.1" |
| 93 | + |
76 | 94 | "@babel/helper-annotate-as-pure@^7.18.6": |
77 | 95 | version "7.18.6" |
78 | 96 | resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz" |
|
136 | 154 | resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz" |
137 | 155 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
138 | 156 |
|
| 157 | +"@babel/helper-environment-visitor@^7.22.20": |
| 158 | + version "7.22.20" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 160 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 161 | + |
139 | 162 | "@babel/helper-explode-assignable-expression@^7.18.6": |
140 | 163 | version "7.18.6" |
141 | 164 | resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz" |
|
151 | 174 | "@babel/template" "^7.18.10" |
152 | 175 | "@babel/types" "^7.19.0" |
153 | 176 |
|
| 177 | +"@babel/helper-function-name@^7.23.0": |
| 178 | + version "7.23.0" |
| 179 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 180 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 181 | + dependencies: |
| 182 | + "@babel/template" "^7.22.15" |
| 183 | + "@babel/types" "^7.23.0" |
| 184 | + |
154 | 185 | "@babel/helper-hoist-variables@^7.18.6": |
155 | 186 | version "7.18.6" |
156 | 187 | resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz" |
157 | 188 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
158 | 189 | dependencies: |
159 | 190 | "@babel/types" "^7.18.6" |
160 | 191 |
|
| 192 | +"@babel/helper-hoist-variables@^7.22.5": |
| 193 | + version "7.22.5" |
| 194 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 195 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 196 | + dependencies: |
| 197 | + "@babel/types" "^7.22.5" |
| 198 | + |
161 | 199 | "@babel/helper-member-expression-to-functions@^7.18.9": |
162 | 200 | version "7.18.9" |
163 | 201 | resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz" |
|
240 | 278 | dependencies: |
241 | 279 | "@babel/types" "^7.18.6" |
242 | 280 |
|
| 281 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 282 | + version "7.22.6" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 284 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 285 | + dependencies: |
| 286 | + "@babel/types" "^7.22.5" |
| 287 | + |
243 | 288 | "@babel/helper-string-parser@^7.19.4": |
244 | 289 | version "7.19.4" |
245 | 290 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz" |
246 | 291 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
247 | 292 |
|
| 293 | +"@babel/helper-string-parser@^7.22.5": |
| 294 | + version "7.22.5" |
| 295 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 296 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 297 | + |
248 | 298 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
249 | 299 | version "7.19.1" |
250 | 300 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" |
251 | 301 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
252 | 302 |
|
| 303 | +"@babel/helper-validator-identifier@^7.22.20": |
| 304 | + version "7.22.20" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 306 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 307 | + |
253 | 308 | "@babel/helper-validator-option@^7.18.6": |
254 | 309 | version "7.18.6" |
255 | 310 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz" |
|
283 | 338 | chalk "^2.0.0" |
284 | 339 | js-tokens "^4.0.0" |
285 | 340 |
|
286 | | -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.9", "@babel/parser@^7.20.1", "@babel/parser@^7.20.2": |
| 341 | +"@babel/highlight@^7.22.13": |
| 342 | + version "7.22.20" |
| 343 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 344 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 345 | + dependencies: |
| 346 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 347 | + chalk "^2.4.2" |
| 348 | + js-tokens "^4.0.0" |
| 349 | + |
| 350 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.18.9", "@babel/parser@^7.20.2": |
287 | 351 | version "7.20.2" |
288 | 352 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.2.tgz" |
289 | 353 | integrity sha512-afk318kh2uKbo7BEj2QtEi8HVCGrwHUffrYDy7dgVcSa2j9lY3LDjPzcyGdpX7xgm35aWqvciZJ4WKmdF/SxYg== |
290 | 354 |
|
| 355 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 356 | + version "7.23.0" |
| 357 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 358 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 359 | + |
291 | 360 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
292 | 361 | version "7.18.6" |
293 | 362 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz" |
|
1033 | 1102 | "@babel/parser" "^7.18.10" |
1034 | 1103 | "@babel/types" "^7.18.10" |
1035 | 1104 |
|
1036 | | -"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2": |
1037 | | - version "7.20.1" |
1038 | | - resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz" |
1039 | | - integrity sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA== |
| 1105 | +"@babel/template@^7.22.15": |
| 1106 | + version "7.22.15" |
| 1107 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1108 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1040 | 1109 | dependencies: |
1041 | | - "@babel/code-frame" "^7.18.6" |
1042 | | - "@babel/generator" "^7.20.1" |
1043 | | - "@babel/helper-environment-visitor" "^7.18.9" |
1044 | | - "@babel/helper-function-name" "^7.19.0" |
1045 | | - "@babel/helper-hoist-variables" "^7.18.6" |
1046 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
1047 | | - "@babel/parser" "^7.20.1" |
1048 | | - "@babel/types" "^7.20.0" |
| 1110 | + "@babel/code-frame" "^7.22.13" |
| 1111 | + "@babel/parser" "^7.22.15" |
| 1112 | + "@babel/types" "^7.22.15" |
| 1113 | + |
| 1114 | +"@babel/traverse@^7.18.9", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.7.2": |
| 1115 | + version "7.23.2" |
| 1116 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1117 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1118 | + dependencies: |
| 1119 | + "@babel/code-frame" "^7.22.13" |
| 1120 | + "@babel/generator" "^7.23.0" |
| 1121 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1122 | + "@babel/helper-function-name" "^7.23.0" |
| 1123 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1124 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1125 | + "@babel/parser" "^7.23.0" |
| 1126 | + "@babel/types" "^7.23.0" |
1049 | 1127 | debug "^4.1.0" |
1050 | 1128 | globals "^11.1.0" |
1051 | 1129 |
|
|
1058 | 1136 | "@babel/helper-validator-identifier" "^7.19.1" |
1059 | 1137 | to-fast-properties "^2.0.0" |
1060 | 1138 |
|
| 1139 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1140 | + version "7.23.0" |
| 1141 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1142 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1143 | + dependencies: |
| 1144 | + "@babel/helper-string-parser" "^7.22.5" |
| 1145 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1146 | + to-fast-properties "^2.0.0" |
| 1147 | + |
1061 | 1148 | "@bcoe/v8-coverage@^0.2.3": |
1062 | 1149 | version "0.2.3" |
1063 | 1150 | resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" |
@@ -3723,7 +3810,7 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426: |
3723 | 3810 | resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001430.tgz" |
3724 | 3811 | integrity sha512-IB1BXTZKPDVPM7cnV4iaKaHxckvdr/3xtctB3f7Hmenx3qYBhGtTZ//7EllK66aKXW98Lx0+7Yr0kxBtIt3tzg== |
3725 | 3812 |
|
3726 | | -chalk@^2.0.0: |
| 3813 | +chalk@^2.0.0, chalk@^2.4.2: |
3727 | 3814 | version "2.4.2" |
3728 | 3815 | resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" |
3729 | 3816 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
|
0 commit comments