|
97 | 97 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
|
98 | 98 | integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
|
99 | 99 |
|
| 100 | +"@babel/compat-data@^7.20.5": |
| 101 | + version "7.20.10" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec" |
| 103 | + integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg== |
| 104 | + |
100 | 105 |
|
101 | 106 | version "7.12.9"
|
102 | 107 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
|
|
119 | 124 | semver "^5.4.1"
|
120 | 125 | source-map "^0.5.0"
|
121 | 126 |
|
122 |
| - |
123 |
| - version "7.20.5" |
124 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113" |
125 |
| - integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ== |
| 127 | + |
| 128 | + version "7.20.12" |
| 129 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
| 130 | + integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
126 | 131 | dependencies:
|
127 | 132 | "@ampproject/remapping" "^2.1.0"
|
128 | 133 | "@babel/code-frame" "^7.18.6"
|
129 |
| - "@babel/generator" "^7.20.5" |
130 |
| - "@babel/helper-compilation-targets" "^7.20.0" |
131 |
| - "@babel/helper-module-transforms" "^7.20.2" |
132 |
| - "@babel/helpers" "^7.20.5" |
133 |
| - "@babel/parser" "^7.20.5" |
134 |
| - "@babel/template" "^7.18.10" |
135 |
| - "@babel/traverse" "^7.20.5" |
136 |
| - "@babel/types" "^7.20.5" |
| 134 | + "@babel/generator" "^7.20.7" |
| 135 | + "@babel/helper-compilation-targets" "^7.20.7" |
| 136 | + "@babel/helper-module-transforms" "^7.20.11" |
| 137 | + "@babel/helpers" "^7.20.7" |
| 138 | + "@babel/parser" "^7.20.7" |
| 139 | + "@babel/template" "^7.20.7" |
| 140 | + "@babel/traverse" "^7.20.12" |
| 141 | + "@babel/types" "^7.20.7" |
137 | 142 | convert-source-map "^1.7.0"
|
138 | 143 | debug "^4.1.0"
|
139 | 144 | gensync "^1.0.0-beta.2"
|
140 |
| - json5 "^2.2.1" |
| 145 | + json5 "^2.2.2" |
141 | 146 | semver "^6.3.0"
|
142 | 147 |
|
143 | 148 | "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.7.5":
|
|
206 | 211 | "@jridgewell/gen-mapping" "^0.3.2"
|
207 | 212 | jsesc "^2.5.1"
|
208 | 213 |
|
| 214 | +"@babel/generator@^7.20.7": |
| 215 | + version "7.20.7" |
| 216 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
| 217 | + integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 218 | + dependencies: |
| 219 | + "@babel/types" "^7.20.7" |
| 220 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 221 | + jsesc "^2.5.1" |
| 222 | + |
209 | 223 | "@babel/helper-annotate-as-pure@^7.10.4", "@babel/helper-annotate-as-pure@^7.12.13":
|
210 | 224 | version "7.12.13"
|
211 | 225 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
|
|
266 | 280 | browserslist "^4.21.3"
|
267 | 281 | semver "^6.3.0"
|
268 | 282 |
|
| 283 | +"@babel/helper-compilation-targets@^7.20.7": |
| 284 | + version "7.20.7" |
| 285 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb" |
| 286 | + integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ== |
| 287 | + dependencies: |
| 288 | + "@babel/compat-data" "^7.20.5" |
| 289 | + "@babel/helper-validator-option" "^7.18.6" |
| 290 | + browserslist "^4.21.3" |
| 291 | + lru-cache "^5.1.1" |
| 292 | + semver "^6.3.0" |
| 293 | + |
269 | 294 | "@babel/helper-create-class-features-plugin@^7.13.0", "@babel/helper-create-class-features-plugin@^7.14.2":
|
270 | 295 | version "7.14.2"
|
271 | 296 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.2.tgz#4e455b0329af29c2d3ad254b5dd5aed34595385d"
|
|
546 | 571 | "@babel/traverse" "^7.18.6"
|
547 | 572 | "@babel/types" "^7.18.6"
|
548 | 573 |
|
549 |
| -"@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2": |
| 574 | +"@babel/helper-module-transforms@^7.19.6": |
550 | 575 | version "7.20.2"
|
551 | 576 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
|
552 | 577 | integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
|
|
560 | 585 | "@babel/traverse" "^7.20.1"
|
561 | 586 | "@babel/types" "^7.20.2"
|
562 | 587 |
|
| 588 | +"@babel/helper-module-transforms@^7.20.11": |
| 589 | + version "7.20.11" |
| 590 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
| 591 | + integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
| 592 | + dependencies: |
| 593 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 594 | + "@babel/helper-module-imports" "^7.18.6" |
| 595 | + "@babel/helper-simple-access" "^7.20.2" |
| 596 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 597 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 598 | + "@babel/template" "^7.20.7" |
| 599 | + "@babel/traverse" "^7.20.10" |
| 600 | + "@babel/types" "^7.20.7" |
| 601 | + |
563 | 602 | "@babel/helper-optimise-call-expression@^7.12.13":
|
564 | 603 | version "7.12.13"
|
565 | 604 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
|
805 | 844 | "@babel/traverse" "^7.14.0"
|
806 | 845 | "@babel/types" "^7.14.0"
|
807 | 846 |
|
808 |
| -"@babel/helpers@^7.20.5": |
809 |
| - version "7.20.6" |
810 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763" |
811 |
| - integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w== |
| 847 | +"@babel/helpers@^7.20.7": |
| 848 | + version "7.20.7" |
| 849 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
| 850 | + integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
812 | 851 | dependencies:
|
813 |
| - "@babel/template" "^7.18.10" |
814 |
| - "@babel/traverse" "^7.20.5" |
815 |
| - "@babel/types" "^7.20.5" |
| 852 | + "@babel/template" "^7.20.7" |
| 853 | + "@babel/traverse" "^7.20.7" |
| 854 | + "@babel/types" "^7.20.7" |
816 | 855 |
|
817 | 856 | "@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
|
818 | 857 | version "7.14.0"
|
|
866 | 905 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
|
867 | 906 | integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
|
868 | 907 |
|
| 908 | +"@babel/parser@^7.20.7": |
| 909 | + version "7.20.7" |
| 910 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b" |
| 911 | + integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg== |
| 912 | + |
869 | 913 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
870 | 914 | version "7.18.6"
|
871 | 915 | 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"
|
|
2250 | 2294 | "@babel/parser" "^7.18.6"
|
2251 | 2295 | "@babel/types" "^7.18.6"
|
2252 | 2296 |
|
| 2297 | +"@babel/template@^7.20.7": |
| 2298 | + version "7.20.7" |
| 2299 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8" |
| 2300 | + integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== |
| 2301 | + dependencies: |
| 2302 | + "@babel/code-frame" "^7.18.6" |
| 2303 | + "@babel/parser" "^7.20.7" |
| 2304 | + "@babel/types" "^7.20.7" |
| 2305 | + |
2253 | 2306 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.6", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.15", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2", "@babel/traverse@^7.7.0":
|
2254 | 2307 | version "7.14.2"
|
2255 | 2308 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
|
|
2311 | 2364 | debug "^4.1.0"
|
2312 | 2365 | globals "^11.1.0"
|
2313 | 2366 |
|
2314 |
| -"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5": |
| 2367 | +"@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1": |
2315 | 2368 | version "7.20.5"
|
2316 | 2369 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
|
2317 | 2370 | integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
|
|
2327 | 2380 | debug "^4.1.0"
|
2328 | 2381 | globals "^11.1.0"
|
2329 | 2382 |
|
| 2383 | +"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12", "@babel/traverse@^7.20.7": |
| 2384 | + version "7.20.12" |
| 2385 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
| 2386 | + integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
| 2387 | + dependencies: |
| 2388 | + "@babel/code-frame" "^7.18.6" |
| 2389 | + "@babel/generator" "^7.20.7" |
| 2390 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 2391 | + "@babel/helper-function-name" "^7.19.0" |
| 2392 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 2393 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 2394 | + "@babel/parser" "^7.20.7" |
| 2395 | + "@babel/types" "^7.20.7" |
| 2396 | + debug "^4.1.0" |
| 2397 | + globals "^11.1.0" |
| 2398 | + |
2330 | 2399 | "@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.16", "@babel/types@^7.14.2", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
2331 | 2400 | version "7.14.2"
|
2332 | 2401 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
|
|
2394 | 2463 | "@babel/helper-validator-identifier" "^7.19.1"
|
2395 | 2464 | to-fast-properties "^2.0.0"
|
2396 | 2465 |
|
| 2466 | +"@babel/types@^7.20.7": |
| 2467 | + version "7.20.7" |
| 2468 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f" |
| 2469 | + integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg== |
| 2470 | + dependencies: |
| 2471 | + "@babel/helper-string-parser" "^7.19.4" |
| 2472 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 2473 | + to-fast-properties "^2.0.0" |
| 2474 | + |
2397 | 2475 |
|
2398 | 2476 | version "1.0.1"
|
2399 | 2477 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"
|
@@ -10908,10 +10986,10 @@ json5@^2.1.2, json5@^2.1.3:
|
10908 | 10986 | dependencies:
|
10909 | 10987 | minimist "^1.2.5"
|
10910 | 10988 |
|
10911 |
| -json5@^2.2.1: |
10912 |
| - version "2.2.1" |
10913 |
| - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c" |
10914 |
| - integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA== |
| 10989 | +json5@^2.2.2: |
| 10990 | + version "2.2.3" |
| 10991 | + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" |
| 10992 | + integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== |
10915 | 10993 |
|
10916 | 10994 | jsonfile@^2.1.0:
|
10917 | 10995 | version "2.4.0"
|
|
0 commit comments