|
40 | 40 | dependencies: |
41 | 41 | "@babel/highlight" "^7.16.7" |
42 | 42 |
|
| 43 | +"@babel/code-frame@^7.22.13": |
| 44 | + version "7.22.13" |
| 45 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 46 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 47 | + dependencies: |
| 48 | + "@babel/highlight" "^7.22.13" |
| 49 | + chalk "^2.4.2" |
| 50 | + |
43 | 51 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8", "@babel/compat-data@^7.17.0": |
44 | 52 | version "7.17.0" |
45 | 53 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" |
|
84 | 92 | jsesc "^2.5.1" |
85 | 93 | source-map "^0.5.0" |
86 | 94 |
|
| 95 | +"@babel/generator@^7.23.0": |
| 96 | + version "7.23.0" |
| 97 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 98 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 99 | + dependencies: |
| 100 | + "@babel/types" "^7.23.0" |
| 101 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 102 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 103 | + jsesc "^2.5.1" |
| 104 | + |
87 | 105 | "@babel/helper-annotate-as-pure@^7.16.7": |
88 | 106 | version "7.16.7" |
89 | 107 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" |
|
151 | 169 | dependencies: |
152 | 170 | "@babel/types" "^7.16.7" |
153 | 171 |
|
| 172 | +"@babel/helper-environment-visitor@^7.22.20": |
| 173 | + version "7.22.20" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 175 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 176 | + |
154 | 177 | "@babel/helper-explode-assignable-expression@^7.16.7": |
155 | 178 | version "7.16.7" |
156 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" |
|
167 | 190 | "@babel/template" "^7.16.7" |
168 | 191 | "@babel/types" "^7.16.7" |
169 | 192 |
|
| 193 | +"@babel/helper-function-name@^7.23.0": |
| 194 | + version "7.23.0" |
| 195 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 196 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 197 | + dependencies: |
| 198 | + "@babel/template" "^7.22.15" |
| 199 | + "@babel/types" "^7.23.0" |
| 200 | + |
170 | 201 | "@babel/helper-get-function-arity@^7.16.7": |
171 | 202 | version "7.16.7" |
172 | 203 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
|
181 | 212 | dependencies: |
182 | 213 | "@babel/types" "^7.16.7" |
183 | 214 |
|
| 215 | +"@babel/helper-hoist-variables@^7.22.5": |
| 216 | + version "7.22.5" |
| 217 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 218 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 219 | + dependencies: |
| 220 | + "@babel/types" "^7.22.5" |
| 221 | + |
184 | 222 | "@babel/helper-member-expression-to-functions@^7.16.7": |
185 | 223 | version "7.16.7" |
186 | 224 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" |
|
262 | 300 | dependencies: |
263 | 301 | "@babel/types" "^7.16.7" |
264 | 302 |
|
| 303 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 304 | + version "7.22.6" |
| 305 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 306 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 307 | + dependencies: |
| 308 | + "@babel/types" "^7.22.5" |
| 309 | + |
| 310 | +"@babel/helper-string-parser@^7.22.5": |
| 311 | + version "7.22.5" |
| 312 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 313 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 314 | + |
265 | 315 | "@babel/helper-validator-identifier@^7.16.7": |
266 | 316 | version "7.16.7" |
267 | 317 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
268 | 318 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
269 | 319 |
|
| 320 | +"@babel/helper-validator-identifier@^7.22.20": |
| 321 | + version "7.22.20" |
| 322 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 323 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 324 | + |
270 | 325 | "@babel/helper-validator-option@^7.16.7": |
271 | 326 | version "7.16.7" |
272 | 327 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
|
300 | 355 | chalk "^2.0.0" |
301 | 356 | js-tokens "^4.0.0" |
302 | 357 |
|
| 358 | +"@babel/highlight@^7.22.13": |
| 359 | + version "7.22.20" |
| 360 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 361 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 362 | + dependencies: |
| 363 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 364 | + chalk "^2.4.2" |
| 365 | + js-tokens "^4.0.0" |
| 366 | + |
303 | 367 | "@babel/parser@^7.1.0", "@babel/parser@^7.16.7", "@babel/parser@^7.17.3", "@babel/parser@^7.4.3": |
304 | 368 | version "7.17.3" |
305 | 369 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" |
306 | 370 | integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== |
307 | 371 |
|
308 | | -"@babel/parser@^7.20.15", "@babel/parser@^7.21.3": |
| 372 | +"@babel/parser@^7.20.15", "@babel/parser@^7.21.3", "@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
309 | 373 | version "7.23.0" |
310 | 374 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
311 | 375 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
|
977 | 1041 | "@babel/parser" "^7.16.7" |
978 | 1042 | "@babel/types" "^7.16.7" |
979 | 1043 |
|
980 | | -"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.4.3": |
981 | | - version "7.17.3" |
982 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57" |
983 | | - integrity sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw== |
| 1044 | +"@babel/template@^7.22.15": |
| 1045 | + version "7.22.15" |
| 1046 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1047 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
984 | 1048 | dependencies: |
985 | | - "@babel/code-frame" "^7.16.7" |
986 | | - "@babel/generator" "^7.17.3" |
987 | | - "@babel/helper-environment-visitor" "^7.16.7" |
988 | | - "@babel/helper-function-name" "^7.16.7" |
989 | | - "@babel/helper-hoist-variables" "^7.16.7" |
990 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
991 | | - "@babel/parser" "^7.17.3" |
992 | | - "@babel/types" "^7.17.0" |
| 1049 | + "@babel/code-frame" "^7.22.13" |
| 1050 | + "@babel/parser" "^7.22.15" |
| 1051 | + "@babel/types" "^7.22.15" |
| 1052 | + |
| 1053 | +"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.4.3": |
| 1054 | + version "7.23.2" |
| 1055 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1056 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1057 | + dependencies: |
| 1058 | + "@babel/code-frame" "^7.22.13" |
| 1059 | + "@babel/generator" "^7.23.0" |
| 1060 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1061 | + "@babel/helper-function-name" "^7.23.0" |
| 1062 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1063 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1064 | + "@babel/parser" "^7.23.0" |
| 1065 | + "@babel/types" "^7.23.0" |
993 | 1066 | debug "^4.1.0" |
994 | 1067 | globals "^11.1.0" |
995 | 1068 |
|
|
1001 | 1074 | "@babel/helper-validator-identifier" "^7.16.7" |
1002 | 1075 | to-fast-properties "^2.0.0" |
1003 | 1076 |
|
| 1077 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1078 | + version "7.23.0" |
| 1079 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1080 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1081 | + dependencies: |
| 1082 | + "@babel/helper-string-parser" "^7.22.5" |
| 1083 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1084 | + to-fast-properties "^2.0.0" |
| 1085 | + |
1004 | 1086 | "@cnakazawa/watch@^1.0.3": |
1005 | 1087 | version "1.0.4" |
1006 | 1088 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
1584 | 1666 | "@jridgewell/resolve-uri" "^3.0.3" |
1585 | 1667 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1586 | 1668 |
|
| 1669 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1670 | + version "0.3.20" |
| 1671 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f" |
| 1672 | + integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q== |
| 1673 | + dependencies: |
| 1674 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1675 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1676 | + |
1587 | 1677 | "@jridgewell/trace-mapping@^0.3.9": |
1588 | 1678 | version "0.3.19" |
1589 | 1679 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
|
0 commit comments