|
72 | 72 | "@babel/highlight" "^7.23.4"
|
73 | 73 | chalk "^2.4.2"
|
74 | 74 |
|
75 |
| -"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.24.8": |
| 75 | +"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6": |
76 | 76 | version "7.24.8"
|
77 | 77 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.8.tgz#f9196455334c38d059ac8b1a16a51decda9d30d3"
|
78 | 78 | integrity sha512-c4IM7OTg6k1Q+AJ153e2mc2QVTezTwnb4VzquwcyiEzGnW0Kedv4do/TrkU98qPeC5LNiMt/QXwIjzYXLBpyZg==
|
79 | 79 |
|
| 80 | +"@babel/compat-data@^7.24.8": |
| 81 | + version "7.24.9" |
| 82 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.9.tgz#53eee4e68f1c1d0282aa0eb05ddb02d033fc43a0" |
| 83 | + integrity sha512-e701mcfApCJqMMueQI0Fb68Amflj83+dvAvHawoBpAz+GDjCIyGHzNwnefjsWJ3xiYAqqiQFoWbspGYBdb2/ng== |
| 84 | + |
80 | 85 | "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.8", "@babel/core@^7.14.0", "@babel/core@^7.16.7", "@babel/core@^7.20.12":
|
81 |
| - version "7.24.8" |
82 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.8.tgz#c24f83985214f599cee5fc26d393d9ab320342f4" |
83 |
| - integrity sha512-6AWcmZC/MZCO0yKys4uhg5NlxL0ESF3K6IAaoQ+xSXvPyPyxNWRafP+GDbI88Oh68O7QkJgmEtedWPM9U0pZNg== |
| 86 | + version "7.24.9" |
| 87 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.9.tgz#dc07c9d307162c97fa9484ea997ade65841c7c82" |
| 88 | + integrity sha512-5e3FI4Q3M3Pbr21+5xJwCv6ZT6KmGkI0vw3Tozy5ODAQFTIWe37iT8Cr7Ice2Ntb+M3iSKCEWMB1MBgKrW3whg== |
84 | 89 | dependencies:
|
85 | 90 | "@ampproject/remapping" "^2.2.0"
|
86 | 91 | "@babel/code-frame" "^7.24.7"
|
87 |
| - "@babel/generator" "^7.24.8" |
| 92 | + "@babel/generator" "^7.24.9" |
88 | 93 | "@babel/helper-compilation-targets" "^7.24.8"
|
89 |
| - "@babel/helper-module-transforms" "^7.24.8" |
| 94 | + "@babel/helper-module-transforms" "^7.24.9" |
90 | 95 | "@babel/helpers" "^7.24.8"
|
91 | 96 | "@babel/parser" "^7.24.8"
|
92 | 97 | "@babel/template" "^7.24.7"
|
93 | 98 | "@babel/traverse" "^7.24.8"
|
94 |
| - "@babel/types" "^7.24.8" |
| 99 | + "@babel/types" "^7.24.9" |
95 | 100 | convert-source-map "^2.0.0"
|
96 | 101 | debug "^4.1.0"
|
97 | 102 | gensync "^1.0.0-beta.2"
|
|
114 | 119 | dependencies:
|
115 | 120 | eslint-rule-composer "^0.3.0"
|
116 | 121 |
|
117 |
| -"@babel/generator@^7.14.0", "@babel/generator@^7.20.14", "@babel/generator@^7.24.8": |
| 122 | +"@babel/generator@^7.14.0", "@babel/generator@^7.20.14": |
118 | 123 | version "7.24.8"
|
119 | 124 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.8.tgz#1802d6ac4d77a9199c75ae3eb6a08336e5d1d39a"
|
120 | 125 | integrity sha512-47DG+6F5SzOi0uEvK4wMShmn5yY0mVjVJoWTphdY2B4Rx9wHgjK7Yhtr0ru6nE+sn0v38mzrWOlah0p/YlHHOQ==
|
|
124 | 129 | "@jridgewell/trace-mapping" "^0.3.25"
|
125 | 130 | jsesc "^2.5.1"
|
126 | 131 |
|
| 132 | +"@babel/generator@^7.24.8", "@babel/generator@^7.24.9": |
| 133 | + version "7.24.10" |
| 134 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.10.tgz#a4ab681ec2a78bbb9ba22a3941195e28a81d8e76" |
| 135 | + integrity sha512-o9HBZL1G2129luEUlG1hB4N/nlYNWHnpwlND9eOMclRqqu1YDy2sSYVCFUZwl8I1Gxh+QSRrP2vD7EpUmFVXxg== |
| 136 | + dependencies: |
| 137 | + "@babel/types" "^7.24.9" |
| 138 | + "@jridgewell/gen-mapping" "^0.3.5" |
| 139 | + "@jridgewell/trace-mapping" "^0.3.25" |
| 140 | + jsesc "^2.5.1" |
| 141 | + |
127 | 142 | "@babel/generator@^7.7.2":
|
128 | 143 | version "7.22.15"
|
129 | 144 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
|
|
286 | 301 | "@babel/helper-split-export-declaration" "^7.24.7"
|
287 | 302 | "@babel/helper-validator-identifier" "^7.24.7"
|
288 | 303 |
|
| 304 | +"@babel/helper-module-transforms@^7.24.9": |
| 305 | + version "7.24.9" |
| 306 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.9.tgz#e13d26306b89eea569180868e652e7f514de9d29" |
| 307 | + integrity sha512-oYbh+rtFKj/HwBQkFlUzvcybzklmVdVV3UU+mN7n2t/q3yGHbuVdNxyFvSBO1tfvjyArpHNcWMAzsSPdyI46hw== |
| 308 | + dependencies: |
| 309 | + "@babel/helper-environment-visitor" "^7.24.7" |
| 310 | + "@babel/helper-module-imports" "^7.24.7" |
| 311 | + "@babel/helper-simple-access" "^7.24.7" |
| 312 | + "@babel/helper-split-export-declaration" "^7.24.7" |
| 313 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 314 | + |
289 | 315 | "@babel/helper-optimise-call-expression@^7.22.5":
|
290 | 316 | version "7.24.6"
|
291 | 317 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz#f7836e3ccca3dfa02f15d2bc8b794efe75a5256e"
|
|
1373 | 1399 | debug "^4.3.1"
|
1374 | 1400 | globals "^11.1.0"
|
1375 | 1401 |
|
1376 |
| -"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.4.4": |
| 1402 | +"@babel/types@^7.0.0", "@babel/types@^7.16.8", "@babel/types@^7.20.7", "@babel/types@^7.24.6", "@babel/types@^7.4.4": |
1377 | 1403 | version "7.24.8"
|
1378 | 1404 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.8.tgz#d51ffa9043b17d36622efa44e861a49e69e130a8"
|
1379 | 1405 | integrity sha512-SkSBEHwwJRU52QEVZBmMBnE5Ux2/6WU1grdYyOhpbCNxbmJrDuDCphBzKZSO3taf0zztp+qkWlymE5tVL5l0TA==
|
|
1391 | 1417 | "@babel/helper-validator-identifier" "^7.24.6"
|
1392 | 1418 | to-fast-properties "^2.0.0"
|
1393 | 1419 |
|
| 1420 | +"@babel/types@^7.24.7", "@babel/types@^7.24.8", "@babel/types@^7.24.9": |
| 1421 | + version "7.24.9" |
| 1422 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.9.tgz#228ce953d7b0d16646e755acf204f4cf3d08cc73" |
| 1423 | + integrity sha512-xm8XrMKz0IlUdocVbYJe0Z9xEgidU7msskG8BbhnTPK/HZ2z/7FP7ykqPgrUH+C+r414mNfNWam1f2vqOjqjYQ== |
| 1424 | + dependencies: |
| 1425 | + "@babel/helper-string-parser" "^7.24.8" |
| 1426 | + "@babel/helper-validator-identifier" "^7.24.7" |
| 1427 | + to-fast-properties "^2.0.0" |
| 1428 | + |
1394 | 1429 | "@babel/types@^7.3.3":
|
1395 | 1430 | version "7.22.19"
|
1396 | 1431 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.19.tgz#7425343253556916e440e662bb221a93ddb75684"
|
@@ -4418,11 +4453,16 @@ caniuse-api@^3.0.0:
|
4418 | 4453 | lodash.memoize "^4.1.2"
|
4419 | 4454 | lodash.uniq "^4.5.0"
|
4420 | 4455 |
|
4421 |
| -caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001640: |
| 4456 | +caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001599: |
4422 | 4457 | version "1.0.30001642"
|
4423 | 4458 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz#6aa6610eb24067c246d30c57f055a9d0a7f8d05f"
|
4424 | 4459 | integrity sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==
|
4425 | 4460 |
|
| 4461 | +caniuse-lite@^1.0.30001640: |
| 4462 | + version "1.0.30001643" |
| 4463 | + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001643.tgz#9c004caef315de9452ab970c3da71085f8241dbd" |
| 4464 | + integrity sha512-ERgWGNleEilSrHM6iUz/zJNSQTP8Mr21wDWpdgvRwcTXGAq6jMtOUPP4dqFPTdKqZ2wKTdtB+uucZ3MRpAUSmg== |
| 4465 | + |
4426 | 4466 | capital-case@^1.0.4:
|
4427 | 4467 | version "1.0.4"
|
4428 | 4468 | resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
@@ -5524,9 +5564,9 @@ ee-first@1.1.1:
|
5524 | 5564 | integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
5525 | 5565 |
|
5526 | 5566 | electron-to-chromium@^1.4.820:
|
5527 |
| - version "1.4.827" |
5528 |
| - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.827.tgz#76068ed1c71dd3963e1befc8ae815004b2da6a02" |
5529 |
| - integrity sha512-VY+J0e4SFcNfQy19MEoMdaIcZLmDCprqvBtkii1WTCTQHpRvf5N8+3kTYCgL/PcntvwQvmMJWTuDPsq+IlhWKQ== |
| 5567 | + version "1.4.832" |
| 5568 | + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.832.tgz#d25882ce0a9237577b039bffa124ecef1822003b" |
| 5569 | + integrity sha512-cTen3SB0H2SGU7x467NRe1eVcQgcuS6jckKfWJHia2eo0cHIGOqHoAxevIYZD4eRHcWjkvFzo93bi3vJ9W+1lA== |
5530 | 5570 |
|
5531 | 5571 | emittery@^0.13.1:
|
5532 | 5572 | version "0.13.1"
|
@@ -9614,9 +9654,9 @@ node-object-hash@^2.3.10:
|
9614 | 9654 | integrity sha512-jY5dPJzw6NHd/KPSfPKJ+IHoFS81/tJ43r34ZeNMXGzCOM8jwQDCD12HYayKIB6MuznrnqIYy2e891NA2g0ibA==
|
9615 | 9655 |
|
9616 | 9656 | node-releases@^2.0.14:
|
9617 |
| - version "2.0.14" |
9618 |
| - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b" |
9619 |
| - integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw== |
| 9657 | + version "2.0.17" |
| 9658 | + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.17.tgz#d74bc4fec38d839eec5db2a3c9c963d4f33cb366" |
| 9659 | + integrity sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA== |
9620 | 9660 |
|
9621 | 9661 | normalize-package-data@^2.3.2, normalize-package-data@^2.5.0:
|
9622 | 9662 | version "2.5.0"
|
|
0 commit comments