|
64 | 64 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
|
65 | 65 | integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
|
66 | 66 |
|
67 |
| - |
68 |
| - version "7.27.1" |
69 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6" |
70 |
| - integrity sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ== |
| 67 | + |
| 68 | + version "7.27.4" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce" |
| 70 | + integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g== |
71 | 71 | dependencies:
|
72 | 72 | "@ampproject/remapping" "^2.2.0"
|
73 | 73 | "@babel/code-frame" "^7.27.1"
|
74 |
| - "@babel/generator" "^7.27.1" |
75 |
| - "@babel/helper-compilation-targets" "^7.27.1" |
76 |
| - "@babel/helper-module-transforms" "^7.27.1" |
77 |
| - "@babel/helpers" "^7.27.1" |
78 |
| - "@babel/parser" "^7.27.1" |
79 |
| - "@babel/template" "^7.27.1" |
80 |
| - "@babel/traverse" "^7.27.1" |
81 |
| - "@babel/types" "^7.27.1" |
| 74 | + "@babel/generator" "^7.27.3" |
| 75 | + "@babel/helper-compilation-targets" "^7.27.2" |
| 76 | + "@babel/helper-module-transforms" "^7.27.3" |
| 77 | + "@babel/helpers" "^7.27.4" |
| 78 | + "@babel/parser" "^7.27.4" |
| 79 | + "@babel/template" "^7.27.2" |
| 80 | + "@babel/traverse" "^7.27.4" |
| 81 | + "@babel/types" "^7.27.3" |
82 | 82 | convert-source-map "^2.0.0"
|
83 | 83 | debug "^4.1.0"
|
84 | 84 | gensync "^1.0.0-beta.2"
|
|
128 | 128 | "@jridgewell/trace-mapping" "^0.3.25"
|
129 | 129 | jsesc "^3.0.2"
|
130 | 130 |
|
| 131 | +"@babel/generator@^7.27.3": |
| 132 | + version "7.27.3" |
| 133 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.3.tgz#ef1c0f7cfe3b5fc8cbb9f6cc69f93441a68edefc" |
| 134 | + integrity sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q== |
| 135 | + dependencies: |
| 136 | + "@babel/parser" "^7.27.3" |
| 137 | + "@babel/types" "^7.27.3" |
| 138 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 139 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 140 | + jsesc "^3.0.2" |
| 141 | + |
131 | 142 | "@babel/helper-annotate-as-pure@^7.25.9":
|
132 | 143 | version "7.25.9"
|
133 | 144 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
|
|
259 | 270 | "@babel/helper-validator-identifier" "^7.27.1"
|
260 | 271 | "@babel/traverse" "^7.27.1"
|
261 | 272 |
|
| 273 | +"@babel/helper-module-transforms@^7.27.3": |
| 274 | + version "7.27.3" |
| 275 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.3.tgz#db0bbcfba5802f9ef7870705a7ef8788508ede02" |
| 276 | + integrity sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== |
| 277 | + dependencies: |
| 278 | + "@babel/helper-module-imports" "^7.27.1" |
| 279 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 280 | + "@babel/traverse" "^7.27.3" |
| 281 | + |
262 | 282 | "@babel/helper-optimise-call-expression@^7.27.1":
|
263 | 283 | version "7.27.1"
|
264 | 284 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
|
|
349 | 369 | "@babel/template" "^7.27.0"
|
350 | 370 | "@babel/types" "^7.27.0"
|
351 | 371 |
|
352 |
| -"@babel/helpers@^7.27.1": |
353 |
| - version "7.27.1" |
354 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.1.tgz#ffc27013038607cdba3288e692c3611c06a18aa4" |
355 |
| - integrity sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ== |
| 372 | +"@babel/helpers@^7.27.4": |
| 373 | + version "7.27.4" |
| 374 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.4.tgz#c79050c6a0e41e095bfc96d469c85431e9ed7fe7" |
| 375 | + integrity sha512-Y+bO6U+I7ZKaM5G5rDUZiYfUvQPUibYmAFe7EnKdnKBbVXDZxvp+MWOH5gYciY0EPk4EScsuFMQBbEfpdRKSCQ== |
356 | 376 | dependencies:
|
357 |
| - "@babel/template" "^7.27.1" |
358 |
| - "@babel/types" "^7.27.1" |
| 377 | + "@babel/template" "^7.27.2" |
| 378 | + "@babel/types" "^7.27.3" |
359 | 379 |
|
360 | 380 | "@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0", "@babel/parser@^7.4.3", "@babel/parser@^7.7.0":
|
361 | 381 | version "7.27.0"
|
|
371 | 391 | dependencies:
|
372 | 392 | "@babel/types" "^7.27.1"
|
373 | 393 |
|
| 394 | +"@babel/parser@^7.27.2", "@babel/parser@^7.27.3", "@babel/parser@^7.27.4": |
| 395 | + version "7.27.4" |
| 396 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.4.tgz#f92e89e4f51847be05427285836fc88341c956df" |
| 397 | + integrity sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g== |
| 398 | + dependencies: |
| 399 | + "@babel/types" "^7.27.3" |
| 400 | + |
374 | 401 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
|
375 | 402 | version "7.27.1"
|
376 | 403 | 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"
|
|
1121 | 1148 | "@babel/parser" "^7.27.1"
|
1122 | 1149 | "@babel/types" "^7.27.1"
|
1123 | 1150 |
|
| 1151 | +"@babel/template@^7.27.2": |
| 1152 | + version "7.27.2" |
| 1153 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d" |
| 1154 | + integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== |
| 1155 | + dependencies: |
| 1156 | + "@babel/code-frame" "^7.27.1" |
| 1157 | + "@babel/parser" "^7.27.2" |
| 1158 | + "@babel/types" "^7.27.1" |
| 1159 | + |
1124 | 1160 | "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
|
1125 | 1161 | version "7.27.0"
|
1126 | 1162 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70"
|
|
1147 | 1183 | debug "^4.3.1"
|
1148 | 1184 | globals "^11.1.0"
|
1149 | 1185 |
|
| 1186 | +"@babel/traverse@^7.27.3", "@babel/traverse@^7.27.4": |
| 1187 | + version "7.27.4" |
| 1188 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea" |
| 1189 | + integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA== |
| 1190 | + dependencies: |
| 1191 | + "@babel/code-frame" "^7.27.1" |
| 1192 | + "@babel/generator" "^7.27.3" |
| 1193 | + "@babel/parser" "^7.27.4" |
| 1194 | + "@babel/template" "^7.27.2" |
| 1195 | + "@babel/types" "^7.27.3" |
| 1196 | + debug "^4.3.1" |
| 1197 | + globals "^11.1.0" |
| 1198 | + |
1150 | 1199 | "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
1151 | 1200 | version "7.27.0"
|
1152 | 1201 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
|
|
1163 | 1212 | "@babel/helper-string-parser" "^7.27.1"
|
1164 | 1213 | "@babel/helper-validator-identifier" "^7.27.1"
|
1165 | 1214 |
|
| 1215 | +"@babel/types@^7.27.3": |
| 1216 | + version "7.27.3" |
| 1217 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.3.tgz#c0257bedf33aad6aad1f406d35c44758321eb3ec" |
| 1218 | + integrity sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw== |
| 1219 | + dependencies: |
| 1220 | + "@babel/helper-string-parser" "^7.27.1" |
| 1221 | + "@babel/helper-validator-identifier" "^7.27.1" |
| 1222 | + |
1166 | 1223 |
|
1167 | 1224 | version "1.0.2"
|
1168 | 1225 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
|
|
0 commit comments