|
2 | 2 | # yarn lockfile v1 |
3 | 3 |
|
4 | 4 |
|
5 | | -"@ampproject/remapping@^2.1.0": |
6 | | - version "2.1.1" |
7 | | - resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.1.tgz#7922fb0817bf3166d8d9e258c57477e3fd1c3610" |
8 | | - integrity sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA== |
| 5 | +"@ampproject/remapping@^2.2.0": |
| 6 | + version "2.2.0" |
| 7 | + resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d" |
| 8 | + integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w== |
9 | 9 | dependencies: |
10 | | - "@jridgewell/trace-mapping" "^0.3.0" |
| 10 | + "@jridgewell/gen-mapping" "^0.1.0" |
| 11 | + "@jridgewell/trace-mapping" "^0.3.9" |
11 | 12 |
|
12 | 13 | "@async-iterable-iterator/async-iterator-to-array@^0.0.1": |
13 | 14 | version "0.0.1" |
|
48 | 49 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733" |
49 | 50 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g== |
50 | 51 |
|
51 | | -"@babel/core@7.20.12": |
52 | | - version "7.20.12" |
53 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
54 | | - integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
| 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== |
55 | 56 | dependencies: |
56 | | - "@ampproject/remapping" "^2.1.0" |
| 57 | + "@ampproject/remapping" "^2.2.0" |
57 | 58 | "@babel/code-frame" "^7.18.6" |
58 | | - "@babel/generator" "^7.20.7" |
| 59 | + "@babel/generator" "^7.21.0" |
59 | 60 | "@babel/helper-compilation-targets" "^7.20.7" |
60 | | - "@babel/helper-module-transforms" "^7.20.11" |
61 | | - "@babel/helpers" "^7.20.7" |
62 | | - "@babel/parser" "^7.20.7" |
| 61 | + "@babel/helper-module-transforms" "^7.21.0" |
| 62 | + "@babel/helpers" "^7.21.0" |
| 63 | + "@babel/parser" "^7.21.0" |
63 | 64 | "@babel/template" "^7.20.7" |
64 | | - "@babel/traverse" "^7.20.12" |
65 | | - "@babel/types" "^7.20.7" |
| 65 | + "@babel/traverse" "^7.21.0" |
| 66 | + "@babel/types" "^7.21.0" |
66 | 67 | convert-source-map "^1.7.0" |
67 | 68 | debug "^4.1.0" |
68 | 69 | gensync "^1.0.0-beta.2" |
|
135 | 136 | "@jridgewell/gen-mapping" "^0.3.2" |
136 | 137 | jsesc "^2.5.1" |
137 | 138 |
|
138 | | -"@babel/generator@^7.20.7": |
139 | | - version "7.20.7" |
140 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
141 | | - integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 139 | +"@babel/generator@^7.21.0": |
| 140 | + version "7.21.1" |
| 141 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd" |
| 142 | + integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA== |
142 | 143 | dependencies: |
143 | | - "@babel/types" "^7.20.7" |
| 144 | + "@babel/types" "^7.21.0" |
144 | 145 | "@jridgewell/gen-mapping" "^0.3.2" |
| 146 | + "@jridgewell/trace-mapping" "^0.3.17" |
145 | 147 | jsesc "^2.5.1" |
146 | 148 |
|
147 | 149 | "@babel/helper-annotate-as-pure@^7.16.0": |
|
355 | 357 | "@babel/template" "^7.18.10" |
356 | 358 | "@babel/types" "^7.19.0" |
357 | 359 |
|
| 360 | +"@babel/helper-function-name@^7.21.0": |
| 361 | + version "7.21.0" |
| 362 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 363 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 364 | + dependencies: |
| 365 | + "@babel/template" "^7.20.7" |
| 366 | + "@babel/types" "^7.21.0" |
| 367 | + |
358 | 368 | "@babel/helper-get-function-arity@^7.16.0": |
359 | 369 | version "7.16.0" |
360 | 370 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
|
453 | 463 | "@babel/traverse" "^7.19.6" |
454 | 464 | "@babel/types" "^7.19.4" |
455 | 465 |
|
456 | | -"@babel/helper-module-transforms@^7.20.11": |
457 | | - version "7.20.11" |
458 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
459 | | - integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
| 466 | +"@babel/helper-module-transforms@^7.21.0": |
| 467 | + version "7.21.0" |
| 468 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
| 469 | + integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
460 | 470 | dependencies: |
461 | 471 | "@babel/helper-environment-visitor" "^7.18.9" |
462 | 472 | "@babel/helper-module-imports" "^7.18.6" |
463 | 473 | "@babel/helper-simple-access" "^7.20.2" |
464 | 474 | "@babel/helper-split-export-declaration" "^7.18.6" |
465 | 475 | "@babel/helper-validator-identifier" "^7.19.1" |
466 | 476 | "@babel/template" "^7.20.7" |
467 | | - "@babel/traverse" "^7.20.10" |
468 | | - "@babel/types" "^7.20.7" |
| 477 | + "@babel/traverse" "^7.21.0" |
| 478 | + "@babel/types" "^7.21.0" |
469 | 479 |
|
470 | 480 | "@babel/helper-optimise-call-expression@^7.16.0": |
471 | 481 | version "7.16.0" |
|
698 | 708 | "@babel/traverse" "^7.16.5" |
699 | 709 | "@babel/types" "^7.16.0" |
700 | 710 |
|
701 | | -"@babel/helpers@^7.20.7": |
702 | | - version "7.20.7" |
703 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
704 | | - integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
| 711 | +"@babel/helpers@^7.21.0": |
| 712 | + version "7.21.0" |
| 713 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 714 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
705 | 715 | dependencies: |
706 | 716 | "@babel/template" "^7.20.7" |
707 | | - "@babel/traverse" "^7.20.7" |
708 | | - "@babel/types" "^7.20.7" |
| 717 | + "@babel/traverse" "^7.21.0" |
| 718 | + "@babel/types" "^7.21.0" |
709 | 719 |
|
710 | 720 | "@babel/highlight@^7.16.0": |
711 | 721 | version "7.16.0" |
|
755 | 765 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
756 | 766 | integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
757 | 767 |
|
| 768 | +"@babel/parser@^7.21.0": |
| 769 | + version "7.21.1" |
| 770 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.1.tgz#a8f81ee2fe872af23faea4b17a08fcc869de7bcc" |
| 771 | + integrity sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg== |
| 772 | + |
758 | 773 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
759 | 774 | version "7.16.2" |
760 | 775 | 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.2.tgz#2977fca9b212db153c195674e57cfab807733183" |
|
1911 | 1926 | "@babel/plugin-transform-react-jsx-development" "^7.16.5" |
1912 | 1927 | "@babel/plugin-transform-react-pure-annotations" "^7.16.5" |
1913 | 1928 |
|
1914 | | -"@babel/register@7.18.9": |
1915 | | - version "7.18.9" |
1916 | | - resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.18.9.tgz#1888b24bc28d5cc41c412feb015e9ff6b96e439c" |
1917 | | - integrity sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw== |
| 1929 | +"@babel/register@7.21.0": |
| 1930 | + version "7.21.0" |
| 1931 | + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.21.0.tgz#c97bf56c2472e063774f31d344c592ebdcefa132" |
| 1932 | + integrity sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw== |
1918 | 1933 | dependencies: |
1919 | 1934 | clone-deep "^4.0.1" |
1920 | 1935 | find-cache-dir "^2.0.0" |
|
2045 | 2060 | debug "^4.1.0" |
2046 | 2061 | globals "^11.1.0" |
2047 | 2062 |
|
2048 | | -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12": |
2049 | | - version "7.20.12" |
2050 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
2051 | | - integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 2063 | +"@babel/traverse@^7.21.0": |
| 2064 | + version "7.21.0" |
| 2065 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" |
| 2066 | + integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== |
2052 | 2067 | dependencies: |
2053 | 2068 | "@babel/code-frame" "^7.18.6" |
2054 | | - "@babel/generator" "^7.20.7" |
| 2069 | + "@babel/generator" "^7.21.0" |
2055 | 2070 | "@babel/helper-environment-visitor" "^7.18.9" |
2056 | | - "@babel/helper-function-name" "^7.19.0" |
| 2071 | + "@babel/helper-function-name" "^7.21.0" |
2057 | 2072 | "@babel/helper-hoist-variables" "^7.18.6" |
2058 | 2073 | "@babel/helper-split-export-declaration" "^7.18.6" |
2059 | | - "@babel/parser" "^7.20.7" |
2060 | | - "@babel/types" "^7.20.7" |
2061 | | - debug "^4.1.0" |
2062 | | - globals "^11.1.0" |
2063 | | - |
2064 | | -"@babel/traverse@^7.20.7": |
2065 | | - version "7.20.8" |
2066 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.8.tgz#e3a23eb04af24f8bbe8a8ba3eef6155b77df0b08" |
2067 | | - integrity sha512-/RNkaYDeCy4MjyV70+QkSHhxbvj2JO/5Ft2Pa880qJOG8tWrqcT/wXUuCCv43yogfqPzHL77Xu101KQPf4clnQ== |
2068 | | - dependencies: |
2069 | | - "@babel/code-frame" "^7.18.6" |
2070 | | - "@babel/generator" "^7.20.7" |
2071 | | - "@babel/helper-environment-visitor" "^7.18.9" |
2072 | | - "@babel/helper-function-name" "^7.19.0" |
2073 | | - "@babel/helper-hoist-variables" "^7.18.6" |
2074 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
2075 | | - "@babel/parser" "^7.20.7" |
2076 | | - "@babel/types" "^7.20.7" |
| 2074 | + "@babel/parser" "^7.21.0" |
| 2075 | + "@babel/types" "^7.21.0" |
2077 | 2076 | debug "^4.1.0" |
2078 | 2077 | globals "^11.1.0" |
2079 | 2078 |
|
|
2146 | 2145 | "@babel/helper-validator-identifier" "^7.19.1" |
2147 | 2146 | to-fast-properties "^2.0.0" |
2148 | 2147 |
|
| 2148 | +"@babel/types@^7.21.0": |
| 2149 | + version "7.21.0" |
| 2150 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819" |
| 2151 | + integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow== |
| 2152 | + dependencies: |
| 2153 | + "@babel/helper-string-parser" "^7.19.4" |
| 2154 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 2155 | + to-fast-properties "^2.0.0" |
| 2156 | + |
2149 | 2157 | "@bcoe/v8-coverage@^0.2.3": |
2150 | 2158 | version "0.2.3" |
2151 | 2159 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
2351 | 2359 | resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98" |
2352 | 2360 | integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== |
2353 | 2361 |
|
| 2362 | +"@jridgewell/gen-mapping@^0.1.0": |
| 2363 | + version "0.1.1" |
| 2364 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" |
| 2365 | + integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== |
| 2366 | + dependencies: |
| 2367 | + "@jridgewell/set-array" "^1.0.0" |
| 2368 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 2369 | + |
2354 | 2370 | "@jridgewell/gen-mapping@^0.3.0": |
2355 | 2371 | version "0.3.1" |
2356 | 2372 | resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz#cf92a983c83466b8c0ce9124fadeaf09f7c66ea9" |
|
2369 | 2385 | "@jridgewell/sourcemap-codec" "^1.4.10" |
2370 | 2386 | "@jridgewell/trace-mapping" "^0.3.9" |
2371 | 2387 |
|
| 2388 | +"@jridgewell/resolve-uri@3.1.0": |
| 2389 | + version "3.1.0" |
| 2390 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
| 2391 | + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
| 2392 | + |
2372 | 2393 | "@jridgewell/resolve-uri@^3.0.3": |
2373 | 2394 | version "3.0.4" |
2374 | 2395 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72" |
|
2384 | 2405 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" |
2385 | 2406 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== |
2386 | 2407 |
|
| 2408 | +"@jridgewell/sourcemap-codec@1.4.14": |
| 2409 | + version "1.4.14" |
| 2410 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
| 2411 | + integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
| 2412 | + |
2387 | 2413 | "@jridgewell/sourcemap-codec@^1.4.10": |
2388 | 2414 | version "1.4.10" |
2389 | 2415 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186" |
|
2397 | 2423 | "@jridgewell/resolve-uri" "^3.0.3" |
2398 | 2424 | "@jridgewell/sourcemap-codec" "^1.4.10" |
2399 | 2425 |
|
2400 | | -"@jridgewell/trace-mapping@^0.3.0": |
2401 | | - version "0.3.2" |
2402 | | - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.2.tgz#e051581782a770c30ba219634f2019241c5d3cde" |
2403 | | - integrity sha512-9KzzH4kMjA2XmBRHfqG2/Vtl7s92l6uNDd0wW7frDE+EUvQFGqNXhWp0UGJjSkt3v2AYjzOZn1QO9XaTNJIt1Q== |
| 2426 | +"@jridgewell/trace-mapping@^0.3.17": |
| 2427 | + version "0.3.17" |
| 2428 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
| 2429 | + integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== |
2404 | 2430 | dependencies: |
2405 | | - "@jridgewell/resolve-uri" "^3.0.3" |
2406 | | - "@jridgewell/sourcemap-codec" "^1.4.10" |
| 2431 | + "@jridgewell/resolve-uri" "3.1.0" |
| 2432 | + "@jridgewell/sourcemap-codec" "1.4.14" |
2407 | 2433 |
|
2408 | 2434 | "@jridgewell/trace-mapping@^0.3.9": |
2409 | 2435 | version "0.3.13" |
|
0 commit comments