|
335 | 335 | resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
|
336 | 336 | integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
337 | 337 |
|
| 338 | +"@babel/helper-string-parser@^7.25.9": |
| 339 | + version "7.25.9" |
| 340 | + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" |
| 341 | + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== |
| 342 | + |
338 | 343 | "@babel/helper-validator-identifier@^7.18.6":
|
339 | 344 | version "7.18.6"
|
340 | 345 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz"
|
|
345 | 350 | resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
|
346 | 351 | integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
347 | 352 |
|
| 353 | +"@babel/helper-validator-identifier@^7.25.9": |
| 354 | + version "7.25.9" |
| 355 | + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" |
| 356 | + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== |
| 357 | + |
348 | 358 | "@babel/helper-validator-option@^7.18.6":
|
349 | 359 | version "7.18.6"
|
350 | 360 | resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
|
|
393 | 403 | resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz"
|
394 | 404 | integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
|
395 | 405 |
|
| 406 | +"@babel/parser@^7.25.3": |
| 407 | + version "7.26.9" |
| 408 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.9.tgz#d9e78bee6dc80f9efd8f2349dcfbbcdace280fd5" |
| 409 | + integrity sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A== |
| 410 | + dependencies: |
| 411 | + "@babel/types" "^7.26.9" |
| 412 | + |
396 | 413 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
397 | 414 | version "7.18.6"
|
398 | 415 | resolved "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz"
|
|
1098 | 1115 | "@babel/helper-validator-identifier" "^7.19.1"
|
1099 | 1116 | to-fast-properties "^2.0.0"
|
1100 | 1117 |
|
| 1118 | +"@babel/types@^7.26.9": |
| 1119 | + version "7.26.9" |
| 1120 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.9.tgz#08b43dec79ee8e682c2ac631c010bdcac54a21ce" |
| 1121 | + integrity sha512-Y3IR1cRnOxOCDvMmNiym7XpXQ93iGDDPHx+Zj+NM+rg0fBaShfQLkg+hKPaZCEvg5N/LeCo4+Rj/i3FuJsIQaw== |
| 1122 | + dependencies: |
| 1123 | + "@babel/helper-string-parser" "^7.25.9" |
| 1124 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 1125 | + |
1101 | 1126 | "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.3.0":
|
1102 | 1127 | version "4.4.0"
|
1103 | 1128 | resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
|
|
1211 | 1236 | resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz"
|
1212 | 1237 | integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
1213 | 1238 |
|
| 1239 | +"@jridgewell/sourcemap-codec@^1.5.0": |
| 1240 | + version "1.5.0" |
| 1241 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" |
| 1242 | + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== |
| 1243 | + |
1214 | 1244 | "@jridgewell/trace-mapping@^0.3.17":
|
1215 | 1245 | version "0.3.17"
|
1216 | 1246 | resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz"
|
|
1726 | 1756 | estree-walker "^2.0.2"
|
1727 | 1757 | source-map-js "^1.0.2"
|
1728 | 1758 |
|
| 1759 | + |
| 1760 | + version "3.5.13" |
| 1761 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.13.tgz#b0ae6c4347f60c03e849a05d34e5bf747c9bda05" |
| 1762 | + integrity sha512-oOdAkwqUfW1WqpwSYJce06wvt6HljgY3fGeM9NcVA1HaYOij3mZG9Rkysn0OHuyUAGMbEbARIpsG+LPVlBJ5/Q== |
| 1763 | + dependencies: |
| 1764 | + "@babel/parser" "^7.25.3" |
| 1765 | + "@vue/shared" "3.5.13" |
| 1766 | + entities "^4.5.0" |
| 1767 | + estree-walker "^2.0.2" |
| 1768 | + source-map-js "^1.2.0" |
| 1769 | + |
1729 | 1770 |
|
1730 | 1771 | version "3.3.4"
|
1731 | 1772 | resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.3.4.tgz#f56e09b5f4d7dc350f981784de9713d823341151"
|
|
1734 | 1775 | "@vue/compiler-core" "3.3.4"
|
1735 | 1776 | "@vue/shared" "3.3.4"
|
1736 | 1777 |
|
1737 |
| -"@vue/[email protected]", "@vue/compiler-sfc@^3.3.4": |
| 1778 | + |
| 1779 | + version "3.5.13" |
| 1780 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.13.tgz#bb1b8758dbc542b3658dda973b98a1c9311a8a58" |
| 1781 | + integrity sha512-ZOJ46sMOKUjO3e94wPdCzQ6P1Lx/vhp2RSvfaab88Ajexs0AHeV0uasYhi99WPaogmBlRHNRuly8xV75cNTMDA== |
| 1782 | + dependencies: |
| 1783 | + "@vue/compiler-core" "3.5.13" |
| 1784 | + "@vue/shared" "3.5.13" |
| 1785 | + |
| 1786 | + |
1738 | 1787 | version "3.3.4"
|
1739 | 1788 | resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.3.4.tgz#b19d942c71938893535b46226d602720593001df"
|
1740 | 1789 | integrity sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==
|
|
1750 | 1799 | postcss "^8.1.10"
|
1751 | 1800 | source-map-js "^1.0.2"
|
1752 | 1801 |
|
| 1802 | +"@vue/compiler-sfc@^3.5.13": |
| 1803 | + version "3.5.13" |
| 1804 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.13.tgz#461f8bd343b5c06fac4189c4fef8af32dea82b46" |
| 1805 | + integrity sha512-6VdaljMpD82w6c2749Zhf5T9u5uLBWKnVue6XWxprDobftnletJ8+oel7sexFfM3qIxNmVE7LSFGTpv6obNyaQ== |
| 1806 | + dependencies: |
| 1807 | + "@babel/parser" "^7.25.3" |
| 1808 | + "@vue/compiler-core" "3.5.13" |
| 1809 | + "@vue/compiler-dom" "3.5.13" |
| 1810 | + "@vue/compiler-ssr" "3.5.13" |
| 1811 | + "@vue/shared" "3.5.13" |
| 1812 | + estree-walker "^2.0.2" |
| 1813 | + magic-string "^0.30.11" |
| 1814 | + postcss "^8.4.48" |
| 1815 | + source-map-js "^1.2.0" |
| 1816 | + |
1753 | 1817 |
|
1754 | 1818 | version "3.3.4"
|
1755 | 1819 | resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.3.4.tgz#9d1379abffa4f2b0cd844174ceec4a9721138777"
|
|
1758 | 1822 | "@vue/compiler-dom" "3.3.4"
|
1759 | 1823 | "@vue/shared" "3.3.4"
|
1760 | 1824 |
|
| 1825 | + |
| 1826 | + version "3.5.13" |
| 1827 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.13.tgz#e771adcca6d3d000f91a4277c972a996d07f43ba" |
| 1828 | + integrity sha512-wMH6vrYHxQl/IybKJagqbquvxpWCuVYpoUJfCqFZwa/JY1GdATAQ+TgVtgrwwMZ0D07QhA99rs/EAAWfvG6KpA== |
| 1829 | + dependencies: |
| 1830 | + "@vue/compiler-dom" "3.5.13" |
| 1831 | + "@vue/shared" "3.5.13" |
| 1832 | + |
1761 | 1833 | "@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.3.0":
|
1762 | 1834 | version "3.3.0"
|
1763 | 1835 | resolved "https://registry.npmjs.org/@vue/component-compiler-utils/-/component-compiler-utils-3.3.0.tgz"
|
|
1827 | 1899 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.3.4.tgz#06e83c5027f464eef861c329be81454bc8b70780"
|
1828 | 1900 | integrity sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==
|
1829 | 1901 |
|
| 1902 | + |
| 1903 | + version "3.5.13" |
| 1904 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.13.tgz#87b309a6379c22b926e696893237826f64339b6f" |
| 1905 | + integrity sha512-/hnE/qP5ZoGpol0a5mDi45bOd7t3tjYJBjsgCsivow7D48cJeV5l05RD82lPqi7gRiphZM37rnhW1l6ZoCNNnQ== |
| 1906 | + |
1830 | 1907 | "@vue/vue-loader-v15@npm:vue-loader@^15.9.7":
|
1831 | 1908 | version "15.10.0"
|
1832 | 1909 | resolved "https://registry.npmjs.org/vue-loader/-/vue-loader-15.10.0.tgz"
|
@@ -3098,6 +3175,11 @@ entities@^2.0.0:
|
3098 | 3175 | resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz"
|
3099 | 3176 | integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
|
3100 | 3177 |
|
| 3178 | +entities@^4.5.0: |
| 3179 | + version "4.5.0" |
| 3180 | + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" |
| 3181 | + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== |
| 3182 | + |
3101 | 3183 | error-ex@^1.3.1:
|
3102 | 3184 | version "1.3.2"
|
3103 | 3185 | resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz"
|
@@ -4317,6 +4399,13 @@ magic-string@^0.30.0:
|
4317 | 4399 | dependencies:
|
4318 | 4400 | "@jridgewell/sourcemap-codec" "^1.4.13"
|
4319 | 4401 |
|
| 4402 | +magic-string@^0.30.11: |
| 4403 | + version "0.30.17" |
| 4404 | + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453" |
| 4405 | + integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA== |
| 4406 | + dependencies: |
| 4407 | + "@jridgewell/sourcemap-codec" "^1.5.0" |
| 4408 | + |
4320 | 4409 | make-dir@^3.0.2, make-dir@^3.1.0:
|
4321 | 4410 | version "3.1.0"
|
4322 | 4411 | resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz"
|
@@ -4488,6 +4577,11 @@ nanoid@^3.3.4:
|
4488 | 4577 | resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz"
|
4489 | 4578 | integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
|
4490 | 4579 |
|
| 4580 | +nanoid@^3.3.8: |
| 4581 | + version "3.3.8" |
| 4582 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf" |
| 4583 | + integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== |
| 4584 | + |
4491 | 4585 | natural-compare@^1.4.0:
|
4492 | 4586 | version "1.4.0"
|
4493 | 4587 | resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
@@ -4853,6 +4947,11 @@ picocolors@^1.0.0:
|
4853 | 4947 | resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz"
|
4854 | 4948 | integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
4855 | 4949 |
|
| 4950 | +picocolors@^1.1.1: |
| 4951 | + version "1.1.1" |
| 4952 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" |
| 4953 | + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== |
| 4954 | + |
4856 | 4955 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
4857 | 4956 | version "2.3.1"
|
4858 | 4957 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
@@ -5155,6 +5254,15 @@ postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.7:
|
5155 | 5254 | picocolors "^1.0.0"
|
5156 | 5255 | source-map-js "^1.0.2"
|
5157 | 5256 |
|
| 5257 | +postcss@^8.4.48: |
| 5258 | + version "8.5.3" |
| 5259 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb" |
| 5260 | + integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A== |
| 5261 | + dependencies: |
| 5262 | + nanoid "^3.3.8" |
| 5263 | + picocolors "^1.1.1" |
| 5264 | + source-map-js "^1.2.1" |
| 5265 | + |
5158 | 5266 | prelude-ls@^1.2.1:
|
5159 | 5267 | version "1.2.1"
|
5160 | 5268 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
5717 | 5825 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
|
5718 | 5826 | integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
|
5719 | 5827 |
|
| 5828 | +source-map-js@^1.2.0, source-map-js@^1.2.1: |
| 5829 | + version "1.2.1" |
| 5830 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" |
| 5831 | + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== |
| 5832 | + |
5720 | 5833 | source-map-support@~0.5.20:
|
5721 | 5834 | version "0.5.21"
|
5722 | 5835 | resolved "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz"
|
|
0 commit comments