|
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== |
|
70 | 70 | semver "^5.4.1" |
71 | 71 | source-map "^0.5.0" |
72 | 72 |
|
73 | | -"@babel/core@7.20.12": |
74 | | - version "7.20.12" |
75 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
76 | | - integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
| 73 | +"@babel/core@7.21.0": |
| 74 | + version "7.21.0" |
| 75 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
| 76 | + integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
77 | 77 | dependencies: |
78 | | - "@ampproject/remapping" "^2.1.0" |
| 78 | + "@ampproject/remapping" "^2.2.0" |
79 | 79 | "@babel/code-frame" "^7.18.6" |
80 | | - "@babel/generator" "^7.20.7" |
| 80 | + "@babel/generator" "^7.21.0" |
81 | 81 | "@babel/helper-compilation-targets" "^7.20.7" |
82 | | - "@babel/helper-module-transforms" "^7.20.11" |
83 | | - "@babel/helpers" "^7.20.7" |
84 | | - "@babel/parser" "^7.20.7" |
| 82 | + "@babel/helper-module-transforms" "^7.21.0" |
| 83 | + "@babel/helpers" "^7.21.0" |
| 84 | + "@babel/parser" "^7.21.0" |
85 | 85 | "@babel/template" "^7.20.7" |
86 | | - "@babel/traverse" "^7.20.12" |
87 | | - "@babel/types" "^7.20.7" |
| 86 | + "@babel/traverse" "^7.21.0" |
| 87 | + "@babel/types" "^7.21.0" |
88 | 88 | convert-source-map "^1.7.0" |
89 | 89 | debug "^4.1.0" |
90 | 90 | gensync "^1.0.0-beta.2" |
|
151 | 151 | jsesc "^2.5.1" |
152 | 152 | source-map "^0.5.0" |
153 | 153 |
|
154 | | -"@babel/generator@^7.20.7": |
155 | | - version "7.20.7" |
156 | | - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
157 | | - integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 154 | +"@babel/generator@^7.21.0": |
| 155 | + version "7.21.0" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.0.tgz#45d731e84f506ce02a7b22b9ba5861ea88eef64f" |
| 157 | + integrity sha512-z/zN3SePOtxN1/vPFdqrkuJGCD2Vx469+dSbNRD+4TF2+6e4Of5exHqAtcfL/2Nwu0RN0QsFwjyDBFwdUMzNSA== |
158 | 158 | dependencies: |
159 | | - "@babel/types" "^7.20.7" |
| 159 | + "@babel/types" "^7.21.0" |
160 | 160 | "@jridgewell/gen-mapping" "^0.3.2" |
| 161 | + "@jridgewell/trace-mapping" "^0.3.17" |
161 | 162 | jsesc "^2.5.1" |
162 | 163 |
|
163 | 164 | "@babel/helper-annotate-as-pure@^7.16.0": |
|
346 | 347 | "@babel/template" "^7.18.10" |
347 | 348 | "@babel/types" "^7.19.0" |
348 | 349 |
|
| 350 | +"@babel/helper-function-name@^7.21.0": |
| 351 | + version "7.21.0" |
| 352 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 353 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 354 | + dependencies: |
| 355 | + "@babel/template" "^7.20.7" |
| 356 | + "@babel/types" "^7.21.0" |
| 357 | + |
349 | 358 | "@babel/helper-get-function-arity@^7.16.0": |
350 | 359 | version "7.16.0" |
351 | 360 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa" |
|
423 | 432 | "@babel/traverse" "^7.16.5" |
424 | 433 | "@babel/types" "^7.16.0" |
425 | 434 |
|
426 | | -"@babel/helper-module-transforms@^7.20.11": |
427 | | - version "7.20.11" |
428 | | - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
429 | | - integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
| 435 | +"@babel/helper-module-transforms@^7.21.0": |
| 436 | + version "7.21.0" |
| 437 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.0.tgz#89a8f86ad748870e3d024e470b2e8405e869db67" |
| 438 | + integrity sha512-eD/JQ21IG2i1FraJnTMbUarAUkA7G988ofehG5MDCRXaUU91rEBJuCeSoou2Sk1y4RbLYXzqEg1QLwEmRU4qcQ== |
430 | 439 | dependencies: |
431 | 440 | "@babel/helper-environment-visitor" "^7.18.9" |
432 | 441 | "@babel/helper-module-imports" "^7.18.6" |
433 | 442 | "@babel/helper-simple-access" "^7.20.2" |
434 | 443 | "@babel/helper-split-export-declaration" "^7.18.6" |
435 | 444 | "@babel/helper-validator-identifier" "^7.19.1" |
436 | 445 | "@babel/template" "^7.20.7" |
437 | | - "@babel/traverse" "^7.20.10" |
438 | | - "@babel/types" "^7.20.7" |
| 446 | + "@babel/traverse" "^7.21.0" |
| 447 | + "@babel/types" "^7.21.0" |
439 | 448 |
|
440 | 449 | "@babel/helper-optimise-call-expression@^7.16.0": |
441 | 450 | version "7.16.0" |
|
629 | 638 | "@babel/traverse" "^7.16.5" |
630 | 639 | "@babel/types" "^7.16.0" |
631 | 640 |
|
632 | | -"@babel/helpers@^7.20.7": |
633 | | - version "7.20.7" |
634 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
635 | | - integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
| 641 | +"@babel/helpers@^7.21.0": |
| 642 | + version "7.21.0" |
| 643 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 644 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
636 | 645 | dependencies: |
637 | 646 | "@babel/template" "^7.20.7" |
638 | | - "@babel/traverse" "^7.20.7" |
639 | | - "@babel/types" "^7.20.7" |
| 647 | + "@babel/traverse" "^7.21.0" |
| 648 | + "@babel/types" "^7.21.0" |
640 | 649 |
|
641 | 650 | "@babel/highlight@^7.16.0": |
642 | 651 | version "7.16.0" |
|
671 | 680 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
672 | 681 | integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
673 | 682 |
|
| 683 | +"@babel/parser@^7.21.0": |
| 684 | + version "7.21.0" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.0.tgz#cc09288743b867763cb927ba101ccdf0b600b7e4" |
| 686 | + integrity sha512-ONjtg4renj14A9pj3iA5T5+r5Eijxbr2eNIkMBTC74occDSsRZUpe8vowmowAjFR1imWlkD8eEmjYXiREZpGZg== |
| 687 | + |
674 | 688 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2": |
675 | 689 | version "7.16.2" |
676 | 690 | 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" |
|
2009 | 2023 | debug "^4.1.0" |
2010 | 2024 | globals "^11.1.0" |
2011 | 2025 |
|
2012 | | -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12": |
2013 | | - version "7.20.12" |
2014 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
2015 | | - integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
2016 | | - dependencies: |
2017 | | - "@babel/code-frame" "^7.18.6" |
2018 | | - "@babel/generator" "^7.20.7" |
2019 | | - "@babel/helper-environment-visitor" "^7.18.9" |
2020 | | - "@babel/helper-function-name" "^7.19.0" |
2021 | | - "@babel/helper-hoist-variables" "^7.18.6" |
2022 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
2023 | | - "@babel/parser" "^7.20.7" |
2024 | | - "@babel/types" "^7.20.7" |
2025 | | - debug "^4.1.0" |
2026 | | - globals "^11.1.0" |
2027 | | - |
2028 | | -"@babel/traverse@^7.20.7": |
2029 | | - version "7.20.7" |
2030 | | - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c" |
2031 | | - integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A== |
| 2026 | +"@babel/traverse@^7.21.0": |
| 2027 | + version "7.21.0" |
| 2028 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc" |
| 2029 | + integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA== |
2032 | 2030 | dependencies: |
2033 | 2031 | "@babel/code-frame" "^7.18.6" |
2034 | | - "@babel/generator" "^7.20.7" |
| 2032 | + "@babel/generator" "^7.21.0" |
2035 | 2033 | "@babel/helper-environment-visitor" "^7.18.9" |
2036 | | - "@babel/helper-function-name" "^7.19.0" |
| 2034 | + "@babel/helper-function-name" "^7.21.0" |
2037 | 2035 | "@babel/helper-hoist-variables" "^7.18.6" |
2038 | 2036 | "@babel/helper-split-export-declaration" "^7.18.6" |
2039 | | - "@babel/parser" "^7.20.7" |
2040 | | - "@babel/types" "^7.20.7" |
| 2037 | + "@babel/parser" "^7.21.0" |
| 2038 | + "@babel/types" "^7.21.0" |
2041 | 2039 | debug "^4.1.0" |
2042 | 2040 | globals "^11.1.0" |
2043 | 2041 |
|
|
2076 | 2074 | "@babel/helper-validator-identifier" "^7.19.1" |
2077 | 2075 | to-fast-properties "^2.0.0" |
2078 | 2076 |
|
| 2077 | +"@babel/types@^7.21.0": |
| 2078 | + version "7.21.0" |
| 2079 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819" |
| 2080 | + integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow== |
| 2081 | + dependencies: |
| 2082 | + "@babel/helper-string-parser" "^7.19.4" |
| 2083 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 2084 | + to-fast-properties "^2.0.0" |
| 2085 | + |
2079 | 2086 | |
2080 | 2087 | version "1.0.1" |
2081 | 2088 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4" |
|
2265 | 2272 | "@jridgewell/sourcemap-codec" "^1.4.10" |
2266 | 2273 | "@jridgewell/trace-mapping" "^0.3.9" |
2267 | 2274 |
|
2268 | | -"@jridgewell/resolve-uri@^3.0.3": |
| 2275 | +"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3": |
2269 | 2276 | version "3.1.0" |
2270 | 2277 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
2271 | 2278 | integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
|
2283 | 2290 | "@jridgewell/gen-mapping" "^0.3.0" |
2284 | 2291 | "@jridgewell/trace-mapping" "^0.3.9" |
2285 | 2292 |
|
2286 | | -"@jridgewell/sourcemap-codec@^1.4.10": |
| 2293 | +"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10": |
2287 | 2294 | version "1.4.14" |
2288 | 2295 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
2289 | 2296 | integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
|
2296 | 2303 | "@jridgewell/resolve-uri" "^3.0.3" |
2297 | 2304 | "@jridgewell/sourcemap-codec" "^1.4.10" |
2298 | 2305 |
|
| 2306 | +"@jridgewell/trace-mapping@^0.3.17": |
| 2307 | + version "0.3.17" |
| 2308 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
| 2309 | + integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== |
| 2310 | + dependencies: |
| 2311 | + "@jridgewell/resolve-uri" "3.1.0" |
| 2312 | + "@jridgewell/sourcemap-codec" "1.4.14" |
| 2313 | + |
2299 | 2314 | "@jridgewell/trace-mapping@^0.3.7": |
2300 | 2315 | version "0.3.13" |
2301 | 2316 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea" |
|
0 commit comments