|
154 | 154 | "@babel/highlight" "^7.23.4"
|
155 | 155 | chalk "^2.4.2"
|
156 | 156 |
|
| 157 | +"@babel/code-frame@^7.26.2": |
| 158 | + version "7.26.2" |
| 159 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 160 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 161 | + dependencies: |
| 162 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 163 | + js-tokens "^4.0.0" |
| 164 | + picocolors "^1.0.0" |
| 165 | + |
157 | 166 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9", "@babel/compat-data@^7.23.3", "@babel/compat-data@^7.23.5":
|
158 | 167 | version "7.23.5"
|
159 | 168 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz"
|
|
351 | 360 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz"
|
352 | 361 | integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
353 | 362 |
|
| 363 | +"@babel/helper-string-parser@^7.25.9": |
| 364 | + version "7.25.9" |
| 365 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 366 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 367 | + |
354 | 368 | "@babel/helper-validator-identifier@^7.22.20":
|
355 | 369 | version "7.22.20"
|
356 | 370 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz"
|
357 | 371 | integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
358 | 372 |
|
| 373 | +"@babel/helper-validator-identifier@^7.25.9": |
| 374 | + version "7.25.9" |
| 375 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 376 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 377 | + |
359 | 378 | "@babel/helper-validator-option@^7.22.15", "@babel/helper-validator-option@^7.23.5":
|
360 | 379 | version "7.23.5"
|
361 | 380 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz"
|
|
371 | 390 | "@babel/types" "^7.22.19"
|
372 | 391 |
|
373 | 392 | "@babel/helpers@^7.23.5":
|
374 |
| - version "7.23.5" |
375 |
| - resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.5.tgz" |
376 |
| - integrity sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg== |
| 393 | + version "7.26.10" |
| 394 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 395 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
377 | 396 | dependencies:
|
378 |
| - "@babel/template" "^7.22.15" |
379 |
| - "@babel/traverse" "^7.23.5" |
380 |
| - "@babel/types" "^7.23.5" |
| 397 | + "@babel/template" "^7.26.9" |
| 398 | + "@babel/types" "^7.26.10" |
381 | 399 |
|
382 | 400 | "@babel/highlight@^7.23.4":
|
383 | 401 | version "7.23.4"
|
|
393 | 411 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.23.5.tgz"
|
394 | 412 | integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
|
395 | 413 |
|
| 414 | +"@babel/parser@^7.26.9": |
| 415 | + version "7.26.10" |
| 416 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 417 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 418 | + dependencies: |
| 419 | + "@babel/types" "^7.26.10" |
| 420 | + |
396 | 421 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.23.3":
|
397 | 422 | version "7.23.3"
|
398 | 423 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz"
|
|
1160 | 1185 | "@babel/parser" "^7.22.15"
|
1161 | 1186 | "@babel/types" "^7.22.15"
|
1162 | 1187 |
|
| 1188 | +"@babel/template@^7.26.9": |
| 1189 | + version "7.26.9" |
| 1190 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 1191 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 1192 | + dependencies: |
| 1193 | + "@babel/code-frame" "^7.26.2" |
| 1194 | + "@babel/parser" "^7.26.9" |
| 1195 | + "@babel/types" "^7.26.9" |
| 1196 | + |
1163 | 1197 | "@babel/traverse@^7.22.8", "@babel/traverse@^7.23.5":
|
1164 | 1198 | version "7.23.5"
|
1165 | 1199 | resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.5.tgz"
|
|
1185 | 1219 | "@babel/helper-validator-identifier" "^7.22.20"
|
1186 | 1220 | to-fast-properties "^2.0.0"
|
1187 | 1221 |
|
| 1222 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 1223 | + version "7.26.10" |
| 1224 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 1225 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 1226 | + dependencies: |
| 1227 | + "@babel/helper-string-parser" "^7.25.9" |
| 1228 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1229 | + |
1188 | 1230 | "@colors/colors@1.5.0":
|
1189 | 1231 | version "1.5.0"
|
1190 | 1232 | resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz"
|
|
0 commit comments