|
25 | 25 | "@babel/highlight" "^7.22.13"
|
26 | 26 | chalk "^2.4.2"
|
27 | 27 |
|
| 28 | +"@babel/code-frame@^7.26.2": |
| 29 | + version "7.26.2" |
| 30 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 31 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 32 | + dependencies: |
| 33 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 34 | + js-tokens "^4.0.0" |
| 35 | + picocolors "^1.0.0" |
| 36 | + |
28 | 37 | "@babel/compat-data@^7.19.1":
|
29 | 38 | version "7.19.1"
|
30 | 39 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
|
|
162 | 171 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
163 | 172 | integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
164 | 173 |
|
| 174 | +"@babel/helper-string-parser@^7.25.9": |
| 175 | + version "7.25.9" |
| 176 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 177 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 178 | + |
165 | 179 | "@babel/helper-validator-identifier@^7.18.6":
|
166 | 180 | version "7.19.1"
|
167 | 181 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
172 | 186 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
173 | 187 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
174 | 188 |
|
| 189 | +"@babel/helper-validator-identifier@^7.25.9": |
| 190 | + version "7.25.9" |
| 191 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 192 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 193 | + |
175 | 194 | "@babel/helper-validator-option@^7.18.6":
|
176 | 195 | version "7.18.6"
|
177 | 196 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
|
178 | 197 | integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
179 | 198 |
|
180 | 199 | "@babel/helpers@^7.19.0":
|
181 |
| - version "7.19.0" |
182 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18" |
183 |
| - integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg== |
| 200 | + version "7.27.0" |
| 201 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 202 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
184 | 203 | dependencies:
|
185 |
| - "@babel/template" "^7.18.10" |
186 |
| - "@babel/traverse" "^7.19.0" |
187 |
| - "@babel/types" "^7.19.0" |
| 204 | + "@babel/template" "^7.27.0" |
| 205 | + "@babel/types" "^7.27.0" |
188 | 206 |
|
189 | 207 | "@babel/highlight@^7.18.6":
|
190 | 208 | version "7.18.6"
|
|
214 | 232 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
|
215 | 233 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
|
216 | 234 |
|
| 235 | +"@babel/parser@^7.27.0": |
| 236 | + version "7.27.0" |
| 237 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 238 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
| 239 | + dependencies: |
| 240 | + "@babel/types" "^7.27.0" |
| 241 | + |
217 | 242 | "@babel/plugin-syntax-async-generators@^7.8.4":
|
218 | 243 | version "7.8.4"
|
219 | 244 | resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
|
|
330 | 355 | "@babel/parser" "^7.22.15"
|
331 | 356 | "@babel/types" "^7.22.15"
|
332 | 357 |
|
| 358 | +"@babel/template@^7.27.0": |
| 359 | + version "7.27.0" |
| 360 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 361 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
| 362 | + dependencies: |
| 363 | + "@babel/code-frame" "^7.26.2" |
| 364 | + "@babel/parser" "^7.27.0" |
| 365 | + "@babel/types" "^7.27.0" |
| 366 | + |
333 | 367 | "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.7.2":
|
334 | 368 | version "7.23.2"
|
335 | 369 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
|
|
364 | 398 | "@babel/helper-validator-identifier" "^7.22.20"
|
365 | 399 | to-fast-properties "^2.0.0"
|
366 | 400 |
|
| 401 | +"@babel/types@^7.27.0": |
| 402 | + version "7.27.0" |
| 403 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 404 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
| 405 | + dependencies: |
| 406 | + "@babel/helper-string-parser" "^7.25.9" |
| 407 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 408 | + |
367 | 409 | "@bcoe/v8-coverage@^0.2.3":
|
368 | 410 | version "0.2.3"
|
369 | 411 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
|
|
0 commit comments