|
27 | 27 | dependencies:
|
28 | 28 | "@babel/highlight" "^7.18.6"
|
29 | 29 |
|
| 30 | +"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.4": |
| 31 | + version "7.23.4" |
| 32 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.4.tgz#03ae5af150be94392cb5c7ccd97db5a19a5da6aa" |
| 33 | + integrity sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA== |
| 34 | + dependencies: |
| 35 | + "@babel/highlight" "^7.23.4" |
| 36 | + chalk "^2.4.2" |
| 37 | + |
30 | 38 | "@babel/compat-data@^7.21.5":
|
31 | 39 | version "7.21.7"
|
32 | 40 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
|
|
63 | 71 | "@jridgewell/trace-mapping" "^0.3.17"
|
64 | 72 | jsesc "^2.5.1"
|
65 | 73 |
|
| 74 | +"@babel/generator@^7.23.4": |
| 75 | + version "7.23.4" |
| 76 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.4.tgz#4a41377d8566ec18f807f42962a7f3551de83d1c" |
| 77 | + integrity sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ== |
| 78 | + dependencies: |
| 79 | + "@babel/types" "^7.23.4" |
| 80 | + "@jridgewell/gen-mapping" "^0.3.2" |
| 81 | + "@jridgewell/trace-mapping" "^0.3.17" |
| 82 | + jsesc "^2.5.1" |
| 83 | + |
66 | 84 | "@babel/helper-compilation-targets@^7.21.5":
|
67 | 85 | version "7.21.5"
|
68 | 86 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
|
|
79 | 97 | resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
|
80 | 98 | integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
|
81 | 99 |
|
82 |
| -"@babel/helper-function-name@^7.21.0": |
83 |
| - version "7.21.0" |
84 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
85 |
| - integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 100 | +"@babel/helper-environment-visitor@^7.22.20": |
| 101 | + version "7.22.20" |
| 102 | + resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167" |
| 103 | + integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== |
| 104 | + |
| 105 | +"@babel/helper-function-name@^7.23.0": |
| 106 | + version "7.23.0" |
| 107 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759" |
| 108 | + integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== |
86 | 109 | dependencies:
|
87 |
| - "@babel/template" "^7.20.7" |
88 |
| - "@babel/types" "^7.21.0" |
| 110 | + "@babel/template" "^7.22.15" |
| 111 | + "@babel/types" "^7.23.0" |
89 | 112 |
|
90 |
| -"@babel/helper-hoist-variables@^7.18.6": |
91 |
| - version "7.18.6" |
92 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678" |
93 |
| - integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q== |
| 113 | +"@babel/helper-hoist-variables@^7.22.5": |
| 114 | + version "7.22.5" |
| 115 | + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb" |
| 116 | + integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== |
94 | 117 | dependencies:
|
95 |
| - "@babel/types" "^7.18.6" |
| 118 | + "@babel/types" "^7.22.5" |
96 | 119 |
|
97 | 120 | "@babel/helper-module-imports@^7.21.4":
|
98 | 121 | version "7.21.4"
|
|
134 | 157 | dependencies:
|
135 | 158 | "@babel/types" "^7.18.6"
|
136 | 159 |
|
| 160 | +"@babel/helper-split-export-declaration@^7.22.6": |
| 161 | + version "7.22.6" |
| 162 | + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c" |
| 163 | + integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== |
| 164 | + dependencies: |
| 165 | + "@babel/types" "^7.22.5" |
| 166 | + |
137 | 167 | "@babel/helper-string-parser@^7.21.5":
|
138 | 168 | version "7.21.5"
|
139 | 169 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
|
140 | 170 | integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
|
141 | 171 |
|
| 172 | +"@babel/helper-string-parser@^7.23.4": |
| 173 | + version "7.23.4" |
| 174 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83" |
| 175 | + integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ== |
| 176 | + |
142 | 177 | "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
143 | 178 | version "7.19.1"
|
144 | 179 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
145 | 180 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
146 | 181 |
|
| 182 | +"@babel/helper-validator-identifier@^7.22.20": |
| 183 | + version "7.22.20" |
| 184 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0" |
| 185 | + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== |
| 186 | + |
147 | 187 | "@babel/helper-validator-option@^7.21.0":
|
148 | 188 | version "7.21.0"
|
149 | 189 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
|
|
167 | 207 | chalk "^2.0.0"
|
168 | 208 | js-tokens "^4.0.0"
|
169 | 209 |
|
170 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8": |
| 210 | +"@babel/highlight@^7.23.4": |
| 211 | + version "7.23.4" |
| 212 | + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b" |
| 213 | + integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A== |
| 214 | + dependencies: |
| 215 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 216 | + chalk "^2.4.2" |
| 217 | + js-tokens "^4.0.0" |
| 218 | + |
| 219 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.8": |
171 | 220 | version "7.21.8"
|
172 | 221 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
|
173 | 222 | integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
|
174 | 223 |
|
| 224 | +"@babel/parser@^7.22.15", "@babel/parser@^7.23.4": |
| 225 | + version "7.23.4" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.4.tgz#409fbe690c333bb70187e2de4021e1e47a026661" |
| 227 | + integrity sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ== |
| 228 | + |
175 | 229 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
176 | 230 | version "7.8.4"
|
177 | 231 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
295 | 349 | "@babel/parser" "^7.20.7"
|
296 | 350 | "@babel/types" "^7.20.7"
|
297 | 351 |
|
298 |
| -"@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": |
299 |
| - version "7.21.5" |
300 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133" |
301 |
| - integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw== |
| 352 | +"@babel/template@^7.22.15": |
| 353 | + version "7.22.15" |
| 354 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38" |
| 355 | + integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w== |
302 | 356 | dependencies:
|
303 |
| - "@babel/code-frame" "^7.21.4" |
304 |
| - "@babel/generator" "^7.21.5" |
305 |
| - "@babel/helper-environment-visitor" "^7.21.5" |
306 |
| - "@babel/helper-function-name" "^7.21.0" |
307 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
308 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
309 |
| - "@babel/parser" "^7.21.5" |
310 |
| - "@babel/types" "^7.21.5" |
| 357 | + "@babel/code-frame" "^7.22.13" |
| 358 | + "@babel/parser" "^7.22.15" |
| 359 | + "@babel/types" "^7.22.15" |
| 360 | + |
| 361 | +"@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2": |
| 362 | + version "7.23.4" |
| 363 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.4.tgz#c2790f7edf106d059a0098770fe70801417f3f85" |
| 364 | + integrity sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg== |
| 365 | + dependencies: |
| 366 | + "@babel/code-frame" "^7.23.4" |
| 367 | + "@babel/generator" "^7.23.4" |
| 368 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 369 | + "@babel/helper-function-name" "^7.23.0" |
| 370 | + "@babel/helper-hoist-variables" "^7.22.5" |
| 371 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 372 | + "@babel/parser" "^7.23.4" |
| 373 | + "@babel/types" "^7.23.4" |
311 | 374 | debug "^4.1.0"
|
312 | 375 | globals "^11.1.0"
|
313 | 376 |
|
314 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
| 377 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.21.4", "@babel/types@^7.21.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3": |
315 | 378 | version "7.21.5"
|
316 | 379 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
|
317 | 380 | integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
|
|
320 | 383 | "@babel/helper-validator-identifier" "^7.19.1"
|
321 | 384 | to-fast-properties "^2.0.0"
|
322 | 385 |
|
| 386 | +"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4": |
| 387 | + version "7.23.4" |
| 388 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.4.tgz#7206a1810fc512a7f7f7d4dace4cb4c1c9dbfb8e" |
| 389 | + integrity sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ== |
| 390 | + dependencies: |
| 391 | + "@babel/helper-string-parser" "^7.23.4" |
| 392 | + "@babel/helper-validator-identifier" "^7.22.20" |
| 393 | + to-fast-properties "^2.0.0" |
| 394 | + |
323 | 395 | "@bcoe/v8-coverage@^0.2.3":
|
324 | 396 | version "0.2.3"
|
325 | 397 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments