|
59 | 59 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
|
60 | 60 | integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
|
61 | 61 |
|
62 |
| -"@babel/compat-data@^7.24.1": |
63 |
| - version "7.24.1" |
64 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742" |
65 |
| - integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA== |
| 62 | +"@babel/compat-data@^7.24.4": |
| 63 | + version "7.24.4" |
| 64 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a" |
| 65 | + integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ== |
66 | 66 |
|
67 |
| - |
68 |
| - version "7.24.3" |
69 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3" |
70 |
| - integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ== |
| 67 | + |
| 68 | + version "7.24.4" |
| 69 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.4.tgz#1f758428e88e0d8c563874741bc4ffc4f71a4717" |
| 70 | + integrity sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg== |
71 | 71 | dependencies:
|
72 | 72 | "@ampproject/remapping" "^2.2.0"
|
73 | 73 | "@babel/code-frame" "^7.24.2"
|
74 |
| - "@babel/generator" "^7.24.1" |
| 74 | + "@babel/generator" "^7.24.4" |
75 | 75 | "@babel/helper-compilation-targets" "^7.23.6"
|
76 | 76 | "@babel/helper-module-transforms" "^7.23.3"
|
77 |
| - "@babel/helpers" "^7.24.1" |
78 |
| - "@babel/parser" "^7.24.1" |
| 77 | + "@babel/helpers" "^7.24.4" |
| 78 | + "@babel/parser" "^7.24.4" |
79 | 79 | "@babel/template" "^7.24.0"
|
80 | 80 | "@babel/traverse" "^7.24.1"
|
81 | 81 | "@babel/types" "^7.24.0"
|
|
95 | 95 | "@jridgewell/trace-mapping" "^0.3.25"
|
96 | 96 | jsesc "^2.5.1"
|
97 | 97 |
|
| 98 | +"@babel/generator@^7.24.4": |
| 99 | + version "7.24.4" |
| 100 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.4.tgz#1fc55532b88adf952025d5d2d1e71f946cb1c498" |
| 101 | + integrity sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw== |
| 102 | + dependencies: |
| 103 | + "@babel/types" "^7.24.0" |
| 104 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 105 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 106 | + jsesc "^2.5.1" |
| 107 | + |
98 | 108 | "@babel/helper-annotate-as-pure@^7.22.5":
|
99 | 109 | version "7.22.5"
|
100 | 110 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
|
135 | 145 | "@babel/helper-split-export-declaration" "^7.22.6"
|
136 | 146 | semver "^6.3.1"
|
137 | 147 |
|
| 148 | +"@babel/helper-create-class-features-plugin@^7.24.4": |
| 149 | + version "7.24.4" |
| 150 | + resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.4.tgz#c806f73788a6800a5cfbbc04d2df7ee4d927cce3" |
| 151 | + integrity sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ== |
| 152 | + dependencies: |
| 153 | + "@babel/helper-annotate-as-pure" "^7.22.5" |
| 154 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 155 | + "@babel/helper-function-name" "^7.23.0" |
| 156 | + "@babel/helper-member-expression-to-functions" "^7.23.0" |
| 157 | + "@babel/helper-optimise-call-expression" "^7.22.5" |
| 158 | + "@babel/helper-replace-supers" "^7.24.1" |
| 159 | + "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5" |
| 160 | + "@babel/helper-split-export-declaration" "^7.22.6" |
| 161 | + semver "^6.3.1" |
| 162 | + |
138 | 163 | "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
139 | 164 | version "7.22.15"
|
140 | 165 | resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
|
|
287 | 312 | "@babel/template" "^7.22.15"
|
288 | 313 | "@babel/types" "^7.22.19"
|
289 | 314 |
|
290 |
| -"@babel/helpers@^7.24.1": |
291 |
| - version "7.24.1" |
292 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94" |
293 |
| - integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg== |
| 315 | +"@babel/helpers@^7.24.4": |
| 316 | + version "7.24.4" |
| 317 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.4.tgz#dc00907fd0d95da74563c142ef4cd21f2cb856b6" |
| 318 | + integrity sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw== |
294 | 319 | dependencies:
|
295 | 320 | "@babel/template" "^7.24.0"
|
296 | 321 | "@babel/traverse" "^7.24.1"
|
|
330 | 355 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
|
331 | 356 | integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
|
332 | 357 |
|
| 358 | +"@babel/parser@^7.24.4": |
| 359 | + version "7.24.4" |
| 360 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.4.tgz#234487a110d89ad5a3ed4a8a566c36b9453e8c88" |
| 361 | + integrity sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg== |
| 362 | + |
| 363 | +"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.4": |
| 364 | + version "7.24.4" |
| 365 | + resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.4.tgz#6125f0158543fb4edf1c22f322f3db67f21cb3e1" |
| 366 | + integrity sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA== |
| 367 | + dependencies: |
| 368 | + "@babel/helper-environment-visitor" "^7.22.20" |
| 369 | + "@babel/helper-plugin-utils" "^7.24.0" |
| 370 | + |
333 | 371 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
|
334 | 372 | version "7.24.1"
|
335 | 373 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
|
|
519 | 557 | dependencies:
|
520 | 558 | "@babel/helper-plugin-utils" "^7.24.0"
|
521 | 559 |
|
522 |
| -"@babel/plugin-transform-block-scoping@^7.24.1": |
523 |
| - version "7.24.1" |
524 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f" |
525 |
| - integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw== |
| 560 | +"@babel/plugin-transform-block-scoping@^7.24.4": |
| 561 | + version "7.24.4" |
| 562 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.4.tgz#28f5c010b66fbb8ccdeef853bef1935c434d7012" |
| 563 | + integrity sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g== |
526 | 564 | dependencies:
|
527 | 565 | "@babel/helper-plugin-utils" "^7.24.0"
|
528 | 566 |
|
|
534 | 572 | "@babel/helper-create-class-features-plugin" "^7.24.1"
|
535 | 573 | "@babel/helper-plugin-utils" "^7.24.0"
|
536 | 574 |
|
537 |
| -"@babel/plugin-transform-class-static-block@^7.24.1": |
538 |
| - version "7.24.1" |
539 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6" |
540 |
| - integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA== |
| 575 | +"@babel/plugin-transform-class-static-block@^7.24.4": |
| 576 | + version "7.24.4" |
| 577 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4" |
| 578 | + integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg== |
541 | 579 | dependencies:
|
542 |
| - "@babel/helper-create-class-features-plugin" "^7.24.1" |
| 580 | + "@babel/helper-create-class-features-plugin" "^7.24.4" |
543 | 581 | "@babel/helper-plugin-utils" "^7.24.0"
|
544 | 582 | "@babel/plugin-syntax-class-static-block" "^7.14.5"
|
545 | 583 |
|
|
873 | 911 | "@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
874 | 912 | "@babel/helper-plugin-utils" "^7.24.0"
|
875 | 913 |
|
876 |
| - |
877 |
| - version "7.24.3" |
878 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3" |
879 |
| - integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA== |
| 914 | + |
| 915 | + version "7.24.4" |
| 916 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.4.tgz#46dbbcd608771373b88f956ffb67d471dce0d23b" |
| 917 | + integrity sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A== |
880 | 918 | dependencies:
|
881 |
| - "@babel/compat-data" "^7.24.1" |
| 919 | + "@babel/compat-data" "^7.24.4" |
882 | 920 | "@babel/helper-compilation-targets" "^7.23.6"
|
883 | 921 | "@babel/helper-plugin-utils" "^7.24.0"
|
884 | 922 | "@babel/helper-validator-option" "^7.23.5"
|
| 923 | + "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.4" |
885 | 924 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
|
886 | 925 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
|
887 | 926 | "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
|
|
908 | 947 | "@babel/plugin-transform-async-generator-functions" "^7.24.3"
|
909 | 948 | "@babel/plugin-transform-async-to-generator" "^7.24.1"
|
910 | 949 | "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
|
911 |
| - "@babel/plugin-transform-block-scoping" "^7.24.1" |
| 950 | + "@babel/plugin-transform-block-scoping" "^7.24.4" |
912 | 951 | "@babel/plugin-transform-class-properties" "^7.24.1"
|
913 |
| - "@babel/plugin-transform-class-static-block" "^7.24.1" |
| 952 | + "@babel/plugin-transform-class-static-block" "^7.24.4" |
914 | 953 | "@babel/plugin-transform-classes" "^7.24.1"
|
915 | 954 | "@babel/plugin-transform-computed-properties" "^7.24.1"
|
916 | 955 | "@babel/plugin-transform-destructuring" "^7.24.1"
|
|
0 commit comments