|
33 | 33 | dependencies:
|
34 | 34 | "@babel/highlight" "^7.18.6"
|
35 | 35 |
|
| 36 | +"@babel/code-frame@^7.22.13": |
| 37 | + version "7.22.13" |
| 38 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e" |
| 39 | + integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w== |
| 40 | + dependencies: |
| 41 | + "@babel/highlight" "^7.22.13" |
| 42 | + chalk "^2.4.2" |
| 43 | + |
36 | 44 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.22.0", "@babel/compat-data@^7.22.3":
|
37 | 45 | version "7.22.3"
|
38 | 46 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.3.tgz#cd502a6a0b6e37d7ad72ce7e71a7160a3ae36f7e"
|
|
59 | 67 | json5 "^2.2.2"
|
60 | 68 | semver "^6.3.0"
|
61 | 69 |
|
62 |
| -"@babel/generator@^7.22.0", "@babel/generator@^7.22.3": |
| 70 | +"@babel/generator@^7.22.0": |
63 | 71 | version "7.22.3"
|
64 | 72 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.3.tgz#0ff675d2edb93d7596c5f6728b52615cfc0df01e"
|
65 | 73 | integrity sha512-C17MW4wlk//ES/CJDL51kPNwl+qiBQyN7b9SKyVp11BLGFeSPoVaHrv+MNt8jwQFhQWowW88z1eeBx3pFz9v8A==
|
|
69 | 77 | "@jridgewell/trace-mapping" "^0.3.17"
|
70 | 78 | jsesc "^2.5.1"
|
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.18.6":
|
73 | 91 | version "7.18.6"
|
74 | 92 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
135 | 153 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.1.tgz#ac3a56dbada59ed969d712cf527bd8271fe3eba8"
|
136 | 154 | integrity sha512-Z2tgopurB/kTbidvzeBrc2To3PUP/9i5MUe+fU6QJCQDyPwSH2oRapkLw3KGECDYSjhQZCNxEvNvZlLw8JjGwA==
|
137 | 155 |
|
| 156 | +"@babel/helper-environment-visitor@^7.22.20": |
| 157 | + version "7.22.20" |
| 158 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 159 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 160 | + |
138 | 161 | "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
|
139 | 162 | version "7.21.0"
|
140 | 163 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
|
|
143 | 166 | "@babel/template" "^7.20.7"
|
144 | 167 | "@babel/types" "^7.21.0"
|
145 | 168 |
|
| 169 | +"@babel/helper-function-name@^7.23.0": |
| 170 | + version "7.23.0" |
| 171 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 172 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
| 173 | + dependencies: |
| 174 | + "@babel/template" "^7.22.15" |
| 175 | + "@babel/types" "^7.23.0" |
| 176 | + |
146 | 177 | "@babel/helper-hoist-variables@^7.18.6":
|
147 | 178 | version "7.18.6"
|
148 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
|
149 | 180 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
|
150 | 181 | dependencies:
|
151 | 182 | "@babel/types" "^7.18.6"
|
152 | 183 |
|
| 184 | +"@babel/helper-hoist-variables@^7.22.5": |
| 185 | + version "7.22.5" |
| 186 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 187 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
| 188 | + dependencies: |
| 189 | + "@babel/types" "^7.22.5" |
| 190 | + |
153 | 191 | "@babel/helper-member-expression-to-functions@^7.22.0":
|
154 | 192 | version "7.22.3"
|
155 | 193 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.3.tgz#4b77a12c1b4b8e9e28736ed47d8b91f00976911f"
|
|
233 | 271 | dependencies:
|
234 | 272 | "@babel/types" "^7.18.6"
|
235 | 273 |
|
| 274 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 275 | + version "7.22.6" |
| 276 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 277 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 278 | + dependencies: |
| 279 | + "@babel/types" "^7.22.5" |
| 280 | + |
236 | 281 | "@babel/helper-string-parser@^7.21.5":
|
237 | 282 | version "7.21.5"
|
238 | 283 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
239 | 284 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
240 | 285 |
|
| 286 | +"@babel/helper-string-parser@^7.22.5": |
| 287 | + version "7.22.5" |
| 288 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 289 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 290 | + |
241 | 291 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
242 | 292 | version "7.19.1"
|
243 | 293 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
244 | 294 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
245 | 295 |
|
| 296 | +"@babel/helper-validator-identifier@^7.22.20": |
| 297 | + version "7.22.20" |
| 298 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 299 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 300 | + |
246 | 301 | "@babel/helper-validator-option@^7.21.0":
|
247 | 302 | version "7.21.0"
|
248 | 303 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
276 | 331 | chalk "^2.0.0"
|
277 | 332 | js-tokens "^4.0.0"
|
278 | 333 |
|
279 |
| -"@babel/parser@^7.21.9", "@babel/parser@^7.22.0", "@babel/parser@^7.22.4": |
| 334 | +"@babel/highlight@^7.22.13": |
| 335 | + version "7.22.20" |
| 336 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54" |
| 337 | + integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg== |
| 338 | + dependencies: |
| 339 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 340 | + chalk "^2.4.2" |
| 341 | + js-tokens "^4.0.0" |
| 342 | + |
| 343 | +"@babel/parser@^7.21.9", "@babel/parser@^7.22.0": |
280 | 344 | version "7.22.4"
|
281 | 345 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.4.tgz#a770e98fd785c231af9d93f6459d36770993fb32"
|
282 | 346 | integrity sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA==
|
283 | 347 |
|
| 348 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.0": |
| 349 | + version "7.23.0" |
| 350 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
| 351 | + integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
| 352 | + |
284 | 353 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
285 | 354 | version "7.18.6"
|
286 | 355 | 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"
|
|
994 | 1063 | "@babel/parser" "^7.21.9"
|
995 | 1064 | "@babel/types" "^7.21.5"
|
996 | 1065 |
|
997 |
| -"@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1": |
998 |
| - version "7.22.4" |
999 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.4.tgz#c3cf96c5c290bd13b55e29d025274057727664c0" |
1000 |
| - integrity sha512-Tn1pDsjIcI+JcLKq1AVlZEr4226gpuAQTsLMorsYg9tuS/kG7nuwwJ4AB8jfQuEgb/COBwR/DqJxmoiYFu5/rQ== |
| 1066 | +"@babel/template@^7.22.15": |
| 1067 | + version "7.22.15" |
| 1068 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 1069 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
1001 | 1070 | dependencies:
|
1002 |
| - "@babel/code-frame" "^7.21.4" |
1003 |
| - "@babel/generator" "^7.22.3" |
1004 |
| - "@babel/helper-environment-visitor" "^7.22.1" |
1005 |
| - "@babel/helper-function-name" "^7.21.0" |
1006 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1007 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1008 |
| - "@babel/parser" "^7.22.4" |
1009 |
| - "@babel/types" "^7.22.4" |
| 1071 | + "@babel/code-frame" "^7.22.13" |
| 1072 | + "@babel/parser" "^7.22.15" |
| 1073 | + "@babel/types" "^7.22.15" |
| 1074 | + |
| 1075 | +"@babel/traverse@^7.20.5", "@babel/traverse@^7.22.1": |
| 1076 | + version "7.23.2" |
| 1077 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
| 1078 | + integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw== |
| 1079 | + dependencies: |
| 1080 | + "@babel/code-frame" "^7.22.13" |
| 1081 | + "@babel/generator" "^7.23.0" |
| 1082 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 1083 | + "@babel/helper-function-name" "^7.23.0" |
| 1084 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1085 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 1086 | + "@babel/parser" "^7.23.0" |
| 1087 | + "@babel/types" "^7.23.0" |
1010 | 1088 | debug "^4.1.0"
|
1011 | 1089 | globals "^11.1.0"
|
1012 | 1090 |
|
|
1019 | 1097 | "@babel/helper-validator-identifier" "^7.19.1"
|
1020 | 1098 | to-fast-properties "^2.0.0"
|
1021 | 1099 |
|
| 1100 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0": |
| 1101 | + version "7.23.0" |
| 1102 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
| 1103 | + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== |
| 1104 | + dependencies: |
| 1105 | + "@babel/helper-string-parser" "^7.22.5" |
| 1106 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 1107 | + to-fast-properties "^2.0.0" |
| 1108 | + |
1022 | 1109 | "@cspotcode/source-map-support@^0.8.0":
|
1023 | 1110 | version "0.8.1"
|
1024 | 1111 | resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
|
@@ -1433,7 +1520,7 @@ ccount@^1.0.0:
|
1433 | 1520 | resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
|
1434 | 1521 | integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
|
1435 | 1522 |
|
1436 |
| -chalk@^2.0.0: |
| 1523 | +chalk@^2.0.0, chalk@^2.4.2: |
1437 | 1524 | version "2.4.2"
|
1438 | 1525 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
1439 | 1526 | integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
0 commit comments