|
10 | 10 | "@jridgewell/gen-mapping" "^0.3.5"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.24"
|
12 | 12 |
|
13 |
| -"@babel/cli@7.27.1": |
14 |
| - version "7.27.1" |
15 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.1.tgz#699f03267f3fb6625b6de527cd8f2bda7f6371d9" |
16 |
| - integrity sha512-uW6vyhrV/YB9f3QFyPX2sMmDTID853+f3rOsTvH9q/FsL+e40GKqdMy5fdnGBvXsk5WiWJuMhR6sl03/x+XqqA== |
| 13 | +"@babel/cli@7.27.2": |
| 14 | + version "7.27.2" |
| 15 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.2.tgz#d54560567a73a269b31d3201bedb70692ace8684" |
| 16 | + integrity sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA== |
17 | 17 | dependencies:
|
18 | 18 | "@jridgewell/trace-mapping" "^0.3.25"
|
19 | 19 | commander "^6.2.0"
|
|
47 | 47 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
|
48 | 48 | integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
|
49 | 49 |
|
50 |
| -"@babel/core@7.27.1": |
51 |
| - version "7.27.1" |
52 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
53 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 50 | +"@babel/compat-data@^7.27.2": |
| 51 | + version "7.27.7" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.7.tgz#7fd698e531050cce432b073ab64857b99e0f3804" |
| 53 | + integrity sha512-xgu/ySj2mTiUFmdE9yCMfBxLp4DHd5DwmbbD05YAuICfodYT3VvRxbrh81LGQ/8UpSdtMdfKMn3KouYDX59DGQ== |
| 54 | + |
| 55 | +"@babel/core@7.27.7": |
| 56 | + version "7.27.7" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.7.tgz#0ddeab1e7b17317dad8c3c3a887716f66b5c4428" |
| 58 | + integrity sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w== |
54 | 59 | dependencies:
|
55 | 60 | "@ampproject/remapping" "^2.2.0"
|
56 | 61 | "@babel/code-frame" "^7.27.1"
|
57 |
| - "@babel/generator" "^7.27.1" |
58 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
59 |
| - "@babel/helper-module-transforms" "^7.27.1" |
60 |
| - "@babel/helpers" "^7.27.1" |
61 |
| - "@babel/parser" "^7.27.1" |
62 |
| - "@babel/template" "^7.27.1" |
63 |
| - "@babel/traverse" "^7.27.1" |
64 |
| - "@babel/types" "^7.27.1" |
| 62 | + "@babel/generator" "^7.27.5" |
| 63 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 64 | + "@babel/helper-module-transforms" "^7.27.3" |
| 65 | + "@babel/helpers" "^7.27.6" |
| 66 | + "@babel/parser" "^7.27.7" |
| 67 | + "@babel/template" "^7.27.2" |
| 68 | + "@babel/traverse" "^7.27.7" |
| 69 | + "@babel/types" "^7.27.7" |
65 | 70 | convert-source-map "^2.0.0"
|
66 | 71 | debug "^4.1.0"
|
67 | 72 | gensync "^1.0.0-beta.2"
|
|
79 | 84 | "@jridgewell/trace-mapping" "^0.3.25"
|
80 | 85 | jsesc "^3.0.2"
|
81 | 86 |
|
| 87 | +"@babel/generator@^7.27.5": |
| 88 | + version "7.27.5" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.5.tgz#3eb01866b345ba261b04911020cbe22dd4be8c8c" |
| 90 | + integrity sha512-ZGhA37l0e/g2s1Cnzdix0O3aLYm66eF8aufiVteOgnwxgnRP8GoyMj7VWsgWnQbVKXyge7hqrFh2K2TQM6t1Hw== |
| 91 | + dependencies: |
| 92 | + "@babel/parser" "^7.27.5" |
| 93 | + "@babel/types" "^7.27.3" |
| 94 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 95 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 96 | + jsesc "^3.0.2" |
| 97 | + |
82 | 98 | "@babel/helper-annotate-as-pure@^7.27.1":
|
83 | 99 | version "7.27.1"
|
84 | 100 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.1.tgz#4345d81a9a46a6486e24d069469f13e60445c05d"
|
|
97 | 113 | lru-cache "^5.1.1"
|
98 | 114 | semver "^6.3.1"
|
99 | 115 |
|
| 116 | +"@babel/helper-compilation-targets@^7.27.2": |
| 117 | + version "7.27.2" |
| 118 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d" |
| 119 | + integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== |
| 120 | + dependencies: |
| 121 | + "@babel/compat-data" "^7.27.2" |
| 122 | + "@babel/helper-validator-option" "^7.27.1" |
| 123 | + browserslist "^4.24.0" |
| 124 | + lru-cache "^5.1.1" |
| 125 | + semver "^6.3.1" |
| 126 | + |
100 | 127 | "@babel/helper-create-class-features-plugin@^7.27.1":
|
101 | 128 | version "7.27.1"
|
102 | 129 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
|
|
155 | 182 | "@babel/helper-validator-identifier" "^7.27.1"
|
156 | 183 | "@babel/traverse" "^7.27.1"
|
157 | 184 |
|
| 185 | +"@babel/helper-module-transforms@^7.27.3": |
| 186 | + version "7.27.3" |
| 187 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 188 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 189 | + dependencies: |
| 190 | + "@babel/helper-module-imports" "^7.27.1" |
| 191 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 192 | + "@babel/traverse" "^7.27.3" |
| 193 | + |
158 | 194 | "@babel/helper-optimise-call-expression@^7.27.1":
|
159 | 195 | version "7.27.1"
|
160 | 196 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
217 | 253 | "@babel/traverse" "^7.27.1"
|
218 | 254 | "@babel/types" "^7.27.1"
|
219 | 255 |
|
220 |
| -"@babel/helpers@^7.27.1": |
221 |
| - version "7.27.1" |
222 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
223 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 256 | +"@babel/helpers@^7.27.6": |
| 257 | + version "7.27.6" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c" |
| 259 | + integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug== |
224 | 260 | dependencies:
|
225 |
| - "@babel/template" "^7.27.1" |
226 |
| - "@babel/types" "^7.27.1" |
| 261 | + "@babel/template" "^7.27.2" |
| 262 | + "@babel/types" "^7.27.6" |
227 | 263 |
|
228 | 264 | "@babel/highlight@^7.10.4":
|
229 | 265 | version "7.25.9"
|
|
242 | 278 | dependencies:
|
243 | 279 | "@babel/types" "^7.27.1"
|
244 | 280 |
|
| 281 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.5", "@babel/parser@^7.27.7": |
| 282 | + version "7.27.7" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9" |
| 284 | + integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q== |
| 285 | + dependencies: |
| 286 | + "@babel/types" "^7.27.7" |
| 287 | + |
245 | 288 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
246 | 289 | version "7.27.1"
|
247 | 290 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.27.1.tgz#61dd8a8e61f7eb568268d1b5f129da3eee364bf9"
|
|
390 | 433 | dependencies:
|
391 | 434 | "@babel/helper-plugin-utils" "^7.27.1"
|
392 | 435 |
|
| 436 | +"@babel/plugin-transform-destructuring@^7.27.7": |
| 437 | + version "7.27.7" |
| 438 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.7.tgz#c5356982d29d5c70e0396c933f07a94c31bb385c" |
| 439 | + integrity sha512-pg3ZLdIKWCP0CrJm0O4jYjVthyBeioVfvz9nwt6o5paUxsgJ/8GucSMAIaj6M7xA4WY+SrvtGu2LijzkdyecWQ== |
| 440 | + dependencies: |
| 441 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 442 | + "@babel/traverse" "^7.27.7" |
| 443 | + |
393 | 444 | "@babel/plugin-transform-dotall-regex@^7.27.1":
|
394 | 445 | version "7.27.1"
|
395 | 446 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
|
|
542 | 593 | dependencies:
|
543 | 594 | "@babel/helper-plugin-utils" "^7.27.1"
|
544 | 595 |
|
545 |
| -"@babel/plugin-transform-object-rest-spread@^7.27.1": |
546 |
| - version "7.27.1" |
547 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79" |
548 |
| - integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA== |
| 596 | +"@babel/plugin-transform-object-rest-spread@^7.27.2": |
| 597 | + version "7.27.7" |
| 598 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.7.tgz#2e5c02348b6a4326aa6e8b0b950602dc0d92227c" |
| 599 | + integrity sha512-201B1kFTWhckclcXpWHc8uUpYziDX/Pl4rxl0ZX0DiCZ3jknwfSUALL3QCYeeXXB37yWxJbo+g+Vfq8pAaHi3w== |
549 | 600 | dependencies:
|
550 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
| 601 | + "@babel/helper-compilation-targets" "^7.27.2" |
551 | 602 | "@babel/helper-plugin-utils" "^7.27.1"
|
552 |
| - "@babel/plugin-transform-parameters" "^7.27.1" |
| 603 | + "@babel/plugin-transform-destructuring" "^7.27.7" |
| 604 | + "@babel/plugin-transform-parameters" "^7.27.7" |
| 605 | + "@babel/traverse" "^7.27.7" |
553 | 606 |
|
554 | 607 | "@babel/plugin-transform-object-super@^7.27.1":
|
555 | 608 | version "7.27.1"
|
|
581 | 634 | dependencies:
|
582 | 635 | "@babel/helper-plugin-utils" "^7.27.1"
|
583 | 636 |
|
| 637 | +"@babel/plugin-transform-parameters@^7.27.7": |
| 638 | + version "7.27.7" |
| 639 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz#1fd2febb7c74e7d21cf3b05f7aebc907940af53a" |
| 640 | + integrity sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg== |
| 641 | + dependencies: |
| 642 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 643 | + |
584 | 644 | "@babel/plugin-transform-private-methods@^7.27.1":
|
585 | 645 | version "7.27.1"
|
586 | 646 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.27.1.tgz#fdacbab1c5ed81ec70dfdbb8b213d65da148b6af"
|
|
694 | 754 | "@babel/helper-create-regexp-features-plugin" "^7.27.1"
|
695 | 755 | "@babel/helper-plugin-utils" "^7.27.1"
|
696 | 756 |
|
697 |
| -"@babel/preset-env@7.27.1": |
698 |
| - version "7.27.1" |
699 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2" |
700 |
| - integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA== |
| 757 | +"@babel/preset-env@7.27.2": |
| 758 | + version "7.27.2" |
| 759 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a" |
| 760 | + integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ== |
701 | 761 | dependencies:
|
702 |
| - "@babel/compat-data" "^7.27.1" |
703 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
| 762 | + "@babel/compat-data" "^7.27.2" |
| 763 | + "@babel/helper-compilation-targets" "^7.27.2" |
704 | 764 | "@babel/helper-plugin-utils" "^7.27.1"
|
705 | 765 | "@babel/helper-validator-option" "^7.27.1"
|
706 | 766 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
|
|
742 | 802 | "@babel/plugin-transform-new-target" "^7.27.1"
|
743 | 803 | "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
|
744 | 804 | "@babel/plugin-transform-numeric-separator" "^7.27.1"
|
745 |
| - "@babel/plugin-transform-object-rest-spread" "^7.27.1" |
| 805 | + "@babel/plugin-transform-object-rest-spread" "^7.27.2" |
746 | 806 | "@babel/plugin-transform-object-super" "^7.27.1"
|
747 | 807 | "@babel/plugin-transform-optional-catch-binding" "^7.27.1"
|
748 | 808 | "@babel/plugin-transform-optional-chaining" "^7.27.1"
|
|
798 | 858 | "@babel/parser" "^7.27.1"
|
799 | 859 | "@babel/types" "^7.27.1"
|
800 | 860 |
|
| 861 | +"@babel/template@^7.27.2": |
| 862 | + version "7.27.2" |
| 863 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 864 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 865 | + dependencies: |
| 866 | + "@babel/code-frame" "^7.27.1" |
| 867 | + "@babel/parser" "^7.27.2" |
| 868 | + "@babel/types" "^7.27.1" |
| 869 | + |
801 | 870 | "@babel/traverse@^7.27.1":
|
802 | 871 | version "7.27.1"
|
803 | 872 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
|
|
811 | 880 | debug "^4.3.1"
|
812 | 881 | globals "^11.1.0"
|
813 | 882 |
|
| 883 | +"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.7": |
| 884 | + version "7.27.7" |
| 885 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55" |
| 886 | + integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw== |
| 887 | + dependencies: |
| 888 | + "@babel/code-frame" "^7.27.1" |
| 889 | + "@babel/generator" "^7.27.5" |
| 890 | + "@babel/parser" "^7.27.7" |
| 891 | + "@babel/template" "^7.27.2" |
| 892 | + "@babel/types" "^7.27.7" |
| 893 | + debug "^4.3.1" |
| 894 | + globals "^11.1.0" |
| 895 | + |
814 | 896 | "@babel/types@^7.27.1", "@babel/types@^7.4.4":
|
815 | 897 | version "7.27.1"
|
816 | 898 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
|
|
819 | 901 | "@babel/helper-string-parser" "^7.27.1"
|
820 | 902 | "@babel/helper-validator-identifier" "^7.27.1"
|
821 | 903 |
|
| 904 | +"@babel/types@^7.27.3", "@babel/types@^7.27.6", "@babel/types@^7.27.7": |
| 905 | + version "7.27.7" |
| 906 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f" |
| 907 | + integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw== |
| 908 | + dependencies: |
| 909 | + "@babel/helper-string-parser" "^7.27.1" |
| 910 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 911 | + |
822 | 912 | "@commitlint/cli@18.6.1":
|
823 | 913 | version "18.6.1"
|
824 | 914 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d"
|
|
0 commit comments