|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@ampproject/remapping@^2.1.0": |
| 5 | +"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0": |
6 | 6 | version "2.2.0" |
7 | 7 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" |
8 | 8 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== |
|
22 | 22 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151" |
23 | 23 | integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw== |
24 | 24 |
|
| 25 | +"@babel/compat-data@^7.20.5": |
| 26 | + version "7.21.0" |
| 27 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" |
| 28 | + integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g== |
| 29 | + |
25 | 30 | "@babel/core@7.12.9": |
26 | 31 | version "7.12.9" |
27 | 32 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8" |
|
44 | 49 | semver "^5.4.1" |
45 | 50 | source-map "^0.5.0" |
46 | 51 |
|
47 | | -"@babel/core@7.19.3", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5": |
| 52 | +"@babel/core@7.21.0": |
| 53 | + version "7.21.0" |
| 54 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
| 55 | + integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
| 56 | + dependencies: |
| 57 | + "@ampproject/remapping" "^2.2.0" |
| 58 | + "@babel/code-frame" "^7.18.6" |
| 59 | + "@babel/generator" "^7.21.0" |
| 60 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 61 | + "@babel/helper-module-transforms" "^7.21.0" |
| 62 | + "@babel/helpers" "^7.21.0" |
| 63 | + "@babel/parser" "^7.21.0" |
| 64 | + "@babel/template" "^7.20.7" |
| 65 | + "@babel/traverse" "^7.21.0" |
| 66 | + "@babel/types" "^7.21.0" |
| 67 | + convert-source-map "^1.7.0" |
| 68 | + debug "^4.1.0" |
| 69 | + gensync "^1.0.0-beta.2" |
| 70 | + json5 "^2.2.2" |
| 71 | + semver "^6.3.0" |
| 72 | + |
| 73 | +"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5": |
48 | 74 | version "7.19.3" |
49 | 75 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.3.tgz#2519f62a51458f43b682d61583c3810e7dcee64c" |
50 | 76 | integrity sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ== |
|
74 | 100 | "@jridgewell/gen-mapping" "^0.3.2" |
75 | 101 | jsesc "^2.5.1" |
76 | 102 |
|
| 103 | +"@babel/generator@^7.21.0": |
| 104 | + version "7.21.0" |
| 105 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f" |
| 106 | + integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA== |
| 107 | + dependencies: |
| 108 | + "@babel/types" "^7.21.0" |
| 109 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 110 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 111 | + jsesc "^2.5.1" |
| 112 | + |
77 | 113 | "@babel/helper-annotate-as-pure@^7.18.6": |
78 | 114 | version "7.18.6" |
79 | 115 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
99 | 135 | browserslist "^4.21.3" |
100 | 136 | semver "^6.3.0" |
101 | 137 |
|
| 138 | +"@babel/helper-compilation-targets@^7.20.7": |
| 139 | + version "7.20.7" |
| 140 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 141 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 142 | + dependencies: |
| 143 | + "@babel/compat-data" "^7.20.5" |
| 144 | + "@babel/helper-validator-option" "^7.18.6" |
| 145 | + browserslist "^4.21.3" |
| 146 | + lru-cache "^5.1.1" |
| 147 | + semver "^6.3.0" |
| 148 | + |
102 | 149 | "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0": |
103 | 150 | version "7.19.0" |
104 | 151 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b" |
|
166 | 213 | "@babel/template" "^7.18.10" |
167 | 214 | "@babel/types" "^7.19.0" |
168 | 215 |
|
| 216 | +"@babel/helper-function-name@^7.21.0": |
| 217 | + version "7.21.0" |
| 218 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 219 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 220 | + dependencies: |
| 221 | + "@babel/template" "^7.20.7" |
| 222 | + "@babel/types" "^7.21.0" |
| 223 | + |
169 | 224 | "@babel/helper-hoist-variables@^7.18.6": |
170 | 225 | version "7.18.6" |
171 | 226 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
|
201 | 256 | "@babel/traverse" "^7.19.0" |
202 | 257 | "@babel/types" "^7.19.0" |
203 | 258 |
|
| 259 | +"@babel/helper-module-transforms@^7.21.0": |
| 260 | + version "7.21.0" |
| 261 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
| 262 | + integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
| 263 | + dependencies: |
| 264 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 265 | + "@babel/helper-module-imports" "^7.18.6" |
| 266 | + "@babel/helper-simple-access" "^7.20.2" |
| 267 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 268 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 269 | + "@babel/template" "^7.20.7" |
| 270 | + "@babel/traverse" "^7.21.0" |
| 271 | + "@babel/types" "^7.21.0" |
| 272 | + |
204 | 273 | "@babel/helper-optimise-call-expression@^7.18.6": |
205 | 274 | version "7.18.6" |
206 | 275 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe" |
|
251 | 320 | dependencies: |
252 | 321 | "@babel/types" "^7.18.6" |
253 | 322 |
|
| 323 | +"@babel/helper-simple-access@^7.20.2": |
| 324 | + version "7.20.2" |
| 325 | + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9" |
| 326 | + integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA== |
| 327 | + dependencies: |
| 328 | + "@babel/types" "^7.20.2" |
| 329 | + |
254 | 330 | "@babel/helper-skip-transparent-expression-wrappers@^7.18.9": |
255 | 331 | version "7.18.9" |
256 | 332 | resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818" |
|
270 | 346 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
271 | 347 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
272 | 348 |
|
| 349 | +"@babel/helper-string-parser@^7.19.4": |
| 350 | + version "7.19.4" |
| 351 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
| 352 | + integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
| 353 | + |
273 | 354 | "@babel/helper-validator-identifier@^7.18.6": |
274 | 355 | version "7.18.6" |
275 | 356 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
|
304 | 385 | "@babel/traverse" "^7.19.0" |
305 | 386 | "@babel/types" "^7.19.0" |
306 | 387 |
|
| 388 | +"@babel/helpers@^7.21.0": |
| 389 | + version "7.21.0" |
| 390 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 391 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
| 392 | + dependencies: |
| 393 | + "@babel/template" "^7.20.7" |
| 394 | + "@babel/traverse" "^7.21.0" |
| 395 | + "@babel/types" "^7.21.0" |
| 396 | + |
307 | 397 | "@babel/highlight@^7.18.6": |
308 | 398 | version "7.18.6" |
309 | 399 | resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" |
|
318 | 408 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a" |
319 | 409 | integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ== |
320 | 410 |
|
| 411 | +"@babel/parser@^7.20.7", "@babel/parser@^7.21.0": |
| 412 | + version "7.21.0" |
| 413 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4" |
| 414 | + integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg== |
| 415 | + |
321 | 416 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
322 | 417 | version "7.18.6" |
323 | 418 | 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" |
|
1126 | 1221 | "@babel/parser" "^7.18.10" |
1127 | 1222 | "@babel/types" "^7.18.10" |
1128 | 1223 |
|
| 1224 | +"@babel/template@^7.20.7": |
| 1225 | + version "7.20.7" |
| 1226 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 1227 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 1228 | + dependencies: |
| 1229 | + "@babel/code-frame" "^7.18.6" |
| 1230 | + "@babel/parser" "^7.20.7" |
| 1231 | + "@babel/types" "^7.20.7" |
| 1232 | + |
1129 | 1233 | "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3": |
1130 | 1234 | version "7.19.3" |
1131 | 1235 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4" |
|
1142 | 1246 | debug "^4.1.0" |
1143 | 1247 | globals "^11.1.0" |
1144 | 1248 |
|
| 1249 | +"@babel/traverse@^7.21.0": |
| 1250 | + version "7.21.0" |
| 1251 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" |
| 1252 | + integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== |
| 1253 | + dependencies: |
| 1254 | + "@babel/code-frame" "^7.18.6" |
| 1255 | + "@babel/generator" "^7.21.0" |
| 1256 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 1257 | + "@babel/helper-function-name" "^7.21.0" |
| 1258 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 1259 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 1260 | + "@babel/parser" "^7.21.0" |
| 1261 | + "@babel/types" "^7.21.0" |
| 1262 | + debug "^4.1.0" |
| 1263 | + globals "^11.1.0" |
| 1264 | + |
1145 | 1265 | "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.2.0", "@babel/types@^7.4.4": |
1146 | 1266 | version "7.19.3" |
1147 | 1267 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624" |
|
1160 | 1280 | "@babel/helper-validator-identifier" "^7.18.6" |
1161 | 1281 | to-fast-properties "^2.0.0" |
1162 | 1282 |
|
| 1283 | +"@babel/types@^7.20.2", "@babel/types@^7.20.7", "@babel/types@^7.21.0": |
| 1284 | + version "7.21.0" |
| 1285 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819" |
| 1286 | + integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow== |
| 1287 | + dependencies: |
| 1288 | + "@babel/helper-string-parser" "^7.19.4" |
| 1289 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1290 | + to-fast-properties "^2.0.0" |
| 1291 | + |
1163 | 1292 | "@base2/pretty-print-object@1.0.1": |
1164 | 1293 | version "1.0.1" |
1165 | 1294 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4" |
|
1558 | 1687 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1559 | 1688 | "@jridgewell/trace-mapping" "^0.3.9" |
1560 | 1689 |
|
1561 | | -"@jridgewell/resolve-uri@^3.0.3": |
| 1690 | +"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3": |
1562 | 1691 | version "3.1.0" |
1563 | 1692 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
1564 | 1693 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
|
1576 | 1705 | "@jridgewell/gen-mapping" "^0.3.0" |
1577 | 1706 | "@jridgewell/trace-mapping" "^0.3.9" |
1578 | 1707 |
|
1579 | | -"@jridgewell/sourcemap-codec@^1.4.10": |
| 1708 | +"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": |
1580 | 1709 | version "1.4.14" |
1581 | 1710 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
1582 | 1711 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
|
1589 | 1718 | "@jridgewell/resolve-uri" "^3.0.3" |
1590 | 1719 | "@jridgewell/sourcemap-codec" "^1.4.10" |
1591 | 1720 |
|
| 1721 | +"@jridgewell/trace-mapping@^0.3.17": |
| 1722 | + version "0.3.17" |
| 1723 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
| 1724 | + integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== |
| 1725 | + dependencies: |
| 1726 | + "@jridgewell/resolve-uri" "3.1.0" |
| 1727 | + "@jridgewell/sourcemap-codec" "1.4.14" |
| 1728 | + |
1592 | 1729 | "@mdx-js/mdx@^1.6.22": |
1593 | 1730 | version "1.6.22" |
1594 | 1731 | resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-1.6.22.tgz#8a723157bf90e78f17dc0f27995398e6c731f1ba" |
@@ -7801,6 +7938,11 @@ json5@^2.1.2, json5@^2.1.3, json5@^2.2.1: |
7801 | 7938 | resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
7802 | 7939 | integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
7803 | 7940 |
|
| 7941 | +json5@^2.2.2: |
| 7942 | + version "2.2.3" |
| 7943 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 7944 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
| 7945 | + |
7804 | 7946 | jsonfile@^6.0.1: |
7805 | 7947 | version "6.1.0" |
7806 | 7948 | resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" |
|
0 commit comments