|
10 | 10 | "@jridgewell/gen-mapping" "^0.1.0"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.9"
|
12 | 12 |
|
13 |
| -"@babel/cli@7.18.9": |
14 |
| - version "7.18.9" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.9.tgz#1fbc8424e5f74ae08bc61ec71609af29287d82d2" |
16 |
| - integrity sha512-e7TOtHVrAXBJGNgoROVxqx0mathd01oJGXIDekRfxdrISnRqfM795APwkDtse9GdyPYivjg3iXiko3sF3W7f5Q== |
| 13 | +"@babel/cli@7.18.10": |
| 14 | + version "7.18.10" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.18.10.tgz#4211adfc45ffa7d4f3cee6b60bb92e9fe68fe56a" |
| 16 | + integrity sha512-dLvWH+ZDFAkd2jPBSghrsFBuXrREvFwjpDycXbmUoeochqKYe4zNSLEJYErpLg8dvxvZYe79/MkN461XCwpnGw== |
17 | 17 | dependencies:
|
18 | 18 | "@jridgewell/trace-mapping" "^0.3.8"
|
19 | 19 | commander "^4.0.1"
|
20 | 20 | convert-source-map "^1.1.0"
|
21 | 21 | fs-readdir-recursive "^1.1.0"
|
22 |
| - glob "^7.0.0" |
| 22 | + glob "^7.2.0" |
23 | 23 | make-dir "^2.1.0"
|
24 | 24 | slash "^2.0.0"
|
25 | 25 | optionalDependencies:
|
|
40 | 40 | dependencies:
|
41 | 41 | "@babel/highlight" "^7.18.6"
|
42 | 42 |
|
43 |
| -"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.18.8": |
| 43 | +"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8": |
44 | 44 | version "7.18.8"
|
45 | 45 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
|
46 | 46 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
|
47 | 47 |
|
48 |
| -"@babel/core@7.18.9": |
49 |
| - version "7.18.9" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" |
51 |
| - integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g== |
| 48 | +"@babel/core@7.18.10": |
| 49 | + version "7.18.10" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8" |
| 51 | + integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== |
52 | 52 | dependencies:
|
53 | 53 | "@ampproject/remapping" "^2.1.0"
|
54 | 54 | "@babel/code-frame" "^7.18.6"
|
55 |
| - "@babel/generator" "^7.18.9" |
| 55 | + "@babel/generator" "^7.18.10" |
56 | 56 | "@babel/helper-compilation-targets" "^7.18.9"
|
57 | 57 | "@babel/helper-module-transforms" "^7.18.9"
|
58 | 58 | "@babel/helpers" "^7.18.9"
|
59 |
| - "@babel/parser" "^7.18.9" |
60 |
| - "@babel/template" "^7.18.6" |
61 |
| - "@babel/traverse" "^7.18.9" |
62 |
| - "@babel/types" "^7.18.9" |
| 59 | + "@babel/parser" "^7.18.10" |
| 60 | + "@babel/template" "^7.18.10" |
| 61 | + "@babel/traverse" "^7.18.10" |
| 62 | + "@babel/types" "^7.18.10" |
63 | 63 | convert-source-map "^1.7.0"
|
64 | 64 | debug "^4.1.0"
|
65 | 65 | gensync "^1.0.0-beta.2"
|
66 | 66 | json5 "^2.2.1"
|
67 | 67 | semver "^6.3.0"
|
68 | 68 |
|
| 69 | +"@babel/generator@^7.18.10": |
| 70 | + version "7.18.10" |
| 71 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.10.tgz#794f328bfabdcbaf0ebf9bf91b5b57b61fa77a2a" |
| 72 | + integrity sha512-0+sW7e3HjQbiHbj1NeU/vN8ornohYlacAfZIaXhdoGweQqgcNy69COVciYYqEXJ/v+9OBA7Frxm4CVAuNqKeNA== |
| 73 | + dependencies: |
| 74 | + "@babel/types" "^7.18.10" |
| 75 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 76 | + jsesc "^2.5.1" |
| 77 | + |
69 | 78 | "@babel/generator@^7.18.9":
|
70 | 79 | version "7.18.9"
|
71 | 80 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
|
|
90 | 99 | "@babel/helper-explode-assignable-expression" "^7.18.6"
|
91 | 100 | "@babel/types" "^7.18.9"
|
92 | 101 |
|
93 |
| -"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.18.9": |
| 102 | +"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9": |
94 | 103 | version "7.18.9"
|
95 | 104 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz#69e64f57b524cde3e5ff6cc5a9f4a387ee5563bf"
|
96 | 105 | integrity sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==
|
|
121 | 130 | "@babel/helper-annotate-as-pure" "^7.18.6"
|
122 | 131 | regexpu-core "^5.1.0"
|
123 | 132 |
|
124 |
| -"@babel/helper-define-polyfill-provider@^0.3.1": |
125 |
| - version "0.3.1" |
126 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz#52411b445bdb2e676869e5a74960d2d3826d2665" |
127 |
| - integrity sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA== |
| 133 | +"@babel/helper-define-polyfill-provider@^0.3.2": |
| 134 | + version "0.3.2" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz#bd10d0aca18e8ce012755395b05a79f45eca5073" |
| 136 | + integrity sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg== |
128 | 137 | dependencies:
|
129 |
| - "@babel/helper-compilation-targets" "^7.13.0" |
130 |
| - "@babel/helper-module-imports" "^7.12.13" |
131 |
| - "@babel/helper-plugin-utils" "^7.13.0" |
132 |
| - "@babel/traverse" "^7.13.0" |
| 138 | + "@babel/helper-compilation-targets" "^7.17.7" |
| 139 | + "@babel/helper-plugin-utils" "^7.16.7" |
133 | 140 | debug "^4.1.1"
|
134 | 141 | lodash.debounce "^4.0.8"
|
135 | 142 | resolve "^1.14.2"
|
136 | 143 | semver "^6.1.2"
|
137 | 144 |
|
138 |
| -"@babel/helper-environment-visitor@^7.18.6", "@babel/helper-environment-visitor@^7.18.9": |
| 145 | +"@babel/helper-environment-visitor@^7.18.9": |
139 | 146 | version "7.18.9"
|
140 | 147 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
141 | 148 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
|
169 | 176 | dependencies:
|
170 | 177 | "@babel/types" "^7.18.9"
|
171 | 178 |
|
172 |
| -"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.18.6": |
| 179 | +"@babel/helper-module-imports@^7.18.6": |
173 | 180 | version "7.18.6"
|
174 | 181 | resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz#1e3ebdbbd08aad1437b428c50204db13c5a3ca6e"
|
175 | 182 | integrity sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==
|
|
197 | 204 | dependencies:
|
198 | 205 | "@babel/types" "^7.18.6"
|
199 | 206 |
|
200 |
| -"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 207 | +"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
201 | 208 | version "7.18.9"
|
202 | 209 | resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz#4b8aea3b069d8cb8a72cdfe28ddf5ceca695ef2f"
|
203 | 210 | integrity sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==
|
204 | 211 |
|
205 |
| -"@babel/helper-remap-async-to-generator@^7.18.6": |
| 212 | +"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9": |
206 | 213 | version "7.18.9"
|
207 | 214 | resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
|
208 | 215 | integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
|
|
244 | 251 | dependencies:
|
245 | 252 | "@babel/types" "^7.18.6"
|
246 | 253 |
|
| 254 | +"@babel/helper-string-parser@^7.18.10": |
| 255 | + version "7.18.10" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" |
| 257 | + integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== |
| 258 | + |
247 | 259 | "@babel/helper-validator-identifier@^7.18.6":
|
248 | 260 | version "7.18.6"
|
249 | 261 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076"
|
|
282 | 294 | chalk "^2.0.0"
|
283 | 295 | js-tokens "^4.0.0"
|
284 | 296 |
|
| 297 | +"@babel/parser@^7.18.10": |
| 298 | + version "7.18.10" |
| 299 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.10.tgz#94b5f8522356e69e8277276adf67ed280c90ecc1" |
| 300 | + integrity sha512-TYk3OA0HKL6qNryUayb5UUEhM/rkOQozIBEA5ITXh5DWrSp0TlUQXMyZmnWxG/DizSWBeeQ0Zbc5z8UGaaqoeg== |
| 301 | + |
285 | 302 | "@babel/parser@^7.18.6", "@babel/parser@^7.18.9":
|
286 | 303 | version "7.18.9"
|
287 | 304 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
|
|
303 | 320 | "@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
304 | 321 | "@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
305 | 322 |
|
306 |
| -"@babel/plugin-proposal-async-generator-functions@^7.18.6": |
307 |
| - version "7.18.6" |
308 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.6.tgz#aedac81e6fc12bb643374656dd5f2605bf743d17" |
309 |
| - integrity sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w== |
| 323 | +"@babel/plugin-proposal-async-generator-functions@^7.18.10": |
| 324 | + version "7.18.10" |
| 325 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz#85ea478c98b0095c3e4102bff3b67d306ed24952" |
| 326 | + integrity sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew== |
310 | 327 | dependencies:
|
311 |
| - "@babel/helper-environment-visitor" "^7.18.6" |
312 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
313 |
| - "@babel/helper-remap-async-to-generator" "^7.18.6" |
| 328 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 329 | + "@babel/helper-plugin-utils" "^7.18.9" |
| 330 | + "@babel/helper-remap-async-to-generator" "^7.18.9" |
314 | 331 | "@babel/plugin-syntax-async-generators" "^7.8.4"
|
315 | 332 |
|
316 | 333 | "@babel/plugin-proposal-class-properties@^7.18.6":
|
|
774 | 791 | dependencies:
|
775 | 792 | "@babel/helper-plugin-utils" "^7.18.9"
|
776 | 793 |
|
777 |
| -"@babel/plugin-transform-unicode-escapes@^7.18.6": |
778 |
| - version "7.18.6" |
779 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.6.tgz#0d01fb7fb2243ae1c033f65f6e3b4be78db75f27" |
780 |
| - integrity sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw== |
| 794 | +"@babel/plugin-transform-unicode-escapes@^7.18.10": |
| 795 | + version "7.18.10" |
| 796 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246" |
| 797 | + integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ== |
781 | 798 | dependencies:
|
782 |
| - "@babel/helper-plugin-utils" "^7.18.6" |
| 799 | + "@babel/helper-plugin-utils" "^7.18.9" |
783 | 800 |
|
784 | 801 | "@babel/plugin-transform-unicode-regex@^7.18.6":
|
785 | 802 | version "7.18.6"
|
|
789 | 806 | "@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
790 | 807 | "@babel/helper-plugin-utils" "^7.18.6"
|
791 | 808 |
|
792 |
| -"@babel/preset-env@7.18.9": |
793 |
| - version "7.18.9" |
794 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.9.tgz#9b3425140d724fbe590322017466580844c7eaff" |
795 |
| - integrity sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg== |
| 809 | +"@babel/preset-env@7.18.10": |
| 810 | + version "7.18.10" |
| 811 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.18.10.tgz#83b8dfe70d7eea1aae5a10635ab0a5fe60dfc0f4" |
| 812 | + integrity sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA== |
796 | 813 | dependencies:
|
797 | 814 | "@babel/compat-data" "^7.18.8"
|
798 | 815 | "@babel/helper-compilation-targets" "^7.18.9"
|
799 | 816 | "@babel/helper-plugin-utils" "^7.18.9"
|
800 | 817 | "@babel/helper-validator-option" "^7.18.6"
|
801 | 818 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
802 | 819 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
803 |
| - "@babel/plugin-proposal-async-generator-functions" "^7.18.6" |
| 820 | + "@babel/plugin-proposal-async-generator-functions" "^7.18.10" |
804 | 821 | "@babel/plugin-proposal-class-properties" "^7.18.6"
|
805 | 822 | "@babel/plugin-proposal-class-static-block" "^7.18.6"
|
806 | 823 | "@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
|
860 | 877 | "@babel/plugin-transform-sticky-regex" "^7.18.6"
|
861 | 878 | "@babel/plugin-transform-template-literals" "^7.18.9"
|
862 | 879 | "@babel/plugin-transform-typeof-symbol" "^7.18.9"
|
863 |
| - "@babel/plugin-transform-unicode-escapes" "^7.18.6" |
| 880 | + "@babel/plugin-transform-unicode-escapes" "^7.18.10" |
864 | 881 | "@babel/plugin-transform-unicode-regex" "^7.18.6"
|
865 | 882 | "@babel/preset-modules" "^0.1.5"
|
866 |
| - "@babel/types" "^7.18.9" |
867 |
| - babel-plugin-polyfill-corejs2 "^0.3.1" |
868 |
| - babel-plugin-polyfill-corejs3 "^0.5.2" |
869 |
| - babel-plugin-polyfill-regenerator "^0.3.1" |
| 883 | + "@babel/types" "^7.18.10" |
| 884 | + babel-plugin-polyfill-corejs2 "^0.3.2" |
| 885 | + babel-plugin-polyfill-corejs3 "^0.5.3" |
| 886 | + babel-plugin-polyfill-regenerator "^0.4.0" |
870 | 887 | core-js-compat "^3.22.1"
|
871 | 888 | semver "^6.3.0"
|
872 | 889 |
|
|
899 | 916 | dependencies:
|
900 | 917 | regenerator-runtime "^0.13.4"
|
901 | 918 |
|
| 919 | +"@babel/template@^7.18.10": |
| 920 | + version "7.18.10" |
| 921 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" |
| 922 | + integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== |
| 923 | + dependencies: |
| 924 | + "@babel/code-frame" "^7.18.6" |
| 925 | + "@babel/parser" "^7.18.10" |
| 926 | + "@babel/types" "^7.18.10" |
| 927 | + |
902 | 928 | "@babel/template@^7.18.6":
|
903 | 929 | version "7.18.6"
|
904 | 930 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
|
|
908 | 934 | "@babel/parser" "^7.18.6"
|
909 | 935 | "@babel/types" "^7.18.6"
|
910 | 936 |
|
911 |
| -"@babel/traverse@^7.13.0", "@babel/traverse@^7.18.9": |
| 937 | +"@babel/traverse@^7.18.10": |
| 938 | + version "7.18.10" |
| 939 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.10.tgz#37ad97d1cb00efa869b91dd5d1950f8a6cf0cb08" |
| 940 | + integrity sha512-J7ycxg0/K9XCtLyHf0cz2DqDihonJeIo+z+HEdRe9YuT8TY4A66i+Ab2/xZCEW7Ro60bPCBBfqqboHSamoV3+g== |
| 941 | + dependencies: |
| 942 | + "@babel/code-frame" "^7.18.6" |
| 943 | + "@babel/generator" "^7.18.10" |
| 944 | + "@babel/helper-environment-visitor" "^7.18.9" |
| 945 | + "@babel/helper-function-name" "^7.18.9" |
| 946 | + "@babel/helper-hoist-variables" "^7.18.6" |
| 947 | + "@babel/helper-split-export-declaration" "^7.18.6" |
| 948 | + "@babel/parser" "^7.18.10" |
| 949 | + "@babel/types" "^7.18.10" |
| 950 | + debug "^4.1.0" |
| 951 | + globals "^11.1.0" |
| 952 | + |
| 953 | +"@babel/traverse@^7.18.9": |
912 | 954 | version "7.18.9"
|
913 | 955 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
|
914 | 956 | integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
|
|
924 | 966 | debug "^4.1.0"
|
925 | 967 | globals "^11.1.0"
|
926 | 968 |
|
| 969 | +"@babel/types@^7.18.10": |
| 970 | + version "7.18.10" |
| 971 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" |
| 972 | + integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== |
| 973 | + dependencies: |
| 974 | + "@babel/helper-string-parser" "^7.18.10" |
| 975 | + "@babel/helper-validator-identifier" "^7.18.6" |
| 976 | + to-fast-properties "^2.0.0" |
| 977 | + |
927 | 978 | "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4":
|
928 | 979 | version "7.18.9"
|
929 | 980 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
|
@@ -1622,29 +1673,29 @@ babel-plugin-dynamic-import-node@^2.3.3:
|
1622 | 1673 | dependencies:
|
1623 | 1674 | object.assign "^4.1.0"
|
1624 | 1675 |
|
1625 |
| -babel-plugin-polyfill-corejs2@^0.3.1: |
1626 |
| - version "0.3.1" |
1627 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz#440f1b70ccfaabc6b676d196239b138f8a2cfba5" |
1628 |
| - integrity sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w== |
| 1676 | +babel-plugin-polyfill-corejs2@^0.3.2: |
| 1677 | + version "0.3.2" |
| 1678 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz#e4c31d4c89b56f3cf85b92558954c66b54bd972d" |
| 1679 | + integrity sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q== |
1629 | 1680 | dependencies:
|
1630 |
| - "@babel/compat-data" "^7.13.11" |
1631 |
| - "@babel/helper-define-polyfill-provider" "^0.3.1" |
| 1681 | + "@babel/compat-data" "^7.17.7" |
| 1682 | + "@babel/helper-define-polyfill-provider" "^0.3.2" |
1632 | 1683 | semver "^6.1.1"
|
1633 | 1684 |
|
1634 |
| -babel-plugin-polyfill-corejs3@^0.5.2: |
1635 |
| - version "0.5.2" |
1636 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.2.tgz#aabe4b2fa04a6e038b688c5e55d44e78cd3a5f72" |
1637 |
| - integrity sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ== |
| 1685 | +babel-plugin-polyfill-corejs3@^0.5.3: |
| 1686 | + version "0.5.3" |
| 1687 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz#d7e09c9a899079d71a8b670c6181af56ec19c5c7" |
| 1688 | + integrity sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw== |
1638 | 1689 | dependencies:
|
1639 |
| - "@babel/helper-define-polyfill-provider" "^0.3.1" |
| 1690 | + "@babel/helper-define-polyfill-provider" "^0.3.2" |
1640 | 1691 | core-js-compat "^3.21.0"
|
1641 | 1692 |
|
1642 |
| -babel-plugin-polyfill-regenerator@^0.3.1: |
1643 |
| - version "0.3.1" |
1644 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz#2c0678ea47c75c8cc2fbb1852278d8fb68233990" |
1645 |
| - integrity sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A== |
| 1693 | +babel-plugin-polyfill-regenerator@^0.4.0: |
| 1694 | + version "0.4.0" |
| 1695 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz#8f51809b6d5883e07e71548d75966ff7635527fe" |
| 1696 | + integrity sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw== |
1646 | 1697 | dependencies:
|
1647 |
| - "@babel/helper-define-polyfill-provider" "^0.3.1" |
| 1698 | + "@babel/helper-define-polyfill-provider" "^0.3.2" |
1648 | 1699 |
|
1649 | 1700 | bach@^1.0.0:
|
1650 | 1701 | version "1.2.0"
|
@@ -3116,7 +3167,7 @@ glob@7.2.0:
|
3116 | 3167 | once "^1.3.0"
|
3117 | 3168 | path-is-absolute "^1.0.0"
|
3118 | 3169 |
|
3119 |
| -glob@^7.0.0, glob@^7.1.1, glob@^7.1.3, glob@^7.1.4: |
| 3170 | +glob@^7.1.1, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0: |
3120 | 3171 | version "7.2.3"
|
3121 | 3172 | resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
3122 | 3173 | integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
|
|
0 commit comments