|
142 | 142 | "@babel/highlight" "^7.24.7" |
143 | 143 | picocolors "^1.0.0" |
144 | 144 |
|
145 | | -"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0": |
| 145 | +"@babel/code-frame@^7.25.9": |
146 | 146 | version "7.26.0" |
147 | 147 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.0.tgz#9374b5cd068d128dac0b94ff482594273b1c2815" |
148 | 148 | integrity sha512-INCKxTtbXtcNbUZ3YXutwMpEleqttcswhAdee7dhuoVrD2cnuc3PqtERBtxkX5nziX9vnBL8WXmSGwv8CuPV6g== |
|
151 | 151 | js-tokens "^4.0.0" |
152 | 152 | picocolors "^1.0.0" |
153 | 153 |
|
| 154 | +"@babel/code-frame@^7.26.2": |
| 155 | + version "7.26.2" |
| 156 | + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85" |
| 157 | + integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ== |
| 158 | + dependencies: |
| 159 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 160 | + js-tokens "^4.0.0" |
| 161 | + picocolors "^1.0.0" |
| 162 | + |
154 | 163 | "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9": |
155 | 164 | version "7.23.3" |
156 | 165 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.3.tgz#3febd552541e62b5e883a25eb3effd7c7379db11" |
|
166 | 175 | resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz#7d2a80ce229890edcf4cc259d4d696cb4dae2fcb" |
167 | 176 | integrity sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ== |
168 | 177 |
|
169 | | -"@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0": |
| 178 | +"@babel/compat-data@^7.25.9": |
170 | 179 | version "7.26.0" |
171 | 180 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.0.tgz#f02ba6d34e88fadd5e8861e8b38902f43cc1c819" |
172 | 181 | integrity sha512-qETICbZSLe7uXv9VE8T/RWOdIE5qqyTucOt4zLYMafj2MRO271VGgLd4RACJMeBO37UPWhXiKMBk7YlJ0fOzQA== |
173 | 182 |
|
| 183 | +"@babel/compat-data@^7.26.5": |
| 184 | + version "7.26.5" |
| 185 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7" |
| 186 | + integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg== |
| 187 | + |
174 | 188 | "@babel/core@^7.11.6", "@babel/core@^7.12.3": |
175 | 189 | version "7.23.3" |
176 | 190 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.23.3.tgz#5ec09c8803b91f51cc887dedc2654a35852849c9" |
|
213 | 227 | json5 "^2.2.3" |
214 | 228 | semver "^6.3.1" |
215 | 229 |
|
216 | | -"@babel/core@^7.26.0": |
217 | | - version "7.26.0" |
218 | | - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" |
219 | | - integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== |
| 230 | +"@babel/core@^7.26.7": |
| 231 | + version "7.26.7" |
| 232 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24" |
| 233 | + integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA== |
220 | 234 | dependencies: |
221 | 235 | "@ampproject/remapping" "^2.2.0" |
222 | | - "@babel/code-frame" "^7.26.0" |
223 | | - "@babel/generator" "^7.26.0" |
224 | | - "@babel/helper-compilation-targets" "^7.25.9" |
| 236 | + "@babel/code-frame" "^7.26.2" |
| 237 | + "@babel/generator" "^7.26.5" |
| 238 | + "@babel/helper-compilation-targets" "^7.26.5" |
225 | 239 | "@babel/helper-module-transforms" "^7.26.0" |
226 | | - "@babel/helpers" "^7.26.0" |
227 | | - "@babel/parser" "^7.26.0" |
| 240 | + "@babel/helpers" "^7.26.7" |
| 241 | + "@babel/parser" "^7.26.7" |
228 | 242 | "@babel/template" "^7.25.9" |
229 | | - "@babel/traverse" "^7.25.9" |
230 | | - "@babel/types" "^7.26.0" |
| 243 | + "@babel/traverse" "^7.26.7" |
| 244 | + "@babel/types" "^7.26.7" |
231 | 245 | convert-source-map "^2.0.0" |
232 | 246 | debug "^4.1.0" |
233 | 247 | gensync "^1.0.0-beta.2" |
|
283 | 297 | "@jridgewell/trace-mapping" "^0.3.25" |
284 | 298 | jsesc "^2.5.1" |
285 | 299 |
|
286 | | -"@babel/generator@^7.25.9", "@babel/generator@^7.26.0": |
| 300 | +"@babel/generator@^7.25.9": |
287 | 301 | version "7.26.0" |
288 | 302 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.0.tgz#505cc7c90d92513f458a477e5ef0703e7c91b8d7" |
289 | 303 | integrity sha512-/AIkAmInnWwgEAJGQr9vY0c66Mj6kjkE2ZPB1PurTRaRAh3U+J45sAQMjQDJdh4WbR3l0x5xkimXBKyBXXAu2w== |
|
294 | 308 | "@jridgewell/trace-mapping" "^0.3.25" |
295 | 309 | jsesc "^3.0.2" |
296 | 310 |
|
| 311 | +"@babel/generator@^7.26.5": |
| 312 | + version "7.26.5" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458" |
| 314 | + integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw== |
| 315 | + dependencies: |
| 316 | + "@babel/parser" "^7.26.5" |
| 317 | + "@babel/types" "^7.26.5" |
| 318 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 319 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 320 | + jsesc "^3.0.2" |
| 321 | + |
297 | 322 | "@babel/helper-annotate-as-pure@^7.22.5": |
298 | 323 | version "7.22.5" |
299 | 324 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882" |
|
323 | 348 | "@babel/traverse" "^7.24.7" |
324 | 349 | "@babel/types" "^7.24.7" |
325 | 350 |
|
326 | | -"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.9": |
327 | | - version "7.25.9" |
328 | | - resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz#f41752fe772a578e67286e6779a68a5a92de1ee9" |
329 | | - integrity sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g== |
330 | | - dependencies: |
331 | | - "@babel/traverse" "^7.25.9" |
332 | | - "@babel/types" "^7.25.9" |
333 | | - |
334 | 351 | "@babel/helper-compilation-targets@^7.22.15", "@babel/helper-compilation-targets@^7.22.6": |
335 | 352 | version "7.22.15" |
336 | 353 | resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52" |
|
364 | 381 | lru-cache "^5.1.1" |
365 | 382 | semver "^6.3.1" |
366 | 383 |
|
| 384 | +"@babel/helper-compilation-targets@^7.26.5": |
| 385 | + version "7.26.5" |
| 386 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8" |
| 387 | + integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA== |
| 388 | + dependencies: |
| 389 | + "@babel/compat-data" "^7.26.5" |
| 390 | + "@babel/helper-validator-option" "^7.25.9" |
| 391 | + browserslist "^4.24.0" |
| 392 | + lru-cache "^5.1.1" |
| 393 | + semver "^6.3.1" |
| 394 | + |
367 | 395 | "@babel/helper-create-class-features-plugin@^7.24.7", "@babel/helper-create-class-features-plugin@^7.25.0": |
368 | 396 | version "7.25.0" |
369 | 397 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz#a109bf9c3d58dfed83aaf42e85633c89f43a6253" |
|
736 | 764 | "@babel/template" "^7.25.0" |
737 | 765 | "@babel/types" "^7.25.0" |
738 | 766 |
|
739 | | -"@babel/helpers@^7.26.0": |
740 | | - version "7.26.0" |
741 | | - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" |
742 | | - integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw== |
| 767 | +"@babel/helpers@^7.26.7": |
| 768 | + version "7.26.7" |
| 769 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.7.tgz#fd1d2a7c431b6e39290277aacfd8367857c576a4" |
| 770 | + integrity sha512-8NHiL98vsi0mbPQmYAGWwfcFaOy4j2HY49fXJCfuDcdE7fMIsH9a7GdaeXpIBsbT7307WU8KCMp5pUVDNL4f9A== |
743 | 771 | dependencies: |
744 | 772 | "@babel/template" "^7.25.9" |
745 | | - "@babel/types" "^7.26.0" |
| 773 | + "@babel/types" "^7.26.7" |
746 | 774 |
|
747 | 775 | "@babel/highlight@^7.14.5": |
748 | 776 | version "7.14.5" |
|
813 | 841 | dependencies: |
814 | 842 | "@babel/types" "^7.26.0" |
815 | 843 |
|
| 844 | +"@babel/parser@^7.26.5", "@babel/parser@^7.26.7": |
| 845 | + version "7.26.7" |
| 846 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
| 847 | + integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
| 848 | + dependencies: |
| 849 | + "@babel/types" "^7.26.7" |
| 850 | + |
816 | 851 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.3": |
817 | 852 | version "7.25.3" |
818 | 853 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz#dca427b45a6c0f5c095a1c639dfe2476a3daba7f" |
|
1165 | 1200 | dependencies: |
1166 | 1201 | "@babel/helper-plugin-utils" "^7.24.7" |
1167 | 1202 |
|
1168 | | -"@babel/plugin-transform-block-scoped-functions@^7.25.9": |
1169 | | - version "7.25.9" |
1170 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz#5700691dbd7abb93de300ca7be94203764fce458" |
1171 | | - integrity sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA== |
| 1203 | +"@babel/plugin-transform-block-scoped-functions@^7.26.5": |
| 1204 | + version "7.26.5" |
| 1205 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e" |
| 1206 | + integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ== |
1172 | 1207 | dependencies: |
1173 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 1208 | + "@babel/helper-plugin-utils" "^7.26.5" |
1174 | 1209 |
|
1175 | 1210 | "@babel/plugin-transform-block-scoping@^7.25.0": |
1176 | 1211 | version "7.25.0" |
|
1342 | 1377 | "@babel/helper-builder-binary-assignment-operator-visitor" "^7.24.7" |
1343 | 1378 | "@babel/helper-plugin-utils" "^7.24.7" |
1344 | 1379 |
|
1345 | | -"@babel/plugin-transform-exponentiation-operator@^7.25.9": |
1346 | | - version "7.25.9" |
1347 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz#ece47b70d236c1d99c263a1e22b62dc20a4c8b0f" |
1348 | | - integrity sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA== |
| 1380 | +"@babel/plugin-transform-exponentiation-operator@^7.26.3": |
| 1381 | + version "7.26.3" |
| 1382 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc" |
| 1383 | + integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ== |
1349 | 1384 | dependencies: |
1350 | | - "@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.9" |
1351 | 1385 | "@babel/helper-plugin-utils" "^7.25.9" |
1352 | 1386 |
|
1353 | 1387 | "@babel/plugin-transform-export-namespace-from@^7.24.7": |
|
1499 | 1533 | "@babel/helper-plugin-utils" "^7.25.9" |
1500 | 1534 | "@babel/helper-simple-access" "^7.25.9" |
1501 | 1535 |
|
| 1536 | +"@babel/plugin-transform-modules-commonjs@^7.26.3": |
| 1537 | + version "7.26.3" |
| 1538 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb" |
| 1539 | + integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ== |
| 1540 | + dependencies: |
| 1541 | + "@babel/helper-module-transforms" "^7.26.0" |
| 1542 | + "@babel/helper-plugin-utils" "^7.25.9" |
| 1543 | + |
1502 | 1544 | "@babel/plugin-transform-modules-systemjs@^7.25.0": |
1503 | 1545 | version "7.25.0" |
1504 | 1546 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz#8f46cdc5f9e5af74f3bd019485a6cbe59685ea33" |
|
1573 | 1615 | "@babel/helper-plugin-utils" "^7.24.7" |
1574 | 1616 | "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3" |
1575 | 1617 |
|
1576 | | -"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9": |
1577 | | - version "7.25.9" |
1578 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz#bcb1b0d9e948168102d5f7104375ca21c3266949" |
1579 | | - integrity sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog== |
| 1618 | +"@babel/plugin-transform-nullish-coalescing-operator@^7.26.6": |
| 1619 | + version "7.26.6" |
| 1620 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe" |
| 1621 | + integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw== |
1580 | 1622 | dependencies: |
1581 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 1623 | + "@babel/helper-plugin-utils" "^7.26.5" |
1582 | 1624 |
|
1583 | 1625 | "@babel/plugin-transform-numeric-separator@^7.24.7": |
1584 | 1626 | version "7.24.7" |
|
1906 | 1948 | dependencies: |
1907 | 1949 | "@babel/helper-plugin-utils" "^7.24.8" |
1908 | 1950 |
|
1909 | | -"@babel/plugin-transform-typeof-symbol@^7.25.9": |
1910 | | - version "7.25.9" |
1911 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b" |
1912 | | - integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA== |
| 1951 | +"@babel/plugin-transform-typeof-symbol@^7.26.7": |
| 1952 | + version "7.26.7" |
| 1953 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz#d0e33acd9223744c1e857dbd6fa17bd0a3786937" |
| 1954 | + integrity sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw== |
1913 | 1955 | dependencies: |
1914 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 1956 | + "@babel/helper-plugin-utils" "^7.26.5" |
1915 | 1957 |
|
1916 | 1958 | "@babel/plugin-transform-typescript@^7.24.7": |
1917 | 1959 | version "7.25.2" |
|
1935 | 1977 | "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9" |
1936 | 1978 | "@babel/plugin-syntax-typescript" "^7.25.9" |
1937 | 1979 |
|
1938 | | -"@babel/plugin-transform-typescript@^7.26.5": |
1939 | | - version "7.26.5" |
1940 | | - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.5.tgz#6d9b48e8ee40a45a3ed12ebc013449fdf261714c" |
1941 | | - integrity sha512-GJhPO0y8SD5EYVCy2Zr+9dSZcEgaSmq5BLR0Oc25TOEhC+ba49vUAGZFjy8v79z9E1mdldq4x9d1xgh4L1d5dQ== |
| 1980 | +"@babel/plugin-transform-typescript@^7.26.7": |
| 1981 | + version "7.26.7" |
| 1982 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.7.tgz#64339515ea3eff610160f62499c3ef437d0ac83d" |
| 1983 | + integrity sha512-5cJurntg+AT+cgelGP9Bt788DKiAw9gIMSMU2NJrLAilnj0m8WZWUNZPSLOmadYsujHutpgElO+50foX+ib/Wg== |
1942 | 1984 | dependencies: |
1943 | 1985 | "@babel/helper-annotate-as-pure" "^7.25.9" |
1944 | 1986 | "@babel/helper-create-class-features-plugin" "^7.25.9" |
|
2097 | 2139 | core-js-compat "^3.37.1" |
2098 | 2140 | semver "^6.3.1" |
2099 | 2141 |
|
2100 | | -"@babel/preset-env@^7.26.0": |
2101 | | - version "7.26.0" |
2102 | | - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1" |
2103 | | - integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw== |
| 2142 | +"@babel/preset-env@^7.26.7": |
| 2143 | + version "7.26.7" |
| 2144 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d" |
| 2145 | + integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ== |
2104 | 2146 | dependencies: |
2105 | | - "@babel/compat-data" "^7.26.0" |
2106 | | - "@babel/helper-compilation-targets" "^7.25.9" |
2107 | | - "@babel/helper-plugin-utils" "^7.25.9" |
| 2147 | + "@babel/compat-data" "^7.26.5" |
| 2148 | + "@babel/helper-compilation-targets" "^7.26.5" |
| 2149 | + "@babel/helper-plugin-utils" "^7.26.5" |
2108 | 2150 | "@babel/helper-validator-option" "^7.25.9" |
2109 | 2151 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9" |
2110 | 2152 | "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9" |
|
2118 | 2160 | "@babel/plugin-transform-arrow-functions" "^7.25.9" |
2119 | 2161 | "@babel/plugin-transform-async-generator-functions" "^7.25.9" |
2120 | 2162 | "@babel/plugin-transform-async-to-generator" "^7.25.9" |
2121 | | - "@babel/plugin-transform-block-scoped-functions" "^7.25.9" |
| 2163 | + "@babel/plugin-transform-block-scoped-functions" "^7.26.5" |
2122 | 2164 | "@babel/plugin-transform-block-scoping" "^7.25.9" |
2123 | 2165 | "@babel/plugin-transform-class-properties" "^7.25.9" |
2124 | 2166 | "@babel/plugin-transform-class-static-block" "^7.26.0" |
|
2129 | 2171 | "@babel/plugin-transform-duplicate-keys" "^7.25.9" |
2130 | 2172 | "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9" |
2131 | 2173 | "@babel/plugin-transform-dynamic-import" "^7.25.9" |
2132 | | - "@babel/plugin-transform-exponentiation-operator" "^7.25.9" |
| 2174 | + "@babel/plugin-transform-exponentiation-operator" "^7.26.3" |
2133 | 2175 | "@babel/plugin-transform-export-namespace-from" "^7.25.9" |
2134 | 2176 | "@babel/plugin-transform-for-of" "^7.25.9" |
2135 | 2177 | "@babel/plugin-transform-function-name" "^7.25.9" |
|
2138 | 2180 | "@babel/plugin-transform-logical-assignment-operators" "^7.25.9" |
2139 | 2181 | "@babel/plugin-transform-member-expression-literals" "^7.25.9" |
2140 | 2182 | "@babel/plugin-transform-modules-amd" "^7.25.9" |
2141 | | - "@babel/plugin-transform-modules-commonjs" "^7.25.9" |
| 2183 | + "@babel/plugin-transform-modules-commonjs" "^7.26.3" |
2142 | 2184 | "@babel/plugin-transform-modules-systemjs" "^7.25.9" |
2143 | 2185 | "@babel/plugin-transform-modules-umd" "^7.25.9" |
2144 | 2186 | "@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9" |
2145 | 2187 | "@babel/plugin-transform-new-target" "^7.25.9" |
2146 | | - "@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9" |
| 2188 | + "@babel/plugin-transform-nullish-coalescing-operator" "^7.26.6" |
2147 | 2189 | "@babel/plugin-transform-numeric-separator" "^7.25.9" |
2148 | 2190 | "@babel/plugin-transform-object-rest-spread" "^7.25.9" |
2149 | 2191 | "@babel/plugin-transform-object-super" "^7.25.9" |
|
2160 | 2202 | "@babel/plugin-transform-spread" "^7.25.9" |
2161 | 2203 | "@babel/plugin-transform-sticky-regex" "^7.25.9" |
2162 | 2204 | "@babel/plugin-transform-template-literals" "^7.25.9" |
2163 | | - "@babel/plugin-transform-typeof-symbol" "^7.25.9" |
| 2205 | + "@babel/plugin-transform-typeof-symbol" "^7.26.7" |
2164 | 2206 | "@babel/plugin-transform-unicode-escapes" "^7.25.9" |
2165 | 2207 | "@babel/plugin-transform-unicode-property-regex" "^7.25.9" |
2166 | 2208 | "@babel/plugin-transform-unicode-regex" "^7.25.9" |
|
2357 | 2399 | debug "^4.3.1" |
2358 | 2400 | globals "^11.1.0" |
2359 | 2401 |
|
| 2402 | +"@babel/traverse@^7.26.7": |
| 2403 | + version "7.26.7" |
| 2404 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
| 2405 | + integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA== |
| 2406 | + dependencies: |
| 2407 | + "@babel/code-frame" "^7.26.2" |
| 2408 | + "@babel/generator" "^7.26.5" |
| 2409 | + "@babel/parser" "^7.26.7" |
| 2410 | + "@babel/template" "^7.25.9" |
| 2411 | + "@babel/types" "^7.26.7" |
| 2412 | + debug "^4.3.1" |
| 2413 | + globals "^11.1.0" |
| 2414 | + |
2360 | 2415 | "@babel/types@^7.0.0", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.4.4": |
2361 | 2416 | version "7.15.0" |
2362 | 2417 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" |
|
2409 | 2464 | "@babel/helper-string-parser" "^7.25.9" |
2410 | 2465 | "@babel/helper-validator-identifier" "^7.25.9" |
2411 | 2466 |
|
| 2467 | +"@babel/types@^7.26.5", "@babel/types@^7.26.7": |
| 2468 | + version "7.26.7" |
| 2469 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
| 2470 | + integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
| 2471 | + dependencies: |
| 2472 | + "@babel/helper-string-parser" "^7.25.9" |
| 2473 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2474 | + |
2412 | 2475 | "@babel/types@^7.3.3": |
2413 | 2476 | version "7.12.12" |
2414 | 2477 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299" |
|
0 commit comments