|
562 | 562 | dependencies:
|
563 | 563 | "@babel/types" "^7.16.7"
|
564 | 564 |
|
| 565 | +"@babel/helper-module-imports@^7.7.4": |
| 566 | + version "7.24.3" |
| 567 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128" |
| 568 | + integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg== |
| 569 | + dependencies: |
| 570 | + "@babel/types" "^7.24.0" |
| 571 | + |
565 | 572 | "@babel/helper-module-transforms@^7.12.1":
|
566 | 573 | version "7.14.5"
|
567 | 574 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.5.tgz#7de42f10d789b423eb902ebd24031ca77cb1e10e"
|
|
800 | 807 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
801 | 808 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
802 | 809 |
|
| 810 | +"@babel/helper-string-parser@^7.23.4": |
| 811 | + version "7.24.1" |
| 812 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e" |
| 813 | + integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ== |
| 814 | + |
803 | 815 | "@babel/helper-validator-identifier@^7.10.4":
|
804 | 816 | version "7.10.4"
|
805 | 817 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
|
|
825 | 837 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
826 | 838 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
827 | 839 |
|
| 840 | +"@babel/helper-validator-identifier@^7.22.20": |
| 841 | + version "7.22.20" |
| 842 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 843 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 844 | + |
828 | 845 | "@babel/helper-validator-identifier@^7.9.0":
|
829 | 846 | version "7.9.0"
|
830 | 847 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
|
|
2100 | 2117 | "@babel/helper-validator-identifier" "^7.19.1"
|
2101 | 2118 | to-fast-properties "^2.0.0"
|
2102 | 2119 |
|
| 2120 | +"@babel/types@^7.24.0": |
| 2121 | + version "7.24.0" |
| 2122 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf" |
| 2123 | + integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w== |
| 2124 | + dependencies: |
| 2125 | + "@babel/helper-string-parser" "^7.23.4" |
| 2126 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 2127 | + to-fast-properties "^2.0.0" |
| 2128 | + |
2103 | 2129 | "@babel/types@^7.7.0", "@babel/types@^7.9.0":
|
2104 | 2130 | version "7.9.0"
|
2105 | 2131 | resolved "https://registry.npmjs.org/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
|
|
2450 | 2476 | prop-types "^15.6.1"
|
2451 | 2477 | react-lifecycles-compat "^3.0.4"
|
2452 | 2478 |
|
| 2479 | + |
| 2480 | + version "5.0.0" |
| 2481 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.0.0.tgz#2f01c9555927449c82cb13dd9e56213a358e1ce9" |
| 2482 | + integrity sha512-YpVnwdUeVj/fDFN75Y3CAzJTMYNcqbH05SJs551wqj+BSwLT9pS3dqJrVDPYl3eH4OrI8ueiEseX5VgUn+0HLA== |
| 2483 | + dependencies: |
| 2484 | + "@babel/helper-module-imports" "^7.7.4" |
| 2485 | + "@rollup/pluginutils" "^3.0.8" |
| 2486 | + |
| 2487 | +"@rollup/pluginutils@^3.0.8": |
| 2488 | + version "3.1.0" |
| 2489 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b" |
| 2490 | + integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
| 2491 | + dependencies: |
| 2492 | + "@types/estree" "0.0.39" |
| 2493 | + estree-walker "^1.0.1" |
| 2494 | + picomatch "^2.2.2" |
| 2495 | + |
2453 | 2496 | "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
|
2454 | 2497 | version "1.7.0"
|
2455 | 2498 | resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
|
@@ -7048,6 +7091,11 @@ estree-walker@^0.6.1:
|
7048 | 7091 | resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
|
7049 | 7092 | integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
|
7050 | 7093 |
|
| 7094 | +estree-walker@^1.0.1: |
| 7095 | + version "1.0.1" |
| 7096 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700" |
| 7097 | + integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
| 7098 | + |
7051 | 7099 | esutils@^1.1.6:
|
7052 | 7100 | version "1.1.6"
|
7053 | 7101 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-1.1.6.tgz#c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375"
|
@@ -10776,7 +10824,7 @@ picomatch@^2.0.5:
|
10776 | 10824 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.1.tgz#21bac888b6ed8601f831ce7816e335bc779f0a4a"
|
10777 | 10825 | integrity sha512-ISBaA8xQNmwELC7eOjqFKMESB2VIqt4PPDD0nsS95b/9dZXvVKOlz9keMSnoGGKcOHXfTvDD6WMaRoSc9UuhRA==
|
10778 | 10826 |
|
10779 |
| -picomatch@^2.2.3, picomatch@^2.3.0: |
| 10827 | +picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.0: |
10780 | 10828 | version "2.3.1"
|
10781 | 10829 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
10782 | 10830 | integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
@@ -12084,14 +12132,6 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
|
12084 | 12132 | hash-base "^3.0.0"
|
12085 | 12133 | inherits "^2.0.1"
|
12086 | 12134 |
|
12087 |
| - |
12088 |
| - version "4.4.0" |
12089 |
| - resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-4.4.0.tgz#d15bd259466a9d1accbdb2fe2fff17c52d030acb" |
12090 |
| - integrity sha512-Lek/TYp1+7g7I+uMfJnnSJ7YWoD58ajo6Oarhlex7lvUce+RCKRuGRSgztDO3/MF/PuGKmUL5iTHKf208UNszw== |
12091 |
| - dependencies: |
12092 |
| - "@babel/helper-module-imports" "^7.0.0" |
12093 |
| - rollup-pluginutils "^2.8.1" |
12094 |
| - |
12095 | 12135 |
|
12096 | 12136 | version "10.1.0"
|
12097 | 12137 | resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-10.1.0.tgz#417af3b54503878e084d127adf4d1caf8beb86fb"
|
|
0 commit comments