891dba13 by fonghehe

chore: 更新依赖

1 parent 766a08bf
1 MIT License
2
3 Copyright (c) 2018 vue2-h5-template
4
5 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
6 documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
7 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
8 persons to whom the Software is furnished to do so, subject to the following conditions:
9
10 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
11 Software.
12
13 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
14 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
15 COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
16 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 // 获取 VUE_APP_ENV 非 NODE_ENV,测试环境依然 console 1 // 获取 VUE_APP_ENV 非 NODE_ENV,测试环境依然 console
2
2 const IS_PROD = ['production', 'prod'].includes(process.env.VUE_APP_ENV) 3 const IS_PROD = ['production', 'prod'].includes(process.env.VUE_APP_ENV)
3 const plugins = [ 4 const plugins = [
4 [ 5 [
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <div class="index-container"> 2 <div class="index-container">
3 <div class="warpper"> 3 <div class="warpper">
4 <h1 class="demo-home__title"> 4 <h1 class="demo-home__title">
5 <img src="https://www.sunniejs.cn/static/weapp/logo.png" /><span> VUE H5开发模板</span> 5 <img src="https://cdn.jsdelivr.net/gh/fonghehe/picture/vue-h5-template/logo.png" /><span> VUE H5开发模板</span>
6 </h1> 6 </h1>
7 <h2 class="demo-home__desc">A vue h5 template with Vant UI</h2> 7 <h2 class="demo-home__desc">A vue h5 template with Vant UI</h2>
8 </div> 8 </div>
......
...@@ -26,11 +26,16 @@ ...@@ -26,11 +26,16 @@
26 dependencies: 26 dependencies:
27 "@babel/highlight" "^7.18.6" 27 "@babel/highlight" "^7.18.6"
28 28
29 "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8": 29 "@babel/compat-data@^7.17.7":
30 version "7.18.8" 30 version "7.18.8"
31 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" 31 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d"
32 integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== 32 integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==
33 33
34 "@babel/compat-data@^7.18.8":
35 version "7.18.13"
36 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.13.tgz#6aff7b350a1e8c3e40b029e46cbe78e24a913483"
37 integrity sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==
38
34 "@babel/core@^7.12.16": 39 "@babel/core@^7.12.16":
35 version "7.18.9" 40 version "7.18.9"
36 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" 41 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59"
...@@ -53,20 +58,20 @@ ...@@ -53,20 +58,20 @@
53 semver "^6.3.0" 58 semver "^6.3.0"
54 59
55 "@babel/core@^7.18.10": 60 "@babel/core@^7.18.10":
56 version "7.18.10" 61 version "7.18.13"
57 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8" 62 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.13.tgz#9be8c44512751b05094a4d3ab05fc53a47ce00ac"
58 integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== 63 integrity sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==
59 dependencies: 64 dependencies:
60 "@ampproject/remapping" "^2.1.0" 65 "@ampproject/remapping" "^2.1.0"
61 "@babel/code-frame" "^7.18.6" 66 "@babel/code-frame" "^7.18.6"
62 "@babel/generator" "^7.18.10" 67 "@babel/generator" "^7.18.13"
63 "@babel/helper-compilation-targets" "^7.18.9" 68 "@babel/helper-compilation-targets" "^7.18.9"
64 "@babel/helper-module-transforms" "^7.18.9" 69 "@babel/helper-module-transforms" "^7.18.9"
65 "@babel/helpers" "^7.18.9" 70 "@babel/helpers" "^7.18.9"
66 "@babel/parser" "^7.18.10" 71 "@babel/parser" "^7.18.13"
67 "@babel/template" "^7.18.10" 72 "@babel/template" "^7.18.10"
68 "@babel/traverse" "^7.18.10" 73 "@babel/traverse" "^7.18.13"
69 "@babel/types" "^7.18.10" 74 "@babel/types" "^7.18.13"
70 convert-source-map "^1.7.0" 75 convert-source-map "^1.7.0"
71 debug "^4.1.0" 76 debug "^4.1.0"
72 gensync "^1.0.0-beta.2" 77 gensync "^1.0.0-beta.2"
...@@ -82,21 +87,12 @@ ...@@ -82,21 +87,12 @@
82 eslint-visitor-keys "^2.1.0" 87 eslint-visitor-keys "^2.1.0"
83 semver "^6.3.0" 88 semver "^6.3.0"
84 89
85 "@babel/generator@^7.18.10": 90 "@babel/generator@^7.18.13", "@babel/generator@^7.18.9":
86 version "7.18.12" 91 version "7.18.13"
87 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.12.tgz#fa58daa303757bd6f5e4bbca91b342040463d9f4" 92 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.13.tgz#59550cbb9ae79b8def15587bdfbaa388c4abf212"
88 integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg== 93 integrity sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==
89 dependencies: 94 dependencies:
90 "@babel/types" "^7.18.10" 95 "@babel/types" "^7.18.13"
91 "@jridgewell/gen-mapping" "^0.3.2"
92 jsesc "^2.5.1"
93
94 "@babel/generator@^7.18.9":
95 version "7.18.9"
96 resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5"
97 integrity sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==
98 dependencies:
99 "@babel/types" "^7.18.9"
100 "@jridgewell/gen-mapping" "^0.3.2" 96 "@jridgewell/gen-mapping" "^0.3.2"
101 jsesc "^2.5.1" 97 jsesc "^2.5.1"
102 98
...@@ -310,12 +306,12 @@ ...@@ -310,12 +306,12 @@
310 chalk "^2.0.0" 306 chalk "^2.0.0"
311 js-tokens "^4.0.0" 307 js-tokens "^4.0.0"
312 308
313 "@babel/parser@^7.18.10", "@babel/parser@^7.18.11": 309 "@babel/parser@^7.18.10", "@babel/parser@^7.18.13", "@babel/parser@^7.18.4", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9":
314 version "7.18.11" 310 version "7.18.13"
315 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9" 311 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.13.tgz#5b2dd21cae4a2c5145f1fbd8ca103f9313d3b7e4"
316 integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ== 312 integrity sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==
317 313
318 "@babel/parser@^7.18.4", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9", "@babel/parser@^7.7.0": 314 "@babel/parser@^7.7.0":
319 version "7.18.9" 315 version "7.18.9"
320 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" 316 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539"
321 integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg== 317 integrity sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==
...@@ -958,7 +954,7 @@ ...@@ -958,7 +954,7 @@
958 dependencies: 954 dependencies:
959 regenerator-runtime "^0.13.4" 955 regenerator-runtime "^0.13.4"
960 956
961 "@babel/template@^7.0.0", "@babel/template@^7.18.6": 957 "@babel/template@^7.0.0":
962 version "7.18.6" 958 version "7.18.6"
963 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31" 959 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.6.tgz#1283f4993e00b929d6e2d3c72fdc9168a2977a31"
964 integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw== 960 integrity sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==
...@@ -967,7 +963,7 @@ ...@@ -967,7 +963,7 @@
967 "@babel/parser" "^7.18.6" 963 "@babel/parser" "^7.18.6"
968 "@babel/types" "^7.18.6" 964 "@babel/types" "^7.18.6"
969 965
970 "@babel/template@^7.18.10": 966 "@babel/template@^7.18.10", "@babel/template@^7.18.6":
971 version "7.18.10" 967 version "7.18.10"
972 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" 968 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
973 integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== 969 integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
...@@ -976,7 +972,7 @@ ...@@ -976,7 +972,7 @@
976 "@babel/parser" "^7.18.10" 972 "@babel/parser" "^7.18.10"
977 "@babel/types" "^7.18.10" 973 "@babel/types" "^7.18.10"
978 974
979 "@babel/traverse@^7.0.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0": 975 "@babel/traverse@^7.0.0", "@babel/traverse@^7.7.0":
980 version "7.18.9" 976 version "7.18.9"
981 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" 977 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98"
982 integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg== 978 integrity sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==
...@@ -992,23 +988,23 @@ ...@@ -992,23 +988,23 @@
992 debug "^4.1.0" 988 debug "^4.1.0"
993 globals "^11.1.0" 989 globals "^11.1.0"
994 990
995 "@babel/traverse@^7.18.10": 991 "@babel/traverse@^7.18.13", "@babel/traverse@^7.18.9":
996 version "7.18.11" 992 version "7.18.13"
997 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f" 993 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.13.tgz#5ab59ef51a997b3f10c4587d648b9696b6cb1a68"
998 integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ== 994 integrity sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==
999 dependencies: 995 dependencies:
1000 "@babel/code-frame" "^7.18.6" 996 "@babel/code-frame" "^7.18.6"
1001 "@babel/generator" "^7.18.10" 997 "@babel/generator" "^7.18.13"
1002 "@babel/helper-environment-visitor" "^7.18.9" 998 "@babel/helper-environment-visitor" "^7.18.9"
1003 "@babel/helper-function-name" "^7.18.9" 999 "@babel/helper-function-name" "^7.18.9"
1004 "@babel/helper-hoist-variables" "^7.18.6" 1000 "@babel/helper-hoist-variables" "^7.18.6"
1005 "@babel/helper-split-export-declaration" "^7.18.6" 1001 "@babel/helper-split-export-declaration" "^7.18.6"
1006 "@babel/parser" "^7.18.11" 1002 "@babel/parser" "^7.18.13"
1007 "@babel/types" "^7.18.10" 1003 "@babel/types" "^7.18.13"
1008 debug "^4.1.0" 1004 debug "^4.1.0"
1009 globals "^11.1.0" 1005 globals "^11.1.0"
1010 1006
1011 "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4", "@babel/types@^7.7.0": 1007 "@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1012 version "7.18.9" 1008 version "7.18.9"
1013 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" 1009 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f"
1014 integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg== 1010 integrity sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==
...@@ -1016,23 +1012,23 @@ ...@@ -1016,23 +1012,23 @@
1016 "@babel/helper-validator-identifier" "^7.18.6" 1012 "@babel/helper-validator-identifier" "^7.18.6"
1017 to-fast-properties "^2.0.0" 1013 to-fast-properties "^2.0.0"
1018 1014
1019 "@babel/types@^7.18.10": 1015 "@babel/types@^7.18.10", "@babel/types@^7.18.13", "@babel/types@^7.18.6", "@babel/types@^7.18.9":
1020 version "7.18.10" 1016 version "7.18.13"
1021 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" 1017 resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a"
1022 integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== 1018 integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==
1023 dependencies: 1019 dependencies:
1024 "@babel/helper-string-parser" "^7.18.10" 1020 "@babel/helper-string-parser" "^7.18.10"
1025 "@babel/helper-validator-identifier" "^7.18.6" 1021 "@babel/helper-validator-identifier" "^7.18.6"
1026 to-fast-properties "^2.0.0" 1022 to-fast-properties "^2.0.0"
1027 1023
1028 "@eslint/eslintrc@^1.3.0": 1024 "@eslint/eslintrc@^1.3.1":
1029 version "1.3.0" 1025 version "1.3.1"
1030 resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" 1026 resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
1031 integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw== 1027 integrity sha512-OhSY22oQQdw3zgPOOwdoj01l/Dzl1Z+xyUP33tkSN+aqyEhymJCcPHyXt+ylW8FSe0TfRC2VG+ROQOapD0aZSQ==
1032 dependencies: 1028 dependencies:
1033 ajv "^6.12.4" 1029 ajv "^6.12.4"
1034 debug "^4.3.2" 1030 debug "^4.3.2"
1035 espree "^9.3.2" 1031 espree "^9.4.0"
1036 globals "^13.15.0" 1032 globals "^13.15.0"
1037 ignore "^5.2.0" 1033 ignore "^5.2.0"
1038 import-fresh "^3.2.1" 1034 import-fresh "^3.2.1"
...@@ -1066,6 +1062,11 @@ ...@@ -1066,6 +1062,11 @@
1066 resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d" 1062 resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
1067 integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA== 1063 integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
1068 1064
1065 "@humanwhocodes/module-importer@^1.0.1":
1066 version "1.0.1"
1067 resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
1068 integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
1069
1069 "@humanwhocodes/object-schema@^1.2.1": 1070 "@humanwhocodes/object-schema@^1.2.1":
1070 version "1.2.1" 1071 version "1.2.1"
1071 resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" 1072 resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
...@@ -1111,7 +1112,7 @@ ...@@ -1111,7 +1112,7 @@
1111 resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" 1112 resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
1112 integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== 1113 integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
1113 1114
1114 "@jridgewell/trace-mapping@^0.3.7", "@jridgewell/trace-mapping@^0.3.9": 1115 "@jridgewell/trace-mapping@^0.3.7":
1115 version "0.3.14" 1116 version "0.3.14"
1116 resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed" 1117 resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
1117 integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ== 1118 integrity sha512-bJWEfQ9lPTvm3SneWwRFVLzrh6nhjwqw7TUFFBEMzwvg7t7PCDenf2lDwqo4NQXzdpgBXyFgDWnQA+2vkruksQ==
...@@ -1119,6 +1120,14 @@ ...@@ -1119,6 +1120,14 @@
1119 "@jridgewell/resolve-uri" "^3.0.3" 1120 "@jridgewell/resolve-uri" "^3.0.3"
1120 "@jridgewell/sourcemap-codec" "^1.4.10" 1121 "@jridgewell/sourcemap-codec" "^1.4.10"
1121 1122
1123 "@jridgewell/trace-mapping@^0.3.9":
1124 version "0.3.15"
1125 resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz#aba35c48a38d3fd84b37e66c9c0423f9744f9774"
1126 integrity sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==
1127 dependencies:
1128 "@jridgewell/resolve-uri" "^3.0.3"
1129 "@jridgewell/sourcemap-codec" "^1.4.10"
1130
1122 "@leichtgewicht/ip-codec@^2.0.1": 1131 "@leichtgewicht/ip-codec@^2.0.1":
1123 version "2.0.4" 1132 version "2.0.4"
1124 resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b" 1133 resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz#b2ac626d6cb9c8718ab459166d4bb405b8ffa78b"
...@@ -1613,10 +1622,10 @@ ...@@ -1613,10 +1622,10 @@
1613 semver "^7.3.4" 1622 semver "^7.3.4"
1614 strip-ansi "^6.0.0" 1623 strip-ansi "^6.0.0"
1615 1624
1616 "@vue/compiler-sfc@2.7.8": 1625 "@vue/compiler-sfc@2.7.10":
1617 version "2.7.8" 1626 version "2.7.10"
1618 resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.8.tgz#731aadd6beafdb9c72fd8614ce189ac6cee87612" 1627 resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.10.tgz#3fe08e780053a3bbf41328c65ae5dfdee0385206"
1619 integrity sha512-2DK4YWKfgLnW9VDR9gnju1gcYRk3flKj8UNsms7fsRmFcg35slVTZEkqwBtX+wJBXaamFfn6NxSsZh3h12Ix/Q== 1628 integrity sha512-55Shns6WPxlYsz4WX7q9ZJBL77sKE1ZAYNYStLs6GbhIOMrNtjMvzcob6gu3cGlfpCR4bT7NXgyJ3tly2+Hx8Q==
1620 dependencies: 1629 dependencies:
1621 "@babel/parser" "^7.18.4" 1630 "@babel/parser" "^7.18.4"
1622 postcss "^8.4.14" 1631 postcss "^8.4.14"
...@@ -2197,11 +2206,16 @@ caniuse-api@^3.0.0: ...@@ -2197,11 +2206,16 @@ caniuse-api@^3.0.0:
2197 lodash.memoize "^4.1.2" 2206 lodash.memoize "^4.1.2"
2198 lodash.uniq "^4.5.0" 2207 lodash.uniq "^4.5.0"
2199 2208
2200 caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001373: 2209 caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001373:
2201 version "1.0.30001373" 2210 version "1.0.30001373"
2202 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz#2dc3bc3bfcb5d5a929bec11300883040d7b4b4be" 2211 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001373.tgz#2dc3bc3bfcb5d5a929bec11300883040d7b4b4be"
2203 integrity sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ== 2212 integrity sha512-pJYArGHrPp3TUqQzFYRmP/lwJlj8RCbVe3Gd3eJQkAV8SAC6b19XS9BjMvRdvaS8RMkaTN8ZhoHP6S1y8zzwEQ==
2204 2213
2214 caniuse-lite@^1.0.30001370:
2215 version "1.0.30001388"
2216 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001388.tgz#88e01f4591cbd81f9f665f3f078c66b509fbe55d"
2217 integrity sha512-znVbq4OUjqgLxMxoNX2ZeeLR0d7lcDiE5uJ4eUiWdml1J1EkxbnQq6opT9jb9SMfJxB0XA16/ziHwni4u1I3GQ==
2218
2205 case-sensitive-paths-webpack-plugin@^2.3.0: 2219 case-sensitive-paths-webpack-plugin@^2.3.0:
2206 version "2.4.0" 2220 version "2.4.0"
2207 resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4" 2221 resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
...@@ -2474,7 +2488,12 @@ core-js-compat@^3.21.0, core-js-compat@^3.22.1, core-js-compat@^3.8.3: ...@@ -2474,7 +2488,12 @@ core-js-compat@^3.21.0, core-js-compat@^3.22.1, core-js-compat@^3.8.3:
2474 browserslist "^4.21.3" 2488 browserslist "^4.21.3"
2475 semver "7.0.0" 2489 semver "7.0.0"
2476 2490
2477 core-js@^3.23.3, core-js@^3.8.3: 2491 core-js@^3.23.3:
2492 version "3.25.0"
2493 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb"
2494 integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA==
2495
2496 core-js@^3.8.3:
2478 version "3.24.1" 2497 version "3.24.1"
2479 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.1.tgz#cf7724d41724154010a6576b7b57d94c5d66e64f" 2498 resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.24.1.tgz#cf7724d41724154010a6576b7b57d94c5d66e64f"
2480 integrity sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg== 2499 integrity sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==
...@@ -2825,9 +2844,9 @@ ee-first@1.1.1: ...@@ -2825,9 +2844,9 @@ ee-first@1.1.1:
2825 integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== 2844 integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
2826 2845
2827 electron-to-chromium@^1.4.202: 2846 electron-to-chromium@^1.4.202:
2828 version "1.4.206" 2847 version "1.4.241"
2829 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.206.tgz#580ff85b54d7ec0c05f20b1e37ea0becdd7b0ee4" 2848 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.241.tgz#5aa03ab94db590d8269f4518157c24b1efad34d6"
2830 integrity sha512-h+Fadt1gIaQ06JaIiyqPsBjJ08fV5Q7md+V8bUvQW/9OvXfL2LRICTz2EcnnCP7QzrFTS6/27MRV6Bl9Yn97zA== 2849 integrity sha512-e7Wsh4ilaioBZ5bMm6+F4V5c11dh56/5Jwz7Hl5Tu1J7cnB+Pqx5qIF2iC7HPpfyQMqGSvvLP5bBAIDd2gAtGw==
2831 2850
2832 emoji-regex@^8.0.0: 2851 emoji-regex@^8.0.0:
2833 version "8.0.0" 2852 version "8.0.0"
...@@ -2916,9 +2935,9 @@ eslint-plugin-prettier@^4.2.1: ...@@ -2916,9 +2935,9 @@ eslint-plugin-prettier@^4.2.1:
2916 prettier-linter-helpers "^1.0.0" 2935 prettier-linter-helpers "^1.0.0"
2917 2936
2918 eslint-plugin-vue@^9.2.0: 2937 eslint-plugin-vue@^9.2.0:
2919 version "9.3.0" 2938 version "9.4.0"
2920 resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.3.0.tgz#c3f5ce515dae387e062428725c5cf96098d9da0b" 2939 resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-9.4.0.tgz#31c2d9002b5bb437b351a5feffdf37c4397e5cb9"
2921 integrity sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ== 2940 integrity sha512-Nzz2QIJ8FG+rtJaqT/7/ru5ie2XgT9KCudkbN0y3uFYhQ41nuHEaboLAiqwMcK006hZPQv/rVMRhUIwEGhIvfQ==
2922 dependencies: 2941 dependencies:
2923 eslint-utils "^3.0.0" 2942 eslint-utils "^3.0.0"
2924 natural-compare "^1.4.0" 2943 natural-compare "^1.4.0"
...@@ -2978,13 +2997,14 @@ eslint-webpack-plugin@^3.1.0: ...@@ -2978,13 +2997,14 @@ eslint-webpack-plugin@^3.1.0:
2978 schema-utils "^4.0.0" 2997 schema-utils "^4.0.0"
2979 2998
2980 eslint@^8.22.0: 2999 eslint@^8.22.0:
2981 version "8.22.0" 3000 version "8.23.0"
2982 resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48" 3001 resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
2983 integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA== 3002 integrity sha512-pBG/XOn0MsJcKcTRLr27S5HpzQo4kLr+HjLQIyK4EiCsijDl/TB+h5uEuJU6bQ8Edvwz1XWOjpaP2qgnXGpTcA==
2984 dependencies: 3003 dependencies:
2985 "@eslint/eslintrc" "^1.3.0" 3004 "@eslint/eslintrc" "^1.3.1"
2986 "@humanwhocodes/config-array" "^0.10.4" 3005 "@humanwhocodes/config-array" "^0.10.4"
2987 "@humanwhocodes/gitignore-to-minimatch" "^1.0.2" 3006 "@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
3007 "@humanwhocodes/module-importer" "^1.0.1"
2988 ajv "^6.10.0" 3008 ajv "^6.10.0"
2989 chalk "^4.0.0" 3009 chalk "^4.0.0"
2990 cross-spawn "^7.0.2" 3010 cross-spawn "^7.0.2"
...@@ -2994,7 +3014,7 @@ eslint@^8.22.0: ...@@ -2994,7 +3014,7 @@ eslint@^8.22.0:
2994 eslint-scope "^7.1.1" 3014 eslint-scope "^7.1.1"
2995 eslint-utils "^3.0.0" 3015 eslint-utils "^3.0.0"
2996 eslint-visitor-keys "^3.3.0" 3016 eslint-visitor-keys "^3.3.0"
2997 espree "^9.3.3" 3017 espree "^9.4.0"
2998 esquery "^1.4.0" 3018 esquery "^1.4.0"
2999 esutils "^2.0.2" 3019 esutils "^2.0.2"
3000 fast-deep-equal "^3.1.3" 3020 fast-deep-equal "^3.1.3"
...@@ -3020,21 +3040,11 @@ eslint@^8.22.0: ...@@ -3020,21 +3040,11 @@ eslint@^8.22.0:
3020 strip-ansi "^6.0.1" 3040 strip-ansi "^6.0.1"
3021 strip-json-comments "^3.1.0" 3041 strip-json-comments "^3.1.0"
3022 text-table "^0.2.0" 3042 text-table "^0.2.0"
3023 v8-compile-cache "^2.0.3"
3024 3043
3025 espree@^9.3.1, espree@^9.3.2: 3044 espree@^9.3.1, espree@^9.4.0:
3026 version "9.3.2" 3045 version "9.4.0"
3027 resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.2.tgz#f58f77bd334731182801ced3380a8cc859091596" 3046 resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.0.tgz#cd4bc3d6e9336c433265fc0aa016fc1aaf182f8a"
3028 integrity sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA== 3047 integrity sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==
3029 dependencies:
3030 acorn "^8.7.1"
3031 acorn-jsx "^5.3.2"
3032 eslint-visitor-keys "^3.3.0"
3033
3034 espree@^9.3.3:
3035 version "9.3.3"
3036 resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
3037 integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
3038 dependencies: 3048 dependencies:
3039 acorn "^8.8.0" 3049 acorn "^8.8.0"
3040 acorn-jsx "^5.3.2" 3050 acorn-jsx "^5.3.2"
...@@ -3280,9 +3290,9 @@ flat-cache@^3.0.4: ...@@ -3280,9 +3290,9 @@ flat-cache@^3.0.4:
3280 rimraf "^3.0.2" 3290 rimraf "^3.0.2"
3281 3291
3282 flatted@^3.1.0: 3292 flatted@^3.1.0:
3283 version "3.2.6" 3293 version "3.2.7"
3284 resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2" 3294 resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
3285 integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ== 3295 integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
3286 3296
3287 follow-redirects@^1.0.0, follow-redirects@^1.14.9: 3297 follow-redirects@^1.0.0, follow-redirects@^1.14.9:
3288 version "1.15.1" 3298 version "1.15.1"
...@@ -4876,7 +4886,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: ...@@ -4876,7 +4886,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
4876 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" 4886 resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
4877 integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== 4887 integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
4878 4888
4879 postcss@>=5.0.2, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.7: 4889 postcss@>=5.0.2, postcss@^8.2.6, postcss@^8.3.5, postcss@^8.4.7:
4880 version "8.4.14" 4890 version "8.4.14"
4881 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" 4891 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf"
4882 integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== 4892 integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==
...@@ -4893,6 +4903,15 @@ postcss@^7.0.36: ...@@ -4893,6 +4903,15 @@ postcss@^7.0.36:
4893 picocolors "^0.2.1" 4903 picocolors "^0.2.1"
4894 source-map "^0.6.1" 4904 source-map "^0.6.1"
4895 4905
4906 postcss@^8.4.14:
4907 version "8.4.16"
4908 resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.16.tgz#33a1d675fac39941f5f445db0de4db2b6e01d43c"
4909 integrity sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==
4910 dependencies:
4911 nanoid "^3.3.4"
4912 picocolors "^1.0.0"
4913 source-map-js "^1.0.2"
4914
4896 prelude-ls@^1.2.1: 4915 prelude-ls@^1.2.1:
4897 version "1.2.1" 4916 version "1.2.1"
4898 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" 4917 resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
...@@ -5202,9 +5221,9 @@ sass-loader@^13.0.2: ...@@ -5202,9 +5221,9 @@ sass-loader@^13.0.2:
5202 neo-async "^2.6.2" 5221 neo-async "^2.6.2"
5203 5222
5204 sass@^1.54.4: 5223 sass@^1.54.4:
5205 version "1.54.4" 5224 version "1.54.8"
5206 resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.4.tgz#803ff2fef5525f1dd01670c3915b4b68b6cba72d" 5225 resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.8.tgz#4adef0dd86ea2b1e4074f551eeda4fc5f812a996"
5207 integrity sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA== 5226 integrity sha512-ib4JhLRRgbg6QVy6bsv5uJxnJMTS2soVcCp9Y88Extyy13A8vV0G1fAwujOzmNkFQbR3LvedudAMbtuNRPbQww==
5208 dependencies: 5227 dependencies:
5209 chokidar ">=3.0.0 <4.0.0" 5228 chokidar ">=3.0.0 <4.0.0"
5210 immutable "^4.0.0" 5229 immutable "^4.0.0"
...@@ -5779,9 +5798,9 @@ unpipe@1.0.0, unpipe@~1.0.0: ...@@ -5779,9 +5798,9 @@ unpipe@1.0.0, unpipe@~1.0.0:
5779 integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== 5798 integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==
5780 5799
5781 update-browserslist-db@^1.0.5: 5800 update-browserslist-db@^1.0.5:
5782 version "1.0.5" 5801 version "1.0.7"
5783 resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38" 5802 resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.7.tgz#16279639cff1d0f800b14792de43d97df2d11b7d"
5784 integrity sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q== 5803 integrity sha512-iN/XYesmZ2RmmWAiI4Z5rq0YqSiv0brj9Ce9CfhNE4xIW2h+MFxcgkxIzZ+ShkFPUkjU3gQ+3oypadD3RAMtrg==
5785 dependencies: 5804 dependencies:
5786 escalade "^3.1.1" 5805 escalade "^3.1.1"
5787 picocolors "^1.0.0" 5806 picocolors "^1.0.0"
...@@ -5813,11 +5832,6 @@ uuid@^8.3.2: ...@@ -5813,11 +5832,6 @@ uuid@^8.3.2:
5813 resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" 5832 resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
5814 integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== 5833 integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
5815 5834
5816 v8-compile-cache@^2.0.3:
5817 version "2.3.0"
5818 resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
5819 integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
5820
5821 validate-npm-package-license@^3.0.1: 5835 validate-npm-package-license@^3.0.1:
5822 version "3.0.4" 5836 version "3.0.4"
5823 resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" 5837 resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
...@@ -5875,9 +5889,9 @@ vue-loader@^17.0.0: ...@@ -5875,9 +5889,9 @@ vue-loader@^17.0.0:
5875 loader-utils "^2.0.0" 5889 loader-utils "^2.0.0"
5876 5890
5877 vue-router@^3.5.4: 5891 vue-router@^3.5.4:
5878 version "3.5.4" 5892 version "3.6.4"
5879 resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.4.tgz#c453c0b36bc75554de066fefc3f2a9c3212aca70" 5893 resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.6.4.tgz#46b77eca93cd69f6840c4730b13976a130144ecc"
5880 integrity sha512-x+/DLAJZv2mcQ7glH2oV9ze8uPwcI+H+GgTgTmb5I55bCgY3+vXWIsqbYUzbBSZnwFHEJku4eoaH/x98veyymQ== 5894 integrity sha512-QSJs5aKKPiwBH++gelVbnq0ZFbUZXjlsjAklUM+F8dtd49YY72QsD1uGpBk/cqLK1bkZ8HiqPjS8NkhaGtpqHw==
5881 5895
5882 vue-style-loader@^4.1.0, vue-style-loader@^4.1.3: 5896 vue-style-loader@^4.1.0, vue-style-loader@^4.1.3:
5883 version "4.1.3" 5897 version "4.1.3"
...@@ -5893,11 +5907,11 @@ vue-template-es2015-compiler@^1.9.0: ...@@ -5893,11 +5907,11 @@ vue-template-es2015-compiler@^1.9.0:
5893 integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== 5907 integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
5894 5908
5895 vue@^2.7.8: 5909 vue@^2.7.8:
5896 version "2.7.8" 5910 version "2.7.10"
5897 resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.8.tgz#34e06553137611d8cecc4b0cd78b7a59f80b1299" 5911 resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.10.tgz#ae516cc6c88e1c424754468844218fdd5e280f40"
5898 integrity sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ== 5912 integrity sha512-HmFC70qarSHPXcKtW8U8fgIkF6JGvjEmDiVInTkKZP0gIlEPhlVlcJJLkdGIDiNkIeA2zJPQTWJUI4iWe+AVfg==
5899 dependencies: 5913 dependencies:
5900 "@vue/compiler-sfc" "2.7.8" 5914 "@vue/compiler-sfc" "2.7.10"
5901 csstype "^3.1.0" 5915 csstype "^3.1.0"
5902 5916
5903 vuex@^3.6.2: 5917 vuex@^3.6.2:
...@@ -5932,7 +5946,7 @@ webidl-conversions@^3.0.0: ...@@ -5932,7 +5946,7 @@ webidl-conversions@^3.0.0:
5932 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" 5946 resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5933 integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== 5947 integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
5934 5948
5935 webpack-bundle-analyzer@^4.4.0, webpack-bundle-analyzer@^4.5.0: 5949 webpack-bundle-analyzer@^4.4.0:
5936 version "4.5.0" 5950 version "4.5.0"
5937 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5" 5951 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.5.0.tgz#1b0eea2947e73528754a6f9af3e91b2b6e0f79d5"
5938 integrity sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ== 5952 integrity sha512-GUMZlM3SKwS8Z+CKeIFx7CVoHn3dXFcUAjT/dcZQQmfSZGvitPfMob2ipjai7ovFFqPvTqkEZ/leL4O0YOdAYQ==
...@@ -5947,6 +5961,21 @@ webpack-bundle-analyzer@^4.4.0, webpack-bundle-analyzer@^4.5.0: ...@@ -5947,6 +5961,21 @@ webpack-bundle-analyzer@^4.4.0, webpack-bundle-analyzer@^4.5.0:
5947 sirv "^1.0.7" 5961 sirv "^1.0.7"
5948 ws "^7.3.1" 5962 ws "^7.3.1"
5949 5963
5964 webpack-bundle-analyzer@^4.5.0:
5965 version "4.6.1"
5966 resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.6.1.tgz#bee2ee05f4ba4ed430e4831a319126bb4ed9f5a6"
5967 integrity sha512-oKz9Oz9j3rUciLNfpGFjOb49/jEpXNmWdVH8Ls//zNcnLlQdTGXQQMsBbb/gR7Zl8WNLxVCq+0Hqbx3zv6twBw==
5968 dependencies:
5969 acorn "^8.0.4"
5970 acorn-walk "^8.0.0"
5971 chalk "^4.1.0"
5972 commander "^7.2.0"
5973 gzip-size "^6.0.0"
5974 lodash "^4.17.20"
5975 opener "^1.5.2"
5976 sirv "^1.0.7"
5977 ws "^7.3.1"
5978
5950 webpack-chain@^6.5.1: 5979 webpack-chain@^6.5.1:
5951 version "6.5.1" 5980 version "6.5.1"
5952 resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-6.5.1.tgz#4f27284cbbb637e3c8fbdef43eef588d4d861206" 5981 resolved "https://registry.yarnpkg.com/webpack-chain/-/webpack-chain-6.5.1.tgz#4f27284cbbb637e3c8fbdef43eef588d4d861206"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!