|
680 | 680 | chalk "^2.4.2"
|
681 | 681 | js-tokens "^4.0.0"
|
682 | 682 |
|
| 683 | +"@babel/parser@^7.11.5": |
| 684 | + version "7.26.7" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.7.tgz#e114cd099e5f7d17b05368678da0fb9f69b3385c" |
| 686 | + integrity sha512-kEvgGGgEjRUutvdVvZhbn/BxVt+5VSpwXz1j3WYXQbXDo8KzFOPNG2GQbdAiNq8g6wn1yKk7C/qrke03a84V+w== |
| 687 | + dependencies: |
| 688 | + "@babel/types" "^7.26.7" |
| 689 | + |
683 | 690 | "@babel/parser@^7.20.13", "@babel/parser@^7.20.7", "@babel/parser@^7.7.0":
|
684 | 691 | version "7.20.15"
|
685 | 692 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.15.tgz#eec9f36d8eaf0948bb88c87a46784b5ee9fd0c89"
|
|
690 | 697 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9"
|
691 | 698 | integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==
|
692 | 699 |
|
693 |
| -"@babel/parser@^7.23.5": |
694 |
| - version "7.23.6" |
695 |
| - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.6.tgz#ba1c9e512bda72a47e285ae42aff9d2a635a9e3b" |
696 |
| - integrity sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ== |
697 |
| - |
698 | 700 | "@babel/parser@^7.25.9", "@babel/parser@^7.26.2":
|
699 | 701 | version "7.26.2"
|
700 | 702 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11"
|
|
2128 | 2130 | "@babel/helper-validator-identifier" "^7.19.1"
|
2129 | 2131 | to-fast-properties "^2.0.0"
|
2130 | 2132 |
|
| 2133 | +"@babel/types@^7.11.5", "@babel/types@^7.26.7": |
| 2134 | + version "7.26.7" |
| 2135 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a" |
| 2136 | + integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg== |
| 2137 | + dependencies: |
| 2138 | + "@babel/helper-string-parser" "^7.25.9" |
| 2139 | + "@babel/helper-validator-identifier" "^7.25.9" |
| 2140 | + |
2131 | 2141 | "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3":
|
2132 | 2142 | version "7.23.3"
|
2133 | 2143 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598"
|
|
2845 | 2855 | semver "^6.1.0"
|
2846 | 2856 | strip-ansi "^6.0.0"
|
2847 | 2857 |
|
2848 |
| -"@vue/compiler- [email protected]": |
2849 |
| - version "2.7.16" |
2850 |
| - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.16.tgz#ff81711a0fac9c68683d8bb00b63f857de77dc83" |
2851 |
| - integrity sha512-KWhJ9k5nXuNtygPU7+t1rX6baZeqOYLEforUPjgNDBnLicfHCoi48H87Q8XyLZOrNNsmhuwKqtpDQWjEFe6Ekg== |
| 2858 | +"@vue/compiler- [email protected]": |
| 2859 | + version "3.0.0" |
| 2860 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.0.tgz#25e4f079cf6c39f83bad23700f814c619105a0f2" |
| 2861 | + integrity sha512-XqPC7vdv4rFE77S71oCHmT1K4Ks3WE2Gi6Lr4B5wn0Idmp+NyQQBUHsCNieMDRiEpgtJrw+yOHslrsV0AfAsfQ== |
2852 | 2862 | dependencies:
|
2853 |
| - "@babel/parser" "^7.23.5" |
2854 |
| - postcss "^8.4.14" |
| 2863 | + "@babel/parser" "^7.11.5" |
| 2864 | + "@babel/types" "^7.11.5" |
| 2865 | + "@vue/shared" "3.0.0" |
| 2866 | + estree-walker "^2.0.1" |
2855 | 2867 | source-map "^0.6.1"
|
2856 |
| - optionalDependencies: |
2857 |
| - prettier "^1.18.2 || ^2.0.0" |
| 2868 | + |
| 2869 | + |
| 2870 | + version "3.0.0" |
| 2871 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.0.0.tgz#4cbb48fcf1f852daef2babcf9953b681ac463526" |
| 2872 | + integrity sha512-ukDEGOP8P7lCPyStuM3F2iD5w2QPgUu2xwCW2XNeqPjFKIlR2xMsWjy4raI/cLjN6W16GtlMFaZdK8tLj5PRog== |
| 2873 | + dependencies: |
| 2874 | + "@vue/compiler-core" "3.0.0" |
| 2875 | + "@vue/shared" "3.0.0" |
2858 | 2876 |
|
2859 | 2877 | "@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2":
|
2860 | 2878 | version "3.3.0"
|
|
2887 | 2905 | resolved "https://registry.yarnpkg.com/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.2.tgz#ceb924b4ecb3b9c43871c7a429a02f8423e621ab"
|
2888 | 2906 | integrity sha512-LIZMuJk38pk9U9Ur4YzHjlIyMuxPlACdBIHH9/nGYVTsaGKOSnSuELiE8vS9wa+dJpIYspYUOqk+L1Q4pgHQHQ==
|
2889 | 2907 |
|
| 2908 | + |
| 2909 | + version "3.0.0" |
| 2910 | + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.0.0.tgz#fd15632a608650ce2a969c721787e27e2c80aa6b" |
| 2911 | + integrity sha512-mEGkztGQrAPZRhV7C6PorrpT3+NtuA4dY2QjMzzrW31noKhssWTajRZTwpLF39NBRrF5UU6cp9+1I0FfavMgEQ== |
| 2912 | + dependencies: |
| 2913 | + "@vue/shared" "3.0.0" |
| 2914 | + |
| 2915 | + |
| 2916 | + version "3.0.0" |
| 2917 | + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.0.0.tgz#480febf1bfe32798b6abbd71a88f8e8b473a51c2" |
| 2918 | + integrity sha512-3ABMLeA0ZbeVNLbGGLXr+pNUwqXILOqz8WCVGfDWwQb+jW114Cm8djOHVVDoqdvRETQvDf8yHSUmpKHZpQuTkA== |
| 2919 | + dependencies: |
| 2920 | + "@vue/reactivity" "3.0.0" |
| 2921 | + "@vue/shared" "3.0.0" |
| 2922 | + |
| 2923 | + |
| 2924 | + version "3.0.0" |
| 2925 | + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.0.0.tgz#e0d1f7c7e22e1318696014cc3501e06b288c2e11" |
| 2926 | + integrity sha512-f312n5w9gK6mVvkDSj6/Xnot1XjlKXzFBYybmoy6ahAVC8ExbQ+LOWti1IZM/adU8VMNdKaw7Q53Hxz3y5jX8g== |
| 2927 | + dependencies: |
| 2928 | + "@vue/runtime-core" "3.0.0" |
| 2929 | + "@vue/shared" "3.0.0" |
| 2930 | + csstype "^2.6.8" |
| 2931 | + |
| 2932 | + |
| 2933 | + version "3.0.0" |
| 2934 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.0.0.tgz#ec089236629ecc0f10346b92f101ff4339169f1a" |
| 2935 | + integrity sha512-4XWL/avABGxU2E2ZF1eZq3Tj7fvksCMssDZUHOykBIMmh5d+KcAnQMC5XHMhtnA0NAvktYsA2YpdsVwVmhWzvA== |
| 2936 | + |
2890 | 2937 | "@vue/web-component-wrapper@^1.2.0":
|
2891 | 2938 | version "1.3.0"
|
2892 | 2939 | resolved "https://registry.yarnpkg.com/@vue/web-component-wrapper/-/web-component-wrapper-1.3.0.tgz#b6b40a7625429d2bd7c2281ddba601ed05dc7f1a"
|
@@ -4780,10 +4827,10 @@ csso@^4.0.2:
|
4780 | 4827 | dependencies:
|
4781 | 4828 | css-tree "^1.1.2"
|
4782 | 4829 |
|
4783 |
| -csstype@^3.1.0: |
4784 |
| - version "3.1.1" |
4785 |
| - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9" |
4786 |
| - integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== |
| 4830 | +csstype@^2.6.8: |
| 4831 | + version "2.6.21" |
| 4832 | + resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.21.tgz#2efb85b7cc55c80017c66a5ad7cbd931fda3a90e" |
| 4833 | + integrity sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w== |
4787 | 4834 |
|
4788 | 4835 | cyclist@^1.0.1:
|
4789 | 4836 | version "1.0.1"
|
@@ -5685,6 +5732,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
|
5685 | 5732 | resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
5686 | 5733 | integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
|
5687 | 5734 |
|
| 5735 | +estree-walker@^2.0.1: |
| 5736 | + version "2.0.2" |
| 5737 | + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" |
| 5738 | + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
| 5739 | + |
5688 | 5740 | esutils@^2.0.2:
|
5689 | 5741 | version "2.0.3"
|
5690 | 5742 | resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
|
@@ -8235,7 +8287,7 @@ nan@^2.12.1:
|
8235 | 8287 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
|
8236 | 8288 | integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
|
8237 | 8289 |
|
8238 |
| -nanoid@^3.1.12, nanoid@^3.1.31, nanoid@^3.3.4: |
| 8290 | +nanoid@^3.1.12, nanoid@^3.1.31: |
8239 | 8291 | version "3.3.8"
|
8240 | 8292 | resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
|
8241 | 8293 | integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
|
@@ -9311,15 +9363,6 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.27, postcss@^7.0.3
|
9311 | 9363 | picocolors "^0.2.1"
|
9312 | 9364 | source-map "^0.6.1"
|
9313 | 9365 |
|
9314 |
| -postcss@^8.4.14: |
9315 |
| - version "8.4.21" |
9316 |
| - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4" |
9317 |
| - integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== |
9318 |
| - dependencies: |
9319 |
| - nanoid "^3.3.4" |
9320 |
| - picocolors "^1.0.0" |
9321 |
| - source-map-js "^1.0.2" |
9322 |
| - |
9323 | 9366 | prelude-ls@^1.2.1:
|
9324 | 9367 | version "1.2.1"
|
9325 | 9368 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
@@ -10294,11 +10337,6 @@ source-list-map@^2.0.0:
|
10294 | 10337 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
10295 | 10338 | integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
10296 | 10339 |
|
10297 |
| -source-map-js@^1.0.2: |
10298 |
| - version "1.0.2" |
10299 |
| - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" |
10300 |
| - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
10301 |
| - |
10302 | 10340 | source-map-resolve@^0.5.0, source-map-resolve@^0.5.1:
|
10303 | 10341 | version "0.5.3"
|
10304 | 10342 | resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
@@ -11597,13 +11635,14 @@ vue-template-es2015-compiler@^1.9.0:
|
11597 | 11635 | resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
11598 | 11636 | integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
11599 | 11637 |
|
11600 |
| -vue@2.7.16: |
11601 |
| - version "2.7.16" |
11602 |
| - resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.16.tgz#98c60de9def99c0e3da8dae59b304ead43b967c9" |
11603 |
| - integrity sha512-4gCtFXaAA3zYZdTp5s4Hl2sozuySsgz4jy1EnpBHNfpMa9dK1ZCG7viqBPCwXtmgc8nHqUsAu3G4gtmXkkY3Sw== |
| 11638 | +vue@3.0.0: |
| 11639 | + version "3.0.0" |
| 11640 | + resolved "https://registry.yarnpkg.com/vue/-/vue-3.0.0.tgz#cfb5df5c34efce319b113a1667d12b74dcfd9c90" |
| 11641 | + integrity sha512-ZMrAARZ32sGIaYKr7Fk2GZEBh/VhulSrGxcGBiAvbN4fhjl3tuJyNFbbbLFqGjndbLoBW66I2ECq8ICdvkKdJw== |
11604 | 11642 | dependencies:
|
11605 |
| - "@vue/compiler-sfc" "2.7.16" |
11606 |
| - csstype "^3.1.0" |
| 11643 | + "@vue/compiler-dom" "3.0.0" |
| 11644 | + "@vue/runtime-dom" "3.0.0" |
| 11645 | + "@vue/shared" "3.0.0" |
11607 | 11646 |
|
11608 | 11647 |
|
11609 | 11648 | version "8.0.2"
|
|
0 commit comments