|
62 | 62 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
|
63 | 63 | integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
|
64 | 64 |
|
65 |
| - |
66 |
| - version "7.26.7" |
67 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.7.tgz#0439347a183b97534d52811144d763a17f9d2b24" |
68 |
| - integrity sha512-SRijHmF0PSPgLIBYlWnG0hyeJLwXE2CgpsXaMOrtt2yp9/86ALw6oUlj9KYuZ0JN07T4eBMVIW4li/9S1j2BGA== |
| 65 | +"@babel/compat-data@^7.26.8": |
| 66 | + version "7.26.8" |
| 67 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.8.tgz#821c1d35641c355284d4a870b8a4a7b0c141e367" |
| 68 | + integrity sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ== |
| 69 | + |
| 70 | + |
| 71 | + version "7.26.8" |
| 72 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.8.tgz#7742f11c75acea6b08a8e24c5c0c8c89e89bf53e" |
| 73 | + integrity sha512-l+lkXCHS6tQEc5oUpK28xBOZ6+HwaH7YwoYQbLFiYb4nS2/l1tKnZEtEWkD0GuiYdvArf9qBS0XlQGXzPMsNqQ== |
69 | 74 | dependencies:
|
70 | 75 | "@ampproject/remapping" "^2.2.0"
|
71 | 76 | "@babel/code-frame" "^7.26.2"
|
72 |
| - "@babel/generator" "^7.26.5" |
| 77 | + "@babel/generator" "^7.26.8" |
73 | 78 | "@babel/helper-compilation-targets" "^7.26.5"
|
74 | 79 | "@babel/helper-module-transforms" "^7.26.0"
|
75 | 80 | "@babel/helpers" "^7.26.7"
|
76 |
| - "@babel/parser" "^7.26.7" |
77 |
| - "@babel/template" "^7.25.9" |
78 |
| - "@babel/traverse" "^7.26.7" |
79 |
| - "@babel/types" "^7.26.7" |
| 81 | + "@babel/parser" "^7.26.8" |
| 82 | + "@babel/template" "^7.26.8" |
| 83 | + "@babel/traverse" "^7.26.8" |
| 84 | + "@babel/types" "^7.26.8" |
| 85 | + "@types/gensync" "^1.0.0" |
80 | 86 | convert-source-map "^2.0.0"
|
81 | 87 | debug "^4.1.0"
|
82 | 88 | gensync "^1.0.0-beta.2"
|
|
124 | 130 | "@jridgewell/trace-mapping" "^0.3.25"
|
125 | 131 | jsesc "^3.0.2"
|
126 | 132 |
|
| 133 | +"@babel/generator@^7.26.8": |
| 134 | + version "7.26.8" |
| 135 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.8.tgz#f9c5e770309e12e3099ad8271e52f6caa15442ab" |
| 136 | + integrity sha512-ef383X5++iZHWAXX0SXQR6ZyQhw/0KtTkrTz61WXRhFM6dhpHulO/RJz79L8S6ugZHJkOOkUrUdxgdF2YiPFnA== |
| 137 | + dependencies: |
| 138 | + "@babel/parser" "^7.26.8" |
| 139 | + "@babel/types" "^7.26.8" |
| 140 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 141 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 142 | + jsesc "^3.0.2" |
| 143 | + |
127 | 144 | "@babel/helper-annotate-as-pure@^7.18.6":
|
128 | 145 | version "7.18.6"
|
129 | 146 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
|
|
211 | 228 | lodash.debounce "^4.0.8"
|
212 | 229 | resolve "^1.14.2"
|
213 | 230 |
|
214 |
| -"@babel/helper-define-polyfill-provider@^0.6.2": |
| 231 | +"@babel/helper-define-polyfill-provider@^0.6.3": |
215 | 232 | version "0.6.3"
|
216 | 233 | resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz#f4f2792fae2ef382074bc2d713522cf24e6ddb21"
|
217 | 234 | integrity sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==
|
|
439 | 456 | dependencies:
|
440 | 457 | "@babel/types" "^7.26.5"
|
441 | 458 |
|
442 |
| -"@babel/parser@^7.26.7": |
443 |
| - version "7.26.7" |
444 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
445 |
| - integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
| 459 | +"@babel/parser@^7.26.8": |
| 460 | + version "7.26.8" |
| 461 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.8.tgz#deca2b4d99e5e1b1553843b99823f118da6107c2" |
| 462 | + integrity sha512-TZIQ25pkSoaKEYYaHbbxkfL36GNsQ6iFiBbeuzAkLnXayKR1yP1zFe+NxuZWWsUyvt8icPU9CCq0sgWGXR1GEw== |
446 | 463 | dependencies:
|
447 |
| - "@babel/types" "^7.26.7" |
| 464 | + "@babel/types" "^7.26.8" |
448 | 465 |
|
449 | 466 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
|
450 | 467 | version "7.25.9"
|
|
624 | 641 | dependencies:
|
625 | 642 | "@babel/helper-plugin-utils" "^7.25.9"
|
626 | 643 |
|
627 |
| -"@babel/plugin-transform-async-generator-functions@^7.25.9": |
628 |
| - version "7.25.9" |
629 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz#1b18530b077d18a407c494eb3d1d72da505283a2" |
630 |
| - integrity sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw== |
| 644 | +"@babel/plugin-transform-async-generator-functions@^7.26.8": |
| 645 | + version "7.26.8" |
| 646 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz#5e3991135e3b9c6eaaf5eff56d1ae5a11df45ff8" |
| 647 | + integrity sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg== |
631 | 648 | dependencies:
|
632 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 649 | + "@babel/helper-plugin-utils" "^7.26.5" |
633 | 650 | "@babel/helper-remap-async-to-generator" "^7.25.9"
|
634 |
| - "@babel/traverse" "^7.25.9" |
| 651 | + "@babel/traverse" "^7.26.8" |
635 | 652 |
|
636 | 653 | "@babel/plugin-transform-async-to-generator@^7.25.9":
|
637 | 654 | version "7.25.9"
|
|
1000 | 1017 | dependencies:
|
1001 | 1018 | "@babel/helper-plugin-utils" "^7.25.9"
|
1002 | 1019 |
|
1003 |
| -"@babel/plugin-transform-template-literals@^7.25.9": |
1004 |
| - version "7.25.9" |
1005 |
| - resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz#6dbd4a24e8fad024df76d1fac6a03cf413f60fe1" |
1006 |
| - integrity sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw== |
| 1020 | +"@babel/plugin-transform-template-literals@^7.26.8": |
| 1021 | + version "7.26.8" |
| 1022 | + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz#966b15d153a991172a540a69ad5e1845ced990b5" |
| 1023 | + integrity sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q== |
1007 | 1024 | dependencies:
|
1008 |
| - "@babel/helper-plugin-utils" "^7.25.9" |
| 1025 | + "@babel/helper-plugin-utils" "^7.26.5" |
1009 | 1026 |
|
1010 | 1027 | "@babel/plugin-transform-typeof-symbol@^7.26.7":
|
1011 | 1028 | version "7.26.7"
|
|
1045 | 1062 | "@babel/helper-create-regexp-features-plugin" "^7.25.9"
|
1046 | 1063 | "@babel/helper-plugin-utils" "^7.25.9"
|
1047 | 1064 |
|
1048 |
| - |
1049 |
| - version "7.26.7" |
1050 |
| - resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.7.tgz#24d38e211f4570b8d806337035cc3ae798e0c36d" |
1051 |
| - integrity sha512-Ycg2tnXwixaXOVb29rana8HNPgLVBof8qqtNQ9LE22IoyZboQbGSxI6ZySMdW3K5nAe6gu35IaJefUJflhUFTQ== |
| 1065 | + |
| 1066 | + version "7.26.8" |
| 1067 | + resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.8.tgz#7af0090829b606d2046db99679004731e1dc364d" |
| 1068 | + integrity sha512-um7Sy+2THd697S4zJEfv/U5MHGJzkN2xhtsR3T/SWRbVSic62nbISh51VVfU9JiO/L/Z97QczHTaFVkOU8IzNg== |
1052 | 1069 | dependencies:
|
1053 |
| - "@babel/compat-data" "^7.26.5" |
| 1070 | + "@babel/compat-data" "^7.26.8" |
1054 | 1071 | "@babel/helper-compilation-targets" "^7.26.5"
|
1055 | 1072 | "@babel/helper-plugin-utils" "^7.26.5"
|
1056 | 1073 | "@babel/helper-validator-option" "^7.25.9"
|
|
1064 | 1081 | "@babel/plugin-syntax-import-attributes" "^7.26.0"
|
1065 | 1082 | "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
1066 | 1083 | "@babel/plugin-transform-arrow-functions" "^7.25.9"
|
1067 |
| - "@babel/plugin-transform-async-generator-functions" "^7.25.9" |
| 1084 | + "@babel/plugin-transform-async-generator-functions" "^7.26.8" |
1068 | 1085 | "@babel/plugin-transform-async-to-generator" "^7.25.9"
|
1069 | 1086 | "@babel/plugin-transform-block-scoped-functions" "^7.26.5"
|
1070 | 1087 | "@babel/plugin-transform-block-scoping" "^7.25.9"
|
|
1107 | 1124 | "@babel/plugin-transform-shorthand-properties" "^7.25.9"
|
1108 | 1125 | "@babel/plugin-transform-spread" "^7.25.9"
|
1109 | 1126 | "@babel/plugin-transform-sticky-regex" "^7.25.9"
|
1110 |
| - "@babel/plugin-transform-template-literals" "^7.25.9" |
| 1127 | + "@babel/plugin-transform-template-literals" "^7.26.8" |
1111 | 1128 | "@babel/plugin-transform-typeof-symbol" "^7.26.7"
|
1112 | 1129 | "@babel/plugin-transform-unicode-escapes" "^7.25.9"
|
1113 | 1130 | "@babel/plugin-transform-unicode-property-regex" "^7.25.9"
|
1114 | 1131 | "@babel/plugin-transform-unicode-regex" "^7.25.9"
|
1115 | 1132 | "@babel/plugin-transform-unicode-sets-regex" "^7.25.9"
|
1116 | 1133 | "@babel/preset-modules" "0.1.6-no-external-plugins"
|
1117 | 1134 | babel-plugin-polyfill-corejs2 "^0.4.10"
|
1118 |
| - babel-plugin-polyfill-corejs3 "^0.10.6" |
| 1135 | + babel-plugin-polyfill-corejs3 "^0.11.0" |
1119 | 1136 | babel-plugin-polyfill-regenerator "^0.6.1"
|
1120 |
| - core-js-compat "^3.38.1" |
| 1137 | + core-js-compat "^3.40.0" |
1121 | 1138 | semver "^6.3.1"
|
1122 | 1139 |
|
1123 | 1140 |
|
|
1175 | 1192 | "@babel/parser" "^7.25.9"
|
1176 | 1193 | "@babel/types" "^7.25.9"
|
1177 | 1194 |
|
| 1195 | +"@babel/template@^7.26.8": |
| 1196 | + version "7.26.8" |
| 1197 | + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.26.8.tgz#db3898f47a17bab2f4c78ec1d0de38527c2ffe19" |
| 1198 | + integrity sha512-iNKaX3ZebKIsCvJ+0jd6embf+Aulaa3vNBqZ41kM7iTWjx5qzWKXGHiJUW3+nTpQ18SG11hdF8OAzKrpXkb96Q== |
| 1199 | + dependencies: |
| 1200 | + "@babel/code-frame" "^7.26.2" |
| 1201 | + "@babel/parser" "^7.26.8" |
| 1202 | + "@babel/types" "^7.26.8" |
| 1203 | + |
1178 | 1204 | "@babel/traverse@^7.17.12", "@babel/traverse@^7.17.9", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2":
|
1179 | 1205 | version "7.17.12"
|
1180 | 1206 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.12.tgz#011874d2abbca0ccf1adbe38f6f7a4ff1747599c"
|
|
1204 | 1230 | debug "^4.3.1"
|
1205 | 1231 | globals "^11.1.0"
|
1206 | 1232 |
|
1207 |
| -"@babel/traverse@^7.26.7": |
1208 |
| - version "7.26.7" |
1209 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.7.tgz#99a0a136f6a75e7fb8b0a1ace421e0b25994b8bb" |
1210 |
| - integrity sha512-1x1sgeyRLC3r5fQOM0/xtQKsYjyxmFjaOrLJNtZ81inNjyJHGIolTULPiSc/2qe1/qfpFLisLQYFnnZl7QoedA== |
| 1233 | +"@babel/traverse@^7.26.8": |
| 1234 | + version "7.26.8" |
| 1235 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.8.tgz#0a8a9c2b7cc9519eed14275f4fd2278ad46e8cc9" |
| 1236 | + integrity sha512-nic9tRkjYH0oB2dzr/JoGIm+4Q6SuYeLEiIiZDwBscRMYFJ+tMAz98fuel9ZnbXViA2I0HVSSRRK8DW5fjXStA== |
1211 | 1237 | dependencies:
|
1212 | 1238 | "@babel/code-frame" "^7.26.2"
|
1213 |
| - "@babel/generator" "^7.26.5" |
1214 |
| - "@babel/parser" "^7.26.7" |
1215 |
| - "@babel/template" "^7.25.9" |
1216 |
| - "@babel/types" "^7.26.7" |
| 1239 | + "@babel/generator" "^7.26.8" |
| 1240 | + "@babel/parser" "^7.26.8" |
| 1241 | + "@babel/template" "^7.26.8" |
| 1242 | + "@babel/types" "^7.26.8" |
1217 | 1243 | debug "^4.3.1"
|
1218 | 1244 | globals "^11.1.0"
|
1219 | 1245 |
|
|
1249 | 1275 | "@babel/helper-string-parser" "^7.25.9"
|
1250 | 1276 | "@babel/helper-validator-identifier" "^7.25.9"
|
1251 | 1277 |
|
| 1278 | +"@babel/types@^7.26.8": |
| 1279 | + version "7.26.8" |
| 1280 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.8.tgz#97dcdc190fab45be7f3dc073e3c11160d677c127" |
| 1281 | + integrity sha512-eUuWapzEGWFEpHFxgEaBG8e3n6S8L3MSu0oda755rOfabWPnh0Our1AozNFVUxGFIhbKgd1ksprsoDGMinTOTA== |
| 1282 | + dependencies: |
| 1283 | + "@babel/helper-string-parser" "^7.25.9" |
| 1284 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1285 | + |
1252 | 1286 |
|
1253 | 1287 | version "1.0.2"
|
1254 | 1288 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
|
|
1887 | 1921 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
|
1888 | 1922 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
|
1889 | 1923 |
|
| 1924 | +"@types/gensync@^1.0.0": |
| 1925 | + version "1.0.4" |
| 1926 | + resolved "https://registry.yarnpkg.com/@types/gensync/-/gensync-1.0.4.tgz#7122d8f0cd3bf437f9725cc95b180197190cf50b" |
| 1927 | + integrity sha512-C3YYeRQWp2fmq9OryX+FoDy8nXS6scQ7dPptD8LnFDAUNcKWJjXQKDNJD3HVm+kOUsXhTOkpi69vI4EuAr95bA== |
| 1928 | + |
1890 | 1929 | "@types/graceful-fs@^4.1.2":
|
1891 | 1930 | version "4.1.5"
|
1892 | 1931 | resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"
|
@@ -2537,13 +2576,13 @@ babel-plugin-polyfill-corejs2@^0.4.10:
|
2537 | 2576 | "@babel/helper-define-polyfill-provider" "^0.6.1"
|
2538 | 2577 | semver "^6.3.1"
|
2539 | 2578 |
|
2540 |
| -babel-plugin-polyfill-corejs3@^0.10.6: |
2541 |
| - version "0.10.6" |
2542 |
| - resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz#2deda57caef50f59c525aeb4964d3b2f867710c7" |
2543 |
| - integrity sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA== |
| 2579 | +babel-plugin-polyfill-corejs3@^0.11.0: |
| 2580 | + version "0.11.1" |
| 2581 | + resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz#4e4e182f1bb37c7ba62e2af81d8dd09df31344f6" |
| 2582 | + integrity sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ== |
2544 | 2583 | dependencies:
|
2545 |
| - "@babel/helper-define-polyfill-provider" "^0.6.2" |
2546 |
| - core-js-compat "^3.38.0" |
| 2584 | + "@babel/helper-define-polyfill-provider" "^0.6.3" |
| 2585 | + core-js-compat "^3.40.0" |
2547 | 2586 |
|
2548 | 2587 | babel-plugin-polyfill-regenerator@^0.6.1:
|
2549 | 2588 | version "0.6.1"
|
@@ -3555,7 +3594,7 @@ copy-descriptor@^0.1.0:
|
3555 | 3594 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
3556 | 3595 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
3557 | 3596 |
|
3558 |
| -core-js-compat@^3.38.0, core-js-compat@^3.38.1: |
| 3597 | +core-js-compat@^3.40.0: |
3559 | 3598 | version "3.40.0"
|
3560 | 3599 | resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.40.0.tgz#7485912a5a4a4315c2fdb2cbdc623e6881c88b38"
|
3561 | 3600 | integrity sha512-0XEDpr5y5mijvw8Lbc6E5AkjrHfp7eEoPlu36SWeAbcL8fn1G1ANe8DBlo2XoNN89oVpxWwOjYIPVzR4ZvsKCQ==
|
|
0 commit comments