|
17 | 17 | dependencies: |
18 | 18 | "@babel/highlight" "^7.18.6" |
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.22.5": |
| 21 | + version "7.22.5" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658" |
| 23 | + integrity sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ== |
| 24 | + dependencies: |
| 25 | + "@babel/highlight" "^7.22.5" |
| 26 | + |
20 | 27 | "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5": |
21 | 28 | version "7.21.0" |
22 | 29 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298" |
|
62 | 69 | "@jridgewell/trace-mapping" "^0.3.17" |
63 | 70 | jsesc "^2.5.1" |
64 | 71 |
|
| 72 | +"@babel/generator@^7.22.5": |
| 73 | + version "7.22.5" |
| 74 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.5.tgz#1e7bf768688acfb05cf30b2369ef855e82d984f7" |
| 75 | + integrity sha512-+lcUbnTRhd0jOewtFSedLyiPsD5tswKkbgcezOqqWFUVNEwoUTlpPOBmvhG7OXWLR4jMdv0czPGH5XbflnD1EA== |
| 76 | + dependencies: |
| 77 | + "@babel/types" "^7.22.5" |
| 78 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 79 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 80 | + jsesc "^2.5.1" |
| 81 | + |
65 | 82 | "@babel/helper-annotate-as-pure@^7.18.6": |
66 | 83 | version "7.18.6" |
67 | 84 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
68 | 85 | integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA== |
69 | 86 | dependencies: |
70 | 87 | "@babel/types" "^7.18.6" |
71 | 88 |
|
| 89 | +"@babel/helper-annotate-as-pure@^7.22.5": |
| 90 | + version "7.22.5" |
| 91 | + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
| 92 | + integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== |
| 93 | + dependencies: |
| 94 | + "@babel/types" "^7.22.5" |
| 95 | + |
72 | 96 | "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6": |
73 | 97 | version "7.18.9" |
74 | 98 | resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb" |
|
88 | 112 | lru-cache "^5.1.1" |
89 | 113 | semver "^6.3.0" |
90 | 114 |
|
91 | | -"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.5.5": |
92 | | - version "7.21.0" |
93 | | - resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.0.tgz#64f49ecb0020532f19b1d014b03bccaa1ab85fb9" |
94 | | - integrity sha512-Q8wNiMIdwsv5la5SPxNYzzkPnjgC0Sy0i7jLkVOCdllu/xcVNkr3TeZzbHBJrj+XXRqzX5uCyCoV9eu6xUG7KQ== |
95 | | - dependencies: |
96 | | - "@babel/helper-annotate-as-pure" "^7.18.6" |
97 | | - "@babel/helper-environment-visitor" "^7.18.9" |
98 | | - "@babel/helper-function-name" "^7.21.0" |
99 | | - "@babel/helper-member-expression-to-functions" "^7.21.0" |
100 | | - "@babel/helper-optimise-call-expression" "^7.18.6" |
101 | | - "@babel/helper-replace-supers" "^7.20.7" |
102 | | - "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0" |
103 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
| 115 | +"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0", "@babel/helper-create-class-features-plugin@^7.22.5", "@babel/helper-create-class-features-plugin@^7.5.5": |
| 116 | + version "7.22.5" |
| 117 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.5.tgz#2192a1970ece4685fbff85b48da2c32fcb130b7c" |
| 118 | + integrity sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q== |
| 119 | + dependencies: |
| 120 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 121 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 122 | + "@babel/helper-function-name" "^7.22.5" |
| 123 | + "@babel/helper-member-expression-to-functions" "^7.22.5" |
| 124 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 125 | + "@babel/helper-replace-supers" "^7.22.5" |
| 126 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 127 | + "@babel/helper-split-export-declaration" "^7.22.5" |
| 128 | + semver "^6.3.0" |
104 | 129 |
|
105 | 130 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5": |
106 | 131 | version "7.21.0" |
|
127 | 152 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be" |
128 | 153 | integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg== |
129 | 154 |
|
| 155 | +"@babel/helper-environment-visitor@^7.22.5": |
| 156 | + version "7.22.5" |
| 157 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98" |
| 158 | + integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q== |
| 159 | + |
130 | 160 | "@babel/helper-explode-assignable-expression@^7.18.6": |
131 | 161 | version "7.18.6" |
132 | 162 | resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096" |
|
142 | 172 | "@babel/template" "^7.20.7" |
143 | 173 | "@babel/types" "^7.21.0" |
144 | 174 |
|
| 175 | +"@babel/helper-function-name@^7.22.5": |
| 176 | + version "7.22.5" |
| 177 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be" |
| 178 | + integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ== |
| 179 | + dependencies: |
| 180 | + "@babel/template" "^7.22.5" |
| 181 | + "@babel/types" "^7.22.5" |
| 182 | + |
145 | 183 | "@babel/helper-hoist-variables@^7.18.6": |
146 | 184 | version "7.18.6" |
147 | 185 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
148 | 186 | integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
149 | 187 | dependencies: |
150 | 188 | "@babel/types" "^7.18.6" |
151 | 189 |
|
152 | | -"@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0": |
153 | | - version "7.21.0" |
154 | | - resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5" |
155 | | - integrity sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q== |
| 190 | +"@babel/helper-hoist-variables@^7.22.5": |
| 191 | + version "7.22.5" |
| 192 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 193 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
156 | 194 | dependencies: |
157 | | - "@babel/types" "^7.21.0" |
| 195 | + "@babel/types" "^7.22.5" |
| 196 | + |
| 197 | +"@babel/helper-member-expression-to-functions@^7.22.5": |
| 198 | + version "7.22.5" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.22.5.tgz#0a7c56117cad3372fbf8d2fb4bf8f8d64a1e76b2" |
| 200 | + integrity sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ== |
| 201 | + dependencies: |
| 202 | + "@babel/types" "^7.22.5" |
158 | 203 |
|
159 | 204 | "@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6": |
160 | 205 | version "7.18.6" |
|
184 | 229 | dependencies: |
185 | 230 | "@babel/types" "^7.18.6" |
186 | 231 |
|
187 | | -"@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.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
188 | | - version "7.20.2" |
189 | | - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629" |
190 | | - integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ== |
| 232 | +"@babel/helper-optimise-call-expression@^7.22.5": |
| 233 | + version "7.22.5" |
| 234 | + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e" |
| 235 | + integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== |
| 236 | + dependencies: |
| 237 | + "@babel/types" "^7.22.5" |
| 238 | + |
| 239 | +"@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.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3": |
| 240 | + version "7.22.5" |
| 241 | + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" |
| 242 | + integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== |
191 | 243 |
|
192 | 244 | "@babel/helper-remap-async-to-generator@^7.18.9": |
193 | 245 | version "7.18.9" |
|
199 | 251 | "@babel/helper-wrap-function" "^7.18.9" |
200 | 252 | "@babel/types" "^7.18.9" |
201 | 253 |
|
202 | | -"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7": |
203 | | - version "7.20.7" |
204 | | - resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331" |
205 | | - integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A== |
| 254 | +"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7", "@babel/helper-replace-supers@^7.22.5": |
| 255 | + version "7.22.5" |
| 256 | + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.22.5.tgz#71bc5fb348856dea9fdc4eafd7e2e49f585145dc" |
| 257 | + integrity sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg== |
206 | 258 | dependencies: |
207 | | - "@babel/helper-environment-visitor" "^7.18.9" |
208 | | - "@babel/helper-member-expression-to-functions" "^7.20.7" |
209 | | - "@babel/helper-optimise-call-expression" "^7.18.6" |
210 | | - "@babel/template" "^7.20.7" |
211 | | - "@babel/traverse" "^7.20.7" |
212 | | - "@babel/types" "^7.20.7" |
| 259 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 260 | + "@babel/helper-member-expression-to-functions" "^7.22.5" |
| 261 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 262 | + "@babel/template" "^7.22.5" |
| 263 | + "@babel/traverse" "^7.22.5" |
| 264 | + "@babel/types" "^7.22.5" |
213 | 265 |
|
214 | 266 | "@babel/helper-simple-access@^7.20.2": |
215 | 267 | version "7.20.2" |
|
225 | 277 | dependencies: |
226 | 278 | "@babel/types" "^7.20.0" |
227 | 279 |
|
228 | | -"@babel/helper-split-export-declaration@^7.18.6": |
229 | | - version "7.18.6" |
230 | | - resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075" |
231 | | - integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA== |
| 280 | +"@babel/helper-skip-transparent-expression-wrappers@^7.22.5": |
| 281 | + version "7.22.5" |
| 282 | + resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847" |
| 283 | + integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== |
232 | 284 | dependencies: |
233 | | - "@babel/types" "^7.18.6" |
| 285 | + "@babel/types" "^7.22.5" |
| 286 | + |
| 287 | +"@babel/helper-split-export-declaration@^7.18.6", "@babel/helper-split-export-declaration@^7.22.5": |
| 288 | + version "7.22.5" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.5.tgz#88cf11050edb95ed08d596f7a044462189127a08" |
| 290 | + integrity sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ== |
| 291 | + dependencies: |
| 292 | + "@babel/types" "^7.22.5" |
234 | 293 |
|
235 | 294 | "@babel/helper-string-parser@^7.19.4": |
236 | 295 | version "7.19.4" |
237 | 296 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63" |
238 | 297 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw== |
239 | 298 |
|
| 299 | +"@babel/helper-string-parser@^7.22.5": |
| 300 | + version "7.22.5" |
| 301 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" |
| 302 | + integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== |
| 303 | + |
240 | 304 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": |
241 | 305 | version "7.19.1" |
242 | 306 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
243 | 307 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== |
244 | 308 |
|
| 309 | +"@babel/helper-validator-identifier@^7.22.5": |
| 310 | + version "7.22.5" |
| 311 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" |
| 312 | + integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== |
| 313 | + |
245 | 314 | "@babel/helper-validator-option@^7.18.6": |
246 | 315 | version "7.21.0" |
247 | 316 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180" |
|
275 | 344 | chalk "^2.0.0" |
276 | 345 | js-tokens "^4.0.0" |
277 | 346 |
|
| 347 | +"@babel/highlight@^7.22.5": |
| 348 | + version "7.22.5" |
| 349 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031" |
| 350 | + integrity sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw== |
| 351 | + dependencies: |
| 352 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 353 | + chalk "^2.0.0" |
| 354 | + js-tokens "^4.0.0" |
| 355 | + |
278 | 356 | "@babel/parser@^7.20.7", "@babel/parser@^7.21.3", "@babel/parser@^7.4.5": |
279 | 357 | version "7.21.3" |
280 | 358 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3" |
281 | 359 | integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ== |
282 | 360 |
|
| 361 | +"@babel/parser@^7.22.5": |
| 362 | + version "7.22.5" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea" |
| 364 | + integrity sha512-DFZMC9LJUG9PLOclRC32G63UXwzqS2koQC8dkx+PLdmt1xSePYpbT/NbsrJy8Q/muXz7o/h/d4A7Fuyixm559Q== |
| 365 | + |
283 | 366 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6": |
284 | 367 | version "7.18.6" |
285 | 368 | 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" |
|
324 | 407 | "@babel/plugin-syntax-class-static-block" "^7.14.5" |
325 | 408 |
|
326 | 409 | "@babel/plugin-proposal-decorators@^7.13.5", "@babel/plugin-proposal-decorators@^7.16.7", "@babel/plugin-proposal-decorators@^7.17.9": |
327 | | - version "7.21.0" |
328 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.21.0.tgz#70e0c89fdcd7465c97593edb8f628ba6e4199d63" |
329 | | - integrity sha512-MfgX49uRrFUTL/HvWtmx3zmpyzMMr4MTj3d527MLlr/4RTT9G/ytFFP7qet2uM2Ve03b+BkpWUpK+lRXnQ+v9w== |
| 410 | + version "7.22.5" |
| 411 | + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.22.5.tgz#dc8cdda048e5aea947efda920e030199806b868d" |
| 412 | + integrity sha512-h8hlezQ4dl6ixodgXkH8lUfcD7x+WAuIqPUjwGoItynrXOAv4a4Tci1zA/qjzQjjcl0v3QpLdc2LM6ZACQuY7A== |
330 | 413 | dependencies: |
331 | | - "@babel/helper-create-class-features-plugin" "^7.21.0" |
332 | | - "@babel/helper-plugin-utils" "^7.20.2" |
333 | | - "@babel/helper-replace-supers" "^7.20.7" |
334 | | - "@babel/helper-split-export-declaration" "^7.18.6" |
335 | | - "@babel/plugin-syntax-decorators" "^7.21.0" |
| 414 | + "@babel/helper-create-class-features-plugin" "^7.22.5" |
| 415 | + "@babel/helper-plugin-utils" "^7.22.5" |
| 416 | + "@babel/helper-replace-supers" "^7.22.5" |
| 417 | + "@babel/helper-split-export-declaration" "^7.22.5" |
| 418 | + "@babel/plugin-syntax-decorators" "^7.22.5" |
336 | 419 |
|
337 | 420 | "@babel/plugin-proposal-dynamic-import@^7.18.6": |
338 | 421 | version "7.18.6" |
|
457 | 540 | dependencies: |
458 | 541 | "@babel/helper-plugin-utils" "^7.14.5" |
459 | 542 |
|
460 | | -"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.21.0": |
461 | | - version "7.21.0" |
462 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.21.0.tgz#d2b3f31c3e86fa86e16bb540b7660c55bd7d0e78" |
463 | | - integrity sha512-tIoPpGBR8UuM4++ccWN3gifhVvQu7ZizuR1fklhRJrd5ewgbkUS+0KVFeWWxELtn18NTLoW32XV7zyOgIAiz+w== |
| 543 | +"@babel/plugin-syntax-decorators@^7.16.7", "@babel/plugin-syntax-decorators@^7.22.5": |
| 544 | + version "7.22.5" |
| 545 | + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.22.5.tgz#329fe2907c73de184033775637dbbc507f09116a" |
| 546 | + integrity sha512-avpUOBS7IU6al8MmF1XpAyj9QYeLPuSDJI5D4pVMSMdL7xQokKqJPYQC67RCT0aCTashUXPiGwMJ0DEXXCEmMA== |
464 | 547 | dependencies: |
465 | | - "@babel/helper-plugin-utils" "^7.20.2" |
| 548 | + "@babel/helper-plugin-utils" "^7.22.5" |
466 | 549 |
|
467 | 550 | "@babel/plugin-syntax-dynamic-import@^7.8.3": |
468 | 551 | version "7.8.3" |
|
980 | 1063 | "@babel/parser" "^7.20.7" |
981 | 1064 | "@babel/types" "^7.20.7" |
982 | 1065 |
|
983 | | -"@babel/traverse@^7.1.6", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.4.5": |
| 1066 | +"@babel/template@^7.22.5": |
| 1067 | + version "7.22.5" |
| 1068 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec" |
| 1069 | + integrity sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw== |
| 1070 | + dependencies: |
| 1071 | + "@babel/code-frame" "^7.22.5" |
| 1072 | + "@babel/parser" "^7.22.5" |
| 1073 | + "@babel/types" "^7.22.5" |
| 1074 | + |
| 1075 | +"@babel/traverse@^7.1.6", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3", "@babel/traverse@^7.4.5": |
984 | 1076 | version "7.21.3" |
985 | 1077 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67" |
986 | 1078 | integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ== |
|
996 | 1088 | debug "^4.1.0" |
997 | 1089 | globals "^11.1.0" |
998 | 1090 |
|
| 1091 | +"@babel/traverse@^7.22.5": |
| 1092 | + version "7.22.5" |
| 1093 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.5.tgz#44bd276690db6f4940fdb84e1cb4abd2f729ccd1" |
| 1094 | + integrity sha512-7DuIjPgERaNo6r+PZwItpjCZEa5vyw4eJGufeLxrPdBXBoLcCJCIasvK6pK/9DVNrLZTLFhUGqaC6X/PA007TQ== |
| 1095 | + dependencies: |
| 1096 | + "@babel/code-frame" "^7.22.5" |
| 1097 | + "@babel/generator" "^7.22.5" |
| 1098 | + "@babel/helper-environment-visitor" "^7.22.5" |
| 1099 | + "@babel/helper-function-name" "^7.22.5" |
| 1100 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 1101 | + "@babel/helper-split-export-declaration" "^7.22.5" |
| 1102 | + "@babel/parser" "^7.22.5" |
| 1103 | + "@babel/types" "^7.22.5" |
| 1104 | + debug "^4.1.0" |
| 1105 | + globals "^11.1.0" |
| 1106 | + |
999 | 1107 | "@babel/types@^7.1.6", "@babel/types@^7.12.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.4.4", "@babel/types@^7.7.2": |
1000 | 1108 | version "7.21.3" |
1001 | 1109 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05" |
|
1005 | 1113 | "@babel/helper-validator-identifier" "^7.19.1" |
1006 | 1114 | to-fast-properties "^2.0.0" |
1007 | 1115 |
|
| 1116 | +"@babel/types@^7.22.5": |
| 1117 | + version "7.22.5" |
| 1118 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe" |
| 1119 | + integrity sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA== |
| 1120 | + dependencies: |
| 1121 | + "@babel/helper-string-parser" "^7.22.5" |
| 1122 | + "@babel/helper-validator-identifier" "^7.22.5" |
| 1123 | + to-fast-properties "^2.0.0" |
| 1124 | + |
1008 | 1125 | "@cnakazawa/watch@^1.0.3": |
1009 | 1126 | version "1.0.4" |
1010 | 1127 | resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" |
|
0 commit comments