|
25 | 25 | dependencies: |
26 | 26 | "@babel/highlight" "^7.16.7" |
27 | 27 |
|
| 28 | +"@babel/code-frame@^7.22.13": |
| 29 | + version "7.22.13" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 31 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 32 | + dependencies: |
| 33 | + "@babel/highlight" "^7.22.13" |
| 34 | + chalk "^2.4.2" |
| 35 | + |
28 | 36 | "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.4", "@babel/compat-data@^7.16.8": |
29 | 37 | version "7.17.0" |
30 | 38 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.0.tgz#86850b8597ea6962089770952075dcaabb8dba34" |
|
69 | 77 | jsesc "^2.5.1" |
70 | 78 | source-map "^0.5.0" |
71 | 79 |
|
| 80 | +"@babel/generator@^7.23.0": |
| 81 | + version "7.23.0" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420" |
| 83 | + integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g== |
| 84 | + dependencies: |
| 85 | + "@babel/types" "^7.23.0" |
| 86 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 87 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 88 | + jsesc "^2.5.1" |
| 89 | + |
72 | 90 | "@babel/helper-annotate-as-pure@^7.16.7": |
73 | 91 | version "7.16.7" |
74 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862" |
|
136 | 154 | dependencies: |
137 | 155 | "@babel/types" "^7.16.7" |
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.16.7": |
140 | 163 | version "7.16.7" |
141 | 164 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a" |
|
152 | 175 | "@babel/template" "^7.16.7" |
153 | 176 | "@babel/types" "^7.16.7" |
154 | 177 |
|
| 178 | +"@babel/helper-function-name@^7.23.0": |
| 179 | + version "7.23.0" |
| 180 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 181 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 182 | + dependencies: |
| 183 | + "@babel/template" "^7.22.15" |
| 184 | + "@babel/types" "^7.23.0" |
| 185 | + |
155 | 186 | "@babel/helper-get-function-arity@^7.16.7": |
156 | 187 | version "7.16.7" |
157 | 188 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419" |
|
166 | 197 | dependencies: |
167 | 198 | "@babel/types" "^7.16.7" |
168 | 199 |
|
| 200 | +"@babel/helper-hoist-variables@^7.22.5": |
| 201 | + version "7.22.5" |
| 202 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 203 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 204 | + dependencies: |
| 205 | + "@babel/types" "^7.22.5" |
| 206 | + |
169 | 207 | "@babel/helper-member-expression-to-functions@^7.16.7": |
170 | 208 | version "7.16.7" |
171 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz#42b9ca4b2b200123c3b7e726b0ae5153924905b0" |
|
247 | 285 | dependencies: |
248 | 286 | "@babel/types" "^7.16.7" |
249 | 287 |
|
| 288 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 289 | + version "7.22.6" |
| 290 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 291 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 292 | + dependencies: |
| 293 | + "@babel/types" "^7.22.5" |
| 294 | + |
| 295 | +"@babel/helper-string-parser@^7.22.5": |
| 296 | + version "7.22.5" |
| 297 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 298 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 299 | + |
250 | 300 | "@babel/helper-validator-identifier@^7.16.7": |
251 | 301 | version "7.16.7" |
252 | 302 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad" |
253 | 303 | integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw== |
254 | 304 |
|
| 305 | +"@babel/helper-validator-identifier@^7.22.20": |
| 306 | + version "7.22.20" |
| 307 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 308 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 309 | + |
255 | 310 | "@babel/helper-validator-option@^7.16.7": |
256 | 311 | version "7.16.7" |
257 | 312 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23" |
|
285 | 340 | chalk "^2.0.0" |
286 | 341 | js-tokens "^4.0.0" |
287 | 342 |
|
| 343 | +"@babel/highlight@^7.22.13": |
| 344 | + version "7.22.20" |
| 345 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 346 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 347 | + dependencies: |
| 348 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 349 | + chalk "^2.4.2" |
| 350 | + js-tokens "^4.0.0" |
| 351 | + |
288 | 352 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.17.0": |
289 | 353 | version "7.17.0" |
290 | 354 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.0.tgz#f0ac33eddbe214e4105363bb17c3341c5ffcc43c" |
291 | 355 | integrity sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw== |
292 | 356 |
|
| 357 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 358 | + version "7.23.0" |
| 359 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 360 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 361 | + |
293 | 362 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.7": |
294 | 363 | version "7.16.7" |
295 | 364 | 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.16.7.tgz#4eda6d6c2a0aa79c70fa7b6da67763dfe2141050" |
|
1047 | 1116 | "@babel/parser" "^7.16.7" |
1048 | 1117 | "@babel/types" "^7.16.7" |
1049 | 1118 |
|
1050 | | -"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.7.2": |
1051 | | - version "7.17.0" |
1052 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.0.tgz#3143e5066796408ccc880a33ecd3184f3e75cd30" |
1053 | | - integrity sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg== |
| 1119 | +"@babel/template@^7.22.15": |
| 1120 | + version "7.22.15" |
| 1121 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1122 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1054 | 1123 | dependencies: |
1055 | | - "@babel/code-frame" "^7.16.7" |
1056 | | - "@babel/generator" "^7.17.0" |
1057 | | - "@babel/helper-environment-visitor" "^7.16.7" |
1058 | | - "@babel/helper-function-name" "^7.16.7" |
1059 | | - "@babel/helper-hoist-variables" "^7.16.7" |
1060 | | - "@babel/helper-split-export-declaration" "^7.16.7" |
1061 | | - "@babel/parser" "^7.17.0" |
1062 | | - "@babel/types" "^7.17.0" |
| 1124 | + "@babel/code-frame" "^7.22.13" |
| 1125 | + "@babel/parser" "^7.22.15" |
| 1126 | + "@babel/types" "^7.22.15" |
| 1127 | + |
| 1128 | +"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.16.8", "@babel/traverse@^7.17.0", "@babel/traverse@^7.7.2": |
| 1129 | + version "7.23.2" |
| 1130 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1131 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1132 | + dependencies: |
| 1133 | + "@babel/code-frame" "^7.22.13" |
| 1134 | + "@babel/generator" "^7.23.0" |
| 1135 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1136 | + "@babel/helper-function-name" "^7.23.0" |
| 1137 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1138 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1139 | + "@babel/parser" "^7.23.0" |
| 1140 | + "@babel/types" "^7.23.0" |
1063 | 1141 | debug "^4.1.0" |
1064 | 1142 | globals "^11.1.0" |
1065 | 1143 |
|
|
1071 | 1149 | "@babel/helper-validator-identifier" "^7.16.7" |
1072 | 1150 | to-fast-properties "^2.0.0" |
1073 | 1151 |
|
| 1152 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1153 | + version "7.23.0" |
| 1154 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1155 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1156 | + dependencies: |
| 1157 | + "@babel/helper-string-parser" "^7.22.5" |
| 1158 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1159 | + to-fast-properties "^2.0.0" |
| 1160 | + |
1074 | 1161 | "@bcoe/v8-coverage@^0.2.3": |
1075 | 1162 | version "0.2.3" |
1076 | 1163 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
1541 | 1628 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1542 | 1629 | "@jridgewell/trace-mapping" "^0.3.9" |
1543 | 1630 |
|
| 1631 | +"@jridgewell/gen-mapping@^0.3.2": |
| 1632 | + version "0.3.3" |
| 1633 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" |
| 1634 | + integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== |
| 1635 | + dependencies: |
| 1636 | + "@jridgewell/set-array" "^1.0.1" |
| 1637 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 1638 | + "@jridgewell/trace-mapping" "^0.3.9" |
| 1639 | + |
1544 | 1640 | "@jridgewell/resolve-uri@^3.0.3": |
1545 | 1641 | version "3.1.0" |
1546 | 1642 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
1547 | 1643 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
1548 | 1644 |
|
| 1645 | +"@jridgewell/resolve-uri@^3.1.0": |
| 1646 | + version "3.1.1" |
| 1647 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" |
| 1648 | + integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== |
| 1649 | + |
1549 | 1650 | "@jridgewell/set-array@^1.0.1": |
1550 | 1651 | version "1.1.2" |
1551 | 1652 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
|
1564 | 1665 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1565 | 1666 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
1566 | 1667 |
|
| 1668 | +"@jridgewell/sourcemap-codec@^1.4.14": |
| 1669 | + version "1.4.15" |
| 1670 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" |
| 1671 | + integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== |
| 1672 | + |
1567 | 1673 | "@jridgewell/trace-mapping@^0.3.0": |
1568 | 1674 | version "0.3.2" |
1569 | 1675 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.2.tgz#e051581782a770c30ba219634f2019241c5d3cde" |
|
1572 | 1678 | "@jridgewell/resolve-uri" "^3.0.3" |
1573 | 1679 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1574 | 1680 |
|
| 1681 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1682 | + version "0.3.19" |
| 1683 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" |
| 1684 | + integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== |
| 1685 | + dependencies: |
| 1686 | + "@jridgewell/resolve-uri" "^3.1.0" |
| 1687 | + "@jridgewell/sourcemap-codec" "^1.4.14" |
| 1688 | + |
1575 | 1689 | "@jridgewell/trace-mapping@^0.3.9": |
1576 | 1690 | version "0.3.14" |
1577 | 1691 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" |
@@ -3091,7 +3205,7 @@ case-sensitive-paths-webpack-plugin@^2.4.0: |
3091 | 3205 | resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" |
3092 | 3206 | integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw== |
3093 | 3207 |
|
3094 | | -chalk@^2.0.0, chalk@^2.4.1: |
| 3208 | +chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2: |
3095 | 3209 | version "2.4.2" |
3096 | 3210 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |
3097 | 3211 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== |
|
0 commit comments