|
10 | 10 | "@jridgewell/gen-mapping" "^0.3.5"
|
11 | 11 | "@jridgewell/trace-mapping" "^0.3.24"
|
12 | 12 |
|
13 |
| - |
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 | + |
| 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 |
| - |
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.3" |
| 52 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.3.tgz#cc49c2ac222d69b889bf34c795f537c0c6311111" |
| 53 | + integrity sha512-V42wFfx1ymFte+ecf6iXghnnP8kWTO+ZLXIyZq+1LAXHHvTZdVxicn4yiVYdYMGaCO3tmqub11AorKkv+iodqw== |
| 54 | + |
| 55 | + |
| 56 | + version "7.27.4" |
| 57 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 58 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
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.3" |
| 63 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 64 | + "@babel/helper-module-transforms" "^7.27.3" |
| 65 | + "@babel/helpers" "^7.27.4" |
| 66 | + "@babel/parser" "^7.27.4" |
| 67 | + "@babel/template" "^7.27.2" |
| 68 | + "@babel/traverse" "^7.27.4" |
| 69 | + "@babel/types" "^7.27.3" |
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.3": |
| 88 | + version "7.27.3" |
| 89 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 90 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 91 | + dependencies: |
| 92 | + "@babel/parser" "^7.27.3" |
| 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.4": |
| 257 | + version "7.27.4" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
| 259 | + integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
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.3" |
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.3", "@babel/parser@^7.27.4": |
| 282 | + version "7.27.4" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
| 284 | + integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 285 | + dependencies: |
| 286 | + "@babel/types" "^7.27.3" |
| 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.3": |
| 437 | + version "7.27.3" |
| 438 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.27.3.tgz#3cc8299ed798d9a909f8d66ddeb40849ec32e3b0" |
| 439 | + integrity sha512-s4Jrok82JpiaIprtY2nHsYmrThKvvwgHwjgd7UMiYhZaN0asdXNLr0y+NjTfkA7SyQE5i2Fb7eawUOZmLvyqOA== |
| 440 | + dependencies: |
| 441 | + "@babel/helper-plugin-utils" "^7.27.1" |
| 442 | + |
393 | 443 | "@babel/plugin-transform-dotall-regex@^7.27.1":
|
394 | 444 | version "7.27.1"
|
395 | 445 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.27.1.tgz#aa6821de864c528b1fecf286f0a174e38e826f4d"
|
|
542 | 592 | dependencies:
|
543 | 593 | "@babel/helper-plugin-utils" "^7.27.1"
|
544 | 594 |
|
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== |
| 595 | +"@babel/plugin-transform-object-rest-spread@^7.27.2": |
| 596 | + version "7.27.3" |
| 597 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.3.tgz#ce130aa73fef828bc3e3e835f9bc6144be3eb1c0" |
| 598 | + integrity sha512-7ZZtznF9g4l2JCImCo5LNKFHB5eXnN39lLtLY5Tg+VkR0jwOt7TBciMckuiQIOIW7L5tkQOCh3bVGYeXgMx52Q== |
549 | 599 | dependencies:
|
550 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
| 600 | + "@babel/helper-compilation-targets" "^7.27.2" |
551 | 601 | "@babel/helper-plugin-utils" "^7.27.1"
|
| 602 | + "@babel/plugin-transform-destructuring" "^7.27.3" |
552 | 603 | "@babel/plugin-transform-parameters" "^7.27.1"
|
553 | 604 |
|
554 | 605 | "@babel/plugin-transform-object-super@^7.27.1":
|
|
694 | 745 | "@babel/helper-create-regexp-features-plugin" "^7.27.1"
|
695 | 746 | "@babel/helper-plugin-utils" "^7.27.1"
|
696 | 747 |
|
697 |
| - |
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== |
| 748 | + |
| 749 | + version "7.27.2" |
| 750 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a" |
| 751 | + integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ== |
701 | 752 | dependencies:
|
702 |
| - "@babel/compat-data" "^7.27.1" |
703 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
| 753 | + "@babel/compat-data" "^7.27.2" |
| 754 | + "@babel/helper-compilation-targets" "^7.27.2" |
704 | 755 | "@babel/helper-plugin-utils" "^7.27.1"
|
705 | 756 | "@babel/helper-validator-option" "^7.27.1"
|
706 | 757 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
|
|
742 | 793 | "@babel/plugin-transform-new-target" "^7.27.1"
|
743 | 794 | "@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
|
744 | 795 | "@babel/plugin-transform-numeric-separator" "^7.27.1"
|
745 |
| - "@babel/plugin-transform-object-rest-spread" "^7.27.1" |
| 796 | + "@babel/plugin-transform-object-rest-spread" "^7.27.2" |
746 | 797 | "@babel/plugin-transform-object-super" "^7.27.1"
|
747 | 798 | "@babel/plugin-transform-optional-catch-binding" "^7.27.1"
|
748 | 799 | "@babel/plugin-transform-optional-chaining" "^7.27.1"
|
|
798 | 849 | "@babel/parser" "^7.27.1"
|
799 | 850 | "@babel/types" "^7.27.1"
|
800 | 851 |
|
| 852 | +"@babel/template@^7.27.2": |
| 853 | + version "7.27.2" |
| 854 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 855 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 856 | + dependencies: |
| 857 | + "@babel/code-frame" "^7.27.1" |
| 858 | + "@babel/parser" "^7.27.2" |
| 859 | + "@babel/types" "^7.27.1" |
| 860 | + |
801 | 861 | "@babel/traverse@^7.27.1":
|
802 | 862 | version "7.27.1"
|
803 | 863 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
|
|
811 | 871 | debug "^4.3.1"
|
812 | 872 | globals "^11.1.0"
|
813 | 873 |
|
| 874 | +"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4": |
| 875 | + version "7.27.4" |
| 876 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 877 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 878 | + dependencies: |
| 879 | + "@babel/code-frame" "^7.27.1" |
| 880 | + "@babel/generator" "^7.27.3" |
| 881 | + "@babel/parser" "^7.27.4" |
| 882 | + "@babel/template" "^7.27.2" |
| 883 | + "@babel/types" "^7.27.3" |
| 884 | + debug "^4.3.1" |
| 885 | + globals "^11.1.0" |
| 886 | + |
814 | 887 | "@babel/types@^7.27.1", "@babel/types@^7.4.4":
|
815 | 888 | version "7.27.1"
|
816 | 889 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
|
|
819 | 892 | "@babel/helper-string-parser" "^7.27.1"
|
820 | 893 | "@babel/helper-validator-identifier" "^7.27.1"
|
821 | 894 |
|
| 895 | +"@babel/types@^7.27.3": |
| 896 | + version "7.27.3" |
| 897 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 898 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 899 | + dependencies: |
| 900 | + "@babel/helper-string-parser" "^7.27.1" |
| 901 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 902 | + |
822 | 903 |
|
823 | 904 | version "18.6.1"
|
824 | 905 | resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.1.tgz#78bffdfa00d6f01425d53096954993d83f2b343d"
|
|
0 commit comments