|
17 | 17 | "@babel/highlight" "^7.22.13" |
18 | 18 | chalk "^2.4.2" |
19 | 19 |
|
| 20 | +"@babel/code-frame@^7.26.2": |
| 21 | + version "7.26.2" |
| 22 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 23 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 24 | + dependencies: |
| 25 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 26 | + js-tokens "^4.0.0" |
| 27 | + picocolors "^1.0.0" |
| 28 | + |
20 | 29 | "@babel/core@^7.1.5": |
21 | 30 | version "7.1.5" |
22 | 31 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.5.tgz#abb32d7aa247a91756469e788998db6a72b93090" |
|
261 | 270 | "@babel/types" "^7.0.0" |
262 | 271 |
|
263 | 272 | "@babel/helpers@^7.1.5": |
264 | | - version "7.1.5" |
265 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996" |
266 | | - integrity sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg== |
| 273 | + version "7.26.10" |
| 274 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384" |
| 275 | + integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g== |
267 | 276 | dependencies: |
268 | | - "@babel/template" "^7.1.2" |
269 | | - "@babel/traverse" "^7.1.5" |
270 | | - "@babel/types" "^7.1.5" |
| 277 | + "@babel/template" "^7.26.9" |
| 278 | + "@babel/types" "^7.26.10" |
271 | 279 |
|
272 | 280 | "@babel/highlight@^7.0.0": |
273 | 281 | version "7.0.0" |
|
304 | 312 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719" |
305 | 313 | integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw== |
306 | 314 |
|
| 315 | +"@babel/parser@^7.26.9": |
| 316 | + version "7.26.10" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.10.tgz#e9bdb82f14b97df6569b0b038edd436839c57749" |
| 318 | + integrity sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA== |
| 319 | + dependencies: |
| 320 | + "@babel/types" "^7.26.10" |
| 321 | + |
307 | 322 | "@babel/plugin-proposal-async-generator-functions@^7.1.0": |
308 | 323 | version "7.1.0" |
309 | 324 | resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz#41c1a702e10081456e23a7b74d891922dd1bb6ce" |
|
690 | 705 | "@babel/parser" "^7.22.15" |
691 | 706 | "@babel/types" "^7.22.15" |
692 | 707 |
|
| 708 | +"@babel/template@^7.26.9": |
| 709 | + version "7.26.9" |
| 710 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
| 711 | + integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 712 | + dependencies: |
| 713 | + "@babel/code-frame" "^7.26.2" |
| 714 | + "@babel/parser" "^7.26.9" |
| 715 | + "@babel/types" "^7.26.9" |
| 716 | + |
693 | 717 | "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5": |
694 | 718 | version "7.23.2" |
695 | 719 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8" |
|
732 | 756 | "@babel/helper-validator-identifier" "^7.22.20" |
733 | 757 | to-fast-properties "^2.0.0" |
734 | 758 |
|
| 759 | +"@babel/types@^7.26.10", "@babel/types@^7.26.9": |
| 760 | + version "7.26.10" |
| 761 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259" |
| 762 | + integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ== |
| 763 | + dependencies: |
| 764 | + "@babel/helper-string-parser" "^7.25.9" |
| 765 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 766 | + |
735 | 767 | "@carbon/icon-helpers@^0.0.1-alpha.20": |
736 | 768 | version "0.0.1-alpha.20" |
737 | 769 | resolved "https://registry.yarnpkg.com/@carbon/icon-helpers/-/icon-helpers-0.0.1-alpha.20.tgz#3e9ceb79996bf3161984de1941c329d6d210802c" |
@@ -5382,6 +5414,11 @@ pbkdf2@^3.0.3: |
5382 | 5414 | safe-buffer "^5.0.1" |
5383 | 5415 | sha.js "^2.4.8" |
5384 | 5416 |
|
| 5417 | +picocolors@^1.0.0: |
| 5418 | + version "1.1.1" |
| 5419 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 5420 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 5421 | + |
5385 | 5422 | picocolors@^1.0.1: |
5386 | 5423 | version "1.0.1" |
5387 | 5424 | resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" |
|
0 commit comments