|
24 | 24 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367"
|
25 | 25 | integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==
|
26 | 26 |
|
27 |
| -"@babel/core@^7.26.9": |
28 |
| - version "7.26.9" |
29 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.9.tgz#71838542a4b1e49dfed353d7acbc6eb89f4a76f2" |
30 |
| - integrity sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw== |
| 27 | +"@babel/core@^7.26.10": |
| 28 | + version "7.26.10" |
| 29 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.10.tgz#5c876f83c8c4dcb233ee4b670c0606f2ac3000f9" |
| 30 | + integrity sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ== |
31 | 31 | dependencies:
|
32 | 32 | "@ampproject/remapping" "^2.2.0"
|
33 | 33 | "@babel/code-frame" "^7.26.2"
|
34 |
| - "@babel/generator" "^7.26.9" |
| 34 | + "@babel/generator" "^7.26.10" |
35 | 35 | "@babel/helper-compilation-targets" "^7.26.5"
|
36 | 36 | "@babel/helper-module-transforms" "^7.26.0"
|
37 |
| - "@babel/helpers" "^7.26.9" |
38 |
| - "@babel/parser" "^7.26.9" |
| 37 | + "@babel/helpers" "^7.26.10" |
| 38 | + "@babel/parser" "^7.26.10" |
39 | 39 | "@babel/template" "^7.26.9"
|
40 |
| - "@babel/traverse" "^7.26.9" |
41 |
| - "@babel/types" "^7.26.9" |
| 40 | + "@babel/traverse" "^7.26.10" |
| 41 | + "@babel/types" "^7.26.10" |
42 | 42 | convert-source-map "^2.0.0"
|
43 | 43 | debug "^4.1.0"
|
44 | 44 | gensync "^1.0.0-beta.2"
|
45 | 45 | json5 "^2.2.3"
|
46 | 46 | semver "^6.3.1"
|
47 | 47 |
|
48 |
| -"@babel/generator@^7.26.9": |
49 |
| - version "7.26.9" |
50 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.9.tgz#75a9482ad3d0cc7188a537aa4910bc59db67cbca" |
51 |
| - integrity sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg== |
| 48 | +"@babel/generator@^7.26.10", "@babel/generator@^7.27.0": |
| 49 | + version "7.27.0" |
| 50 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.27.0.tgz#764382b5392e5b9aff93cadb190d0745866cbc2c" |
| 51 | + integrity sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw== |
52 | 52 | dependencies:
|
53 |
| - "@babel/parser" "^7.26.9" |
54 |
| - "@babel/types" "^7.26.9" |
| 53 | + "@babel/parser" "^7.27.0" |
| 54 | + "@babel/types" "^7.27.0" |
55 | 55 | "@jridgewell/gen-mapping" "^0.3.5"
|
56 | 56 | "@jridgewell/trace-mapping" "^0.3.25"
|
57 | 57 | jsesc "^3.0.2"
|
|
221 | 221 | "@babel/traverse" "^7.25.9"
|
222 | 222 | "@babel/types" "^7.25.9"
|
223 | 223 |
|
224 |
| -"@babel/helpers@^7.26.9": |
225 |
| - version "7.26.9" |
226 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6" |
227 |
| - integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA== |
| 224 | +"@babel/helpers@^7.26.10": |
| 225 | + version "7.27.0" |
| 226 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808" |
| 227 | + integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg== |
228 | 228 | dependencies:
|
229 |
| - "@babel/template" "^7.26.9" |
230 |
| - "@babel/types" "^7.26.9" |
| 229 | + "@babel/template" "^7.27.0" |
| 230 | + "@babel/types" "^7.27.0" |
231 | 231 |
|
232 | 232 | "@babel/node@^7.26.0":
|
233 | 233 | version "7.26.0"
|
|
241 | 241 | regenerator-runtime "^0.14.0"
|
242 | 242 | v8flags "^3.1.1"
|
243 | 243 |
|
244 |
| -"@babel/parser@^7.19.4", "@babel/parser@^7.26.9": |
245 |
| - version "7.26.9" |
246 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
247 |
| - integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 244 | +"@babel/parser@^7.19.4", "@babel/parser@^7.26.10", "@babel/parser@^7.27.0": |
| 245 | + version "7.27.0" |
| 246 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec" |
| 247 | + integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg== |
248 | 248 | dependencies:
|
249 |
| - "@babel/types" "^7.26.9" |
| 249 | + "@babel/types" "^7.27.0" |
250 | 250 |
|
251 | 251 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
252 | 252 | version "7.25.9"
|
|
808 | 808 | dependencies:
|
809 | 809 | regenerator-runtime "^0.13.4"
|
810 | 810 |
|
811 |
| -"@babel/template@^7.25.9", "@babel/template@^7.26.9": |
812 |
| - version "7.26.9" |
813 |
| - resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.9.tgz#4577ad3ddf43d194528cff4e1fa6b232fa609bb2" |
814 |
| - integrity sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA== |
| 811 | +"@babel/template@^7.25.9", "@babel/template@^7.26.9", "@babel/template@^7.27.0": |
| 812 | + version "7.27.0" |
| 813 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4" |
| 814 | + integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA== |
815 | 815 | dependencies:
|
816 | 816 | "@babel/code-frame" "^7.26.2"
|
817 |
| - "@babel/parser" "^7.26.9" |
818 |
| - "@babel/types" "^7.26.9" |
| 817 | + "@babel/parser" "^7.27.0" |
| 818 | + "@babel/types" "^7.27.0" |
819 | 819 |
|
820 |
| -"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9": |
821 |
| - version "7.26.9" |
822 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.9.tgz#4398f2394ba66d05d988b2ad13c219a2c857461a" |
823 |
| - integrity sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg== |
| 820 | +"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.8": |
| 821 | + version "7.27.0" |
| 822 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.0.tgz#11d7e644779e166c0442f9a07274d02cd91d4a70" |
| 823 | + integrity sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA== |
824 | 824 | dependencies:
|
825 | 825 | "@babel/code-frame" "^7.26.2"
|
826 |
| - "@babel/generator" "^7.26.9" |
827 |
| - "@babel/parser" "^7.26.9" |
828 |
| - "@babel/template" "^7.26.9" |
829 |
| - "@babel/types" "^7.26.9" |
| 826 | + "@babel/generator" "^7.27.0" |
| 827 | + "@babel/parser" "^7.27.0" |
| 828 | + "@babel/template" "^7.27.0" |
| 829 | + "@babel/types" "^7.27.0" |
830 | 830 | debug "^4.3.1"
|
831 | 831 | globals "^11.1.0"
|
832 | 832 |
|
833 |
| -"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.9", "@babel/types@^7.4.4": |
834 |
| - version "7.26.9" |
835 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
836 |
| - integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 833 | +"@babel/types@^7.24.7", "@babel/types@^7.25.9", "@babel/types@^7.26.10", "@babel/types@^7.27.0", "@babel/types@^7.4.4": |
| 834 | + version "7.27.0" |
| 835 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559" |
| 836 | + integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg== |
837 | 837 | dependencies:
|
838 | 838 | "@babel/helper-string-parser" "^7.25.9"
|
839 | 839 | "@babel/helper-validator-identifier" "^7.25.9"
|
@@ -1112,7 +1112,7 @@ bit-twiddle@^1.0.2:
|
1112 | 1112 | resolved "https://registry.yarnpkg.com/bit-twiddle/-/bit-twiddle-1.0.2.tgz#0c6c1fabe2b23d17173d9a61b7b7093eb9e1769e"
|
1113 | 1113 | integrity sha1-DGwfq+KyPRcXPZpht7cJPrnhdp4=
|
1114 | 1114 |
|
1115 |
| -bl@^4.0.1: |
| 1115 | +bl@^4.0.3: |
1116 | 1116 | version "4.1.0"
|
1117 | 1117 | resolved "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz#451535264182bec2fbbc83a62ab98cf11d9f7b3a"
|
1118 | 1118 | integrity sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==
|
@@ -2335,10 +2335,10 @@ prebuild-install@^7.1.1:
|
2335 | 2335 | tar-fs "^2.0.0"
|
2336 | 2336 | tunnel-agent "^0.6.0"
|
2337 | 2337 |
|
2338 |
| -prettier@^3.5.2: |
2339 |
| - version "3.5.2" |
2340 |
| - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.2.tgz#d066c6053200da0234bf8fa1ef45168abed8b914" |
2341 |
| - integrity sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg== |
| 2338 | +prettier@^3.5.3: |
| 2339 | + version "3.5.3" |
| 2340 | + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5" |
| 2341 | + integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw== |
2342 | 2342 |
|
2343 | 2343 | proc-log@^4.1.0, proc-log@^4.2.0:
|
2344 | 2344 | version "4.2.0"
|
@@ -2770,21 +2770,21 @@ supports-color@^7.1.0:
|
2770 | 2770 | has-flag "^4.0.0"
|
2771 | 2771 |
|
2772 | 2772 | tar-fs@^2.0.0:
|
2773 |
| - version "2.1.0" |
2774 |
| - resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.0.tgz#d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5" |
2775 |
| - integrity sha512-9uW5iDvrIMCVpvasdFHW0wJPez0K4JnMZtsuIeDI7HyMGJNxmDZDOCQROr7lXyS+iL/QMpj07qcjGYTSdRFXUg== |
| 2773 | + version "2.1.2" |
| 2774 | + resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.2.tgz#425f154f3404cb16cb8ff6e671d45ab2ed9596c5" |
| 2775 | + integrity sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA== |
2776 | 2776 | dependencies:
|
2777 | 2777 | chownr "^1.1.1"
|
2778 | 2778 | mkdirp-classic "^0.5.2"
|
2779 | 2779 | pump "^3.0.0"
|
2780 |
| - tar-stream "^2.0.0" |
| 2780 | + tar-stream "^2.1.4" |
2781 | 2781 |
|
2782 |
| -tar-stream@^2.0.0: |
2783 |
| - version "2.1.2" |
2784 |
| - resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.1.2.tgz#6d5ef1a7e5783a95ff70b69b97455a5968dc1325" |
2785 |
| - integrity sha512-UaF6FoJ32WqALZGOIAApXx+OdxhekNMChu6axLJR85zMMjXKWFGjbIRe+J6P4UnRGg9rAwWvbTT0oI7hD/Un7Q== |
| 2782 | +tar-stream@^2.1.4: |
| 2783 | + version "2.2.0" |
| 2784 | + resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz#acad84c284136b060dc3faa64474aa9aebd77287" |
| 2785 | + integrity sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== |
2786 | 2786 | dependencies:
|
2787 |
| - bl "^4.0.1" |
| 2787 | + bl "^4.0.3" |
2788 | 2788 | end-of-stream "^1.4.1"
|
2789 | 2789 | fs-constants "^1.0.0"
|
2790 | 2790 | inherits "^2.0.3"
|
|
0 commit comments