|
44 | 44 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0"
|
45 | 45 | integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng==
|
46 | 46 |
|
47 |
| -"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.7": |
48 |
| - version "7.24.7" |
49 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.7.tgz#b676450141e0b52a3d43bc91da86aa608f950ac4" |
50 |
| - integrity sha512-nykK+LEK86ahTkX/3TgauT0ikKoNCfKHEaZYTUVupJdTLzGNvrblu4u6fa7DhZONAltdf8e662t/abY8idrd/g== |
| 47 | +"@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.24.9": |
| 48 | + version "7.24.9" |
| 49 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 50 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
51 | 51 | dependencies:
|
52 | 52 | "@ampproject/remapping" "^2.2.0"
|
53 | 53 | "@babel/code-frame" "^7.24.7"
|
54 |
| - "@babel/generator" "^7.24.7" |
55 |
| - "@babel/helper-compilation-targets" "^7.24.7" |
56 |
| - "@babel/helper-module-transforms" "^7.24.7" |
57 |
| - "@babel/helpers" "^7.24.7" |
58 |
| - "@babel/parser" "^7.24.7" |
| 54 | + "@babel/generator" "^7.24.9" |
| 55 | + "@babel/helper-compilation-targets" "^7.24.8" |
| 56 | + "@babel/helper-module-transforms" "^7.24.9" |
| 57 | + "@babel/helpers" "^7.24.8" |
| 58 | + "@babel/parser" "^7.24.8" |
59 | 59 | "@babel/template" "^7.24.7"
|
60 |
| - "@babel/traverse" "^7.24.7" |
61 |
| - "@babel/types" "^7.24.7" |
| 60 | + "@babel/traverse" "^7.24.8" |
| 61 | + "@babel/types" "^7.24.9" |
62 | 62 | convert-source-map "^2.0.0"
|
63 | 63 | debug "^4.1.0"
|
64 | 64 | gensync "^1.0.0-beta.2"
|
65 | 65 | json5 "^2.2.3"
|
66 | 66 | semver "^6.3.1"
|
67 | 67 |
|
68 |
| -"@babel/generator@^7.24.7", "@babel/generator@^7.7.2": |
69 |
| - version "7.24.7" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.7.tgz#1654d01de20ad66b4b4d99c135471bc654c55e6d" |
71 |
| - integrity sha512-oipXieGC3i45Y1A41t4tAqpnEZWgB/lC6Ehh6+rOviR5XWpTtMmLN+fGjz9vOiNRt0p6RtO6DtD0pdU3vpqdSA== |
| 68 | +"@babel/generator@^7.24.8", "@babel/generator@^7.24.9", "@babel/generator@^7.7.2": |
| 69 | + version "7.24.10" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76" |
| 71 | + integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg== |
72 | 72 | dependencies:
|
73 |
| - "@babel/types" "^7.24.7" |
| 73 | + "@babel/types" "^7.24.9" |
74 | 74 | "@jridgewell/gen-mapping" "^0.3.5"
|
75 | 75 | "@jridgewell/trace-mapping" "^0.3.25"
|
76 | 76 | jsesc "^2.5.1"
|
|
189 | 189 | "@babel/traverse" "^7.24.7"
|
190 | 190 | "@babel/types" "^7.24.7"
|
191 | 191 |
|
192 |
| -"@babel/helper-module-transforms@^7.24.7": |
193 |
| - version "7.24.7" |
194 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.7.tgz#31b6c9a2930679498db65b685b1698bfd6c7daf8" |
195 |
| - integrity sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ== |
196 |
| - dependencies: |
197 |
| - "@babel/helper-environment-visitor" "^7.24.7" |
198 |
| - "@babel/helper-module-imports" "^7.24.7" |
199 |
| - "@babel/helper-simple-access" "^7.24.7" |
200 |
| - "@babel/helper-split-export-declaration" "^7.24.7" |
201 |
| - "@babel/helper-validator-identifier" "^7.24.7" |
202 |
| - |
203 |
| -"@babel/helper-module-transforms@^7.24.8": |
| 192 | +"@babel/helper-module-transforms@^7.24.7", "@babel/helper-module-transforms@^7.24.8", "@babel/helper-module-transforms@^7.24.9": |
204 | 193 | version "7.24.9"
|
205 | 194 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29"
|
206 | 195 | integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw==
|
|
264 | 253 | dependencies:
|
265 | 254 | "@babel/types" "^7.24.7"
|
266 | 255 |
|
267 |
| -"@babel/helper-string-parser@^7.24.7": |
268 |
| - version "7.24.7" |
269 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.7.tgz#4d2d0f14820ede3b9807ea5fc36dfc8cd7da07f2" |
270 |
| - integrity sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg== |
| 256 | +"@babel/helper-string-parser@^7.24.8": |
| 257 | + version "7.24.8" |
| 258 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d" |
| 259 | + integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ== |
271 | 260 |
|
272 | 261 | "@babel/helper-validator-identifier@^7.24.7":
|
273 | 262 | version "7.24.7"
|
|
289 | 278 | "@babel/traverse" "^7.24.7"
|
290 | 279 | "@babel/types" "^7.24.7"
|
291 | 280 |
|
292 |
| -"@babel/helpers@^7.24.7": |
293 |
| - version "7.24.7" |
294 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.7.tgz#aa2ccda29f62185acb5d42fb4a3a1b1082107416" |
295 |
| - integrity sha512-NlmJJtvcw72yRJRcnCmGvSi+3jDEg8qFu3z0AFoymmzLx5ERVWyzd9kVXr7Th9/8yIJi2Zc6av4Tqz3wFs8QWg== |
| 281 | +"@babel/helpers@^7.24.8": |
| 282 | + version "7.24.8" |
| 283 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.8.tgz#2820d64d5d6686cca8789dd15b074cd862795873" |
| 284 | + integrity sha512-gV2265Nkcz7weJJfvDoAEVzC1e2OTDpkGbEsebse8koXUJUXPsCMi7sRo/+SPMuMZ9MtUPnGwITTnQnU5YjyaQ== |
296 | 285 | dependencies:
|
297 | 286 | "@babel/template" "^7.24.7"
|
298 |
| - "@babel/types" "^7.24.7" |
| 287 | + "@babel/types" "^7.24.8" |
299 | 288 |
|
300 | 289 | "@babel/highlight@^7.24.7":
|
301 | 290 | version "7.24.7"
|
|
319 | 308 | regenerator-runtime "^0.14.0"
|
320 | 309 | v8flags "^3.1.1"
|
321 | 310 |
|
322 |
| -"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7": |
323 |
| - version "7.24.7" |
324 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.7.tgz#9a5226f92f0c5c8ead550b750f5608e766c8ce85" |
325 |
| - integrity sha512-9uUYRm6OqQrCqQdG1iCBwBPZgN8ciDBro2nIOFaiRz1/BCxaI7CNvQbDHvsArAC7Tw9Hda/B3U+6ui9u4HWXPw== |
| 311 | +"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.24.7", "@babel/parser@^7.24.8": |
| 312 | + version "7.24.8" |
| 313 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.8.tgz#58a4dbbcad7eb1d48930524a3fd93d93e9084c6f" |
| 314 | + integrity sha512-WzfbgXOkGzZiXXCqk43kKwZjzwx4oulxZi3nq2TYL9mOjQv6kYwul9mz6ID36njuL7Xkp6nJEfok848Zj10j/w== |
326 | 315 |
|
327 | 316 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.7":
|
328 | 317 | version "7.24.7"
|
|
1024 | 1013 | "@babel/parser" "^7.24.7"
|
1025 | 1014 | "@babel/types" "^7.24.7"
|
1026 | 1015 |
|
1027 |
| -"@babel/traverse@^7.24.7": |
1028 |
| - version "7.24.7" |
1029 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.7.tgz#de2b900163fa741721ba382163fe46a936c40cf5" |
1030 |
| - integrity sha512-yb65Ed5S/QAcewNPh0nZczy9JdYXkkAbIsEo+P7BE7yO3txAY30Y/oPa3QkQ5It3xVG2kpKMg9MsdxZaO31uKA== |
| 1016 | +"@babel/traverse@^7.24.7", "@babel/traverse@^7.24.8": |
| 1017 | + version "7.24.8" |
| 1018 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.8.tgz#6c14ed5232b7549df3371d820fbd9abfcd7dfab7" |
| 1019 | + integrity sha512-t0P1xxAPzEDcEPmjprAQq19NWum4K0EQPjMwZQZbHt+GiZqvjCHjj755Weq1YRPVzBI+3zSfvScfpnuIecVFJQ== |
1031 | 1020 | dependencies:
|
1032 | 1021 | "@babel/code-frame" "^7.24.7"
|
1033 |
| - "@babel/generator" "^7.24.7" |
| 1022 | + "@babel/generator" "^7.24.8" |
1034 | 1023 | "@babel/helper-environment-visitor" "^7.24.7"
|
1035 | 1024 | "@babel/helper-function-name" "^7.24.7"
|
1036 | 1025 | "@babel/helper-hoist-variables" "^7.24.7"
|
1037 | 1026 | "@babel/helper-split-export-declaration" "^7.24.7"
|
1038 |
| - "@babel/parser" "^7.24.7" |
1039 |
| - "@babel/types" "^7.24.7" |
| 1027 | + "@babel/parser" "^7.24.8" |
| 1028 | + "@babel/types" "^7.24.8" |
1040 | 1029 | debug "^4.3.1"
|
1041 | 1030 | globals "^11.1.0"
|
1042 | 1031 |
|
1043 |
| -"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
1044 |
| - version "7.24.7" |
1045 |
| - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.7.tgz#6027fe12bc1aa724cd32ab113fb7f1988f1f66f2" |
1046 |
| - integrity sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q== |
| 1032 | +"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4": |
| 1033 | + version "7.24.9" |
| 1034 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1035 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
1047 | 1036 | dependencies:
|
1048 |
| - "@babel/helper-string-parser" "^7.24.7" |
| 1037 | + "@babel/helper-string-parser" "^7.24.8" |
1049 | 1038 | "@babel/helper-validator-identifier" "^7.24.7"
|
1050 | 1039 | to-fast-properties "^2.0.0"
|
1051 | 1040 |
|
@@ -3770,13 +3759,6 @@ lru-cache@^5.1.1:
|
3770 | 3759 | dependencies:
|
3771 | 3760 | yallist "^3.0.2"
|
3772 | 3761 |
|
3773 |
| -lru-cache@^6.0.0: |
3774 |
| - version "6.0.0" |
3775 |
| - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
3776 |
| - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |
3777 |
| - dependencies: |
3778 |
| - yallist "^4.0.0" |
3779 |
| - |
3780 | 3762 | lru-cache@^7.14.1:
|
3781 | 3763 | version "7.18.3"
|
3782 | 3764 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
|
@@ -4554,14 +4536,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
4554 | 4536 | resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
4555 | 4537 | integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
4556 | 4538 |
|
4557 |
| -semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0: |
4558 |
| - version "7.6.0" |
4559 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d" |
4560 |
| - integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg== |
4561 |
| - dependencies: |
4562 |
| - lru-cache "^6.0.0" |
4563 |
| - |
4564 |
| -semver@^7.6.2: |
| 4539 | +semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.2: |
4565 | 4540 | version "7.6.3"
|
4566 | 4541 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
|
4567 | 4542 | integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
|
@@ -5147,11 +5122,6 @@ yallist@^3.0.2:
|
5147 | 5122 | resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
5148 | 5123 | integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
5149 | 5124 |
|
5150 |
| -yallist@^4.0.0: |
5151 |
| - version "4.0.0" |
5152 |
| - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" |
5153 |
| - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== |
5154 |
| - |
5155 | 5125 | yargs-parser@^21.0.0:
|
5156 | 5126 | version "21.0.1"
|
5157 | 5127 | resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.0.1.tgz#0267f286c877a4f0f728fceb6f8a3e4cb95c6e35"
|
|
0 commit comments