Commit ee44d99c74023f8a41ffdff9a06480ab261c9187
1 parent
9c4889f0
chore: update deps
Showing
2 changed files
with
214 additions
and
232 deletions
package.json
@@ -41,7 +41,7 @@ | @@ -41,7 +41,7 @@ | ||
41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", | 41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | "ant-design-vue": "2.2.2", | 42 | "ant-design-vue": "2.2.2", |
43 | "axios": "^0.21.1", | 43 | "axios": "^0.21.1", |
44 | - "codemirror": "^5.62.0", | 44 | + "codemirror": "^5.62.2", |
45 | "cropperjs": "^1.5.12", | 45 | "cropperjs": "^1.5.12", |
46 | "crypto-js": "^4.0.0", | 46 | "crypto-js": "^4.0.0", |
47 | "echarts": "^5.1.2", | 47 | "echarts": "^5.1.2", |
@@ -77,13 +77,13 @@ | @@ -77,13 +77,13 @@ | ||
77 | "@types/jest": "^26.0.24", | 77 | "@types/jest": "^26.0.24", |
78 | "@types/lodash-es": "^4.17.4", | 78 | "@types/lodash-es": "^4.17.4", |
79 | "@types/mockjs": "^1.0.4", | 79 | "@types/mockjs": "^1.0.4", |
80 | - "@types/node": "^16.3.3", | 80 | + "@types/node": "^16.4.0", |
81 | "@types/nprogress": "^0.2.0", | 81 | "@types/nprogress": "^0.2.0", |
82 | "@types/qrcode": "^1.4.1", | 82 | "@types/qrcode": "^1.4.1", |
83 | "@types/qs": "^6.9.7", | 83 | "@types/qs": "^6.9.7", |
84 | "@types/sortablejs": "^1.10.7", | 84 | "@types/sortablejs": "^1.10.7", |
85 | - "@typescript-eslint/eslint-plugin": "^4.28.3", | ||
86 | - "@typescript-eslint/parser": "^4.28.3", | 85 | + "@typescript-eslint/eslint-plugin": "^4.28.4", |
86 | + "@typescript-eslint/parser": "^4.28.4", | ||
87 | "@vitejs/plugin-legacy": "^1.4.4", | 87 | "@vitejs/plugin-legacy": "^1.4.4", |
88 | "@vitejs/plugin-vue": "^1.2.5", | 88 | "@vitejs/plugin-vue": "^1.2.5", |
89 | "@vitejs/plugin-vue-jsx": "^1.1.6", | 89 | "@vitejs/plugin-vue-jsx": "^1.1.6", |
@@ -97,7 +97,7 @@ | @@ -97,7 +97,7 @@ | ||
97 | "eslint": "^7.31.0", | 97 | "eslint": "^7.31.0", |
98 | "eslint-config-prettier": "^8.3.0", | 98 | "eslint-config-prettier": "^8.3.0", |
99 | "eslint-define-config": "^1.0.9", | 99 | "eslint-define-config": "^1.0.9", |
100 | - "eslint-plugin-jest": "^24.3.6", | 100 | + "eslint-plugin-jest": "^24.3.7", |
101 | "eslint-plugin-prettier": "^3.4.0", | 101 | "eslint-plugin-prettier": "^3.4.0", |
102 | "eslint-plugin-vue": "^7.14.0", | 102 | "eslint-plugin-vue": "^7.14.0", |
103 | "esno": "^0.7.3", | 103 | "esno": "^0.7.3", |
@@ -119,11 +119,11 @@ | @@ -119,11 +119,11 @@ | ||
119 | "stylelint-config-prettier": "^8.0.2", | 119 | "stylelint-config-prettier": "^8.0.2", |
120 | "stylelint-config-standard": "^22.0.0", | 120 | "stylelint-config-standard": "^22.0.0", |
121 | "stylelint-order": "^4.1.0", | 121 | "stylelint-order": "^4.1.0", |
122 | - "tailwindcss": "^2.2.4", | ||
123 | - "ts-jest": "^27.0.3", | 122 | + "tailwindcss": "^2.2.5", |
123 | + "ts-jest": "^27.0.4", | ||
124 | "ts-node": "^10.1.0", | 124 | "ts-node": "^10.1.0", |
125 | "typescript": "4.3.5", | 125 | "typescript": "4.3.5", |
126 | - "vite": "2.3.6", | 126 | + "vite": "2.4.3", |
127 | "vite-plugin-compression": "^0.3.1", | 127 | "vite-plugin-compression": "^0.3.1", |
128 | "vite-plugin-html": "^2.0.7", | 128 | "vite-plugin-html": "^2.0.7", |
129 | "vite-plugin-imagemin": "^0.4.1", | 129 | "vite-plugin-imagemin": "^0.4.1", |
@@ -134,12 +134,12 @@ | @@ -134,12 +134,12 @@ | ||
134 | "vite-plugin-svg-icons": "^1.0.1", | 134 | "vite-plugin-svg-icons": "^1.0.1", |
135 | "vite-plugin-theme": "^0.8.1", | 135 | "vite-plugin-theme": "^0.8.1", |
136 | "vue-eslint-parser": "^7.9.0", | 136 | "vue-eslint-parser": "^7.9.0", |
137 | - "vue-tsc": "^0.2.1" | 137 | + "vue-tsc": "^0.2.2" |
138 | }, | 138 | }, |
139 | "resolutions": { | 139 | "resolutions": { |
140 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | 140 | "//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", |
141 | "bin-wrapper": "npm:bin-wrapper-china", | 141 | "bin-wrapper": "npm:bin-wrapper-china", |
142 | - "rollup": "^2.53.2" | 142 | + "rollup": "^2.53.3" |
143 | }, | 143 | }, |
144 | "repository": { | 144 | "repository": { |
145 | "type": "git", | 145 | "type": "git", |
yarn.lock
@@ -1120,13 +1120,6 @@ | @@ -1120,13 +1120,6 @@ | ||
1120 | minimatch "^3.0.4" | 1120 | minimatch "^3.0.4" |
1121 | strip-json-comments "^3.1.1" | 1121 | strip-json-comments "^3.1.1" |
1122 | 1122 | ||
1123 | -"@fullhuman/postcss-purgecss@^4.0.3": | ||
1124 | - version "4.0.3" | ||
1125 | - resolved "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-4.0.3.tgz#55d71712ec1c7a88e0d1ba5f10ce7fb6aa05beb4" | ||
1126 | - integrity sha512-/EnQ9UDWGGqHkn1UKAwSgh+gJHPKmD+Z+5dQ4gWT4qq2NUyez3zqAfZNwFH3eSgmgO+wjTXfhlLchx2M9/K+7Q== | ||
1127 | - dependencies: | ||
1128 | - purgecss "^4.0.3" | ||
1129 | - | ||
1130 | "@hapi/address@^2.1.2": | 1123 | "@hapi/address@^2.1.2": |
1131 | version "2.1.4" | 1124 | version "2.1.4" |
1132 | resolved "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" | 1125 | resolved "https://registry.npmjs.org/@hapi/address/-/address-2.1.4.tgz#5d67ed43f3fd41a69d4b9ff7b56e7c0d1d0a81e5" |
@@ -1890,10 +1883,10 @@ | @@ -1890,10 +1883,10 @@ | ||
1890 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" | 1883 | resolved "https://registry.npmjs.org/@types/node/-/node-14.17.3.tgz#6d327abaa4be34a74e421ed6409a0ae2f47f4c3d" |
1891 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== | 1884 | integrity sha512-e6ZowgGJmTuXa3GyaPbTGxX17tnThl2aSSizrFthQ7m9uLGZBXiGhgE55cjRZTF5kjZvYn9EOPOMljdjwbflxw== |
1892 | 1885 | ||
1893 | -"@types/node@^16.3.3": | ||
1894 | - version "16.3.3" | ||
1895 | - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.3.tgz#0c30adff37bbbc7a50eb9b58fae2a504d0d88038" | ||
1896 | - integrity sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ== | 1886 | +"@types/node@^16.4.0": |
1887 | + version "16.4.0" | ||
1888 | + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.0.tgz#2c219eaa3b8d1e4d04f4dd6e40bc68c7467d5272" | ||
1889 | + integrity sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg== | ||
1897 | 1890 | ||
1898 | "@types/normalize-package-data@^2.4.0": | 1891 | "@types/normalize-package-data@^2.4.0": |
1899 | version "2.4.0" | 1892 | version "2.4.0" |
@@ -1997,28 +1990,28 @@ | @@ -1997,28 +1990,28 @@ | ||
1997 | dependencies: | 1990 | dependencies: |
1998 | "@types/yargs-parser" "*" | 1991 | "@types/yargs-parser" "*" |
1999 | 1992 | ||
2000 | -"@typescript-eslint/eslint-plugin@^4.28.3": | ||
2001 | - version "4.28.3" | ||
2002 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.3.tgz#36cdcd9ca6f9e5cb49b9f61b970b1976708d084b" | ||
2003 | - integrity sha512-jW8sEFu1ZeaV8xzwsfi6Vgtty2jf7/lJmQmDkDruBjYAbx5DA8JtbcMnP0rNPUG+oH5GoQBTSp+9613BzuIpYg== | 1993 | +"@typescript-eslint/eslint-plugin@^4.28.4": |
1994 | + version "4.28.4" | ||
1995 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.4.tgz#e73c8cabbf3f08dee0e1bda65ed4e622ae8f8921" | ||
1996 | + integrity sha512-s1oY4RmYDlWMlcV0kKPBaADn46JirZzvvH7c2CtAqxCY96S538JRBAzt83RrfkDheV/+G/vWNK0zek+8TB3Gmw== | ||
2004 | dependencies: | 1997 | dependencies: |
2005 | - "@typescript-eslint/experimental-utils" "4.28.3" | ||
2006 | - "@typescript-eslint/scope-manager" "4.28.3" | 1998 | + "@typescript-eslint/experimental-utils" "4.28.4" |
1999 | + "@typescript-eslint/scope-manager" "4.28.4" | ||
2007 | debug "^4.3.1" | 2000 | debug "^4.3.1" |
2008 | functional-red-black-tree "^1.0.1" | 2001 | functional-red-black-tree "^1.0.1" |
2009 | regexpp "^3.1.0" | 2002 | regexpp "^3.1.0" |
2010 | semver "^7.3.5" | 2003 | semver "^7.3.5" |
2011 | tsutils "^3.21.0" | 2004 | tsutils "^3.21.0" |
2012 | 2005 | ||
2013 | -"@typescript-eslint/experimental-utils@4.28.3": | ||
2014 | - version "4.28.3" | ||
2015 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.3.tgz#976f8c1191b37105fd06658ed57ddfee4be361ca" | ||
2016 | - integrity sha512-zZYl9TnrxwEPi3FbyeX0ZnE8Hp7j3OCR+ELoUfbwGHGxWnHg9+OqSmkw2MoCVpZksPCZYpQzC559Ee9pJNHTQw== | 2006 | +"@typescript-eslint/experimental-utils@4.28.4": |
2007 | + version "4.28.4" | ||
2008 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.4.tgz#9c70c35ebed087a5c70fb0ecd90979547b7fec96" | ||
2009 | + integrity sha512-OglKWOQRWTCoqMSy6pm/kpinEIgdcXYceIcH3EKWUl4S8xhFtN34GQRaAvTIZB9DD94rW7d/U7tUg3SYeDFNHA== | ||
2017 | dependencies: | 2010 | dependencies: |
2018 | "@types/json-schema" "^7.0.7" | 2011 | "@types/json-schema" "^7.0.7" |
2019 | - "@typescript-eslint/scope-manager" "4.28.3" | ||
2020 | - "@typescript-eslint/types" "4.28.3" | ||
2021 | - "@typescript-eslint/typescript-estree" "4.28.3" | 2012 | + "@typescript-eslint/scope-manager" "4.28.4" |
2013 | + "@typescript-eslint/types" "4.28.4" | ||
2014 | + "@typescript-eslint/typescript-estree" "4.28.4" | ||
2022 | eslint-scope "^5.1.1" | 2015 | eslint-scope "^5.1.1" |
2023 | eslint-utils "^3.0.0" | 2016 | eslint-utils "^3.0.0" |
2024 | 2017 | ||
@@ -2034,14 +2027,14 @@ | @@ -2034,14 +2027,14 @@ | ||
2034 | eslint-scope "^5.1.1" | 2027 | eslint-scope "^5.1.1" |
2035 | eslint-utils "^3.0.0" | 2028 | eslint-utils "^3.0.0" |
2036 | 2029 | ||
2037 | -"@typescript-eslint/parser@^4.28.3": | ||
2038 | - version "4.28.3" | ||
2039 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.3.tgz#95f1d475c08268edffdcb2779993c488b6434b44" | ||
2040 | - integrity sha512-ZyWEn34bJexn/JNYvLQab0Mo5e+qqQNhknxmc8azgNd4XqspVYR5oHq9O11fLwdZMRcj4by15ghSlIEq+H5ltQ== | 2030 | +"@typescript-eslint/parser@^4.28.4": |
2031 | + version "4.28.4" | ||
2032 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.4.tgz#bc462dc2779afeefdcf49082516afdc3e7b96fab" | ||
2033 | + integrity sha512-4i0jq3C6n+og7/uCHiE6q5ssw87zVdpUj1k6VlVYMonE3ILdFApEzTWgppSRG4kVNB/5jxnH+gTeKLMNfUelQA== | ||
2041 | dependencies: | 2034 | dependencies: |
2042 | - "@typescript-eslint/scope-manager" "4.28.3" | ||
2043 | - "@typescript-eslint/types" "4.28.3" | ||
2044 | - "@typescript-eslint/typescript-estree" "4.28.3" | 2035 | + "@typescript-eslint/scope-manager" "4.28.4" |
2036 | + "@typescript-eslint/types" "4.28.4" | ||
2037 | + "@typescript-eslint/typescript-estree" "4.28.4" | ||
2045 | debug "^4.3.1" | 2038 | debug "^4.3.1" |
2046 | 2039 | ||
2047 | "@typescript-eslint/scope-manager@4.27.0": | 2040 | "@typescript-eslint/scope-manager@4.27.0": |
@@ -2052,23 +2045,23 @@ | @@ -2052,23 +2045,23 @@ | ||
2052 | "@typescript-eslint/types" "4.27.0" | 2045 | "@typescript-eslint/types" "4.27.0" |
2053 | "@typescript-eslint/visitor-keys" "4.27.0" | 2046 | "@typescript-eslint/visitor-keys" "4.27.0" |
2054 | 2047 | ||
2055 | -"@typescript-eslint/scope-manager@4.28.3": | ||
2056 | - version "4.28.3" | ||
2057 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.3.tgz#c32ad4491b3726db1ba34030b59ea922c214e371" | ||
2058 | - integrity sha512-/8lMisZ5NGIzGtJB+QizQ5eX4Xd8uxedFfMBXOKuJGP0oaBBVEMbJVddQKDXyyB0bPlmt8i6bHV89KbwOelJiQ== | 2048 | +"@typescript-eslint/scope-manager@4.28.4": |
2049 | + version "4.28.4" | ||
2050 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.4.tgz#bdbce9b6a644e34f767bd68bc17bb14353b9fe7f" | ||
2051 | + integrity sha512-ZJBNs4usViOmlyFMt9X9l+X0WAFcDH7EdSArGqpldXu7aeZxDAuAzHiMAeI+JpSefY2INHrXeqnha39FVqXb8w== | ||
2059 | dependencies: | 2052 | dependencies: |
2060 | - "@typescript-eslint/types" "4.28.3" | ||
2061 | - "@typescript-eslint/visitor-keys" "4.28.3" | 2053 | + "@typescript-eslint/types" "4.28.4" |
2054 | + "@typescript-eslint/visitor-keys" "4.28.4" | ||
2062 | 2055 | ||
2063 | "@typescript-eslint/types@4.27.0": | 2056 | "@typescript-eslint/types@4.27.0": |
2064 | version "4.27.0" | 2057 | version "4.27.0" |
2065 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8" | 2058 | resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.27.0.tgz#712b408519ed699baff69086bc59cd2fc13df8d8" |
2066 | integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA== | 2059 | integrity sha512-I4ps3SCPFCKclRcvnsVA/7sWzh7naaM/b4pBO2hVxnM3wrU51Lveybdw5WoIktU/V4KfXrTt94V9b065b/0+wA== |
2067 | 2060 | ||
2068 | -"@typescript-eslint/types@4.28.3": | ||
2069 | - version "4.28.3" | ||
2070 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.3.tgz#8fffd436a3bada422c2c1da56060a0566a9506c7" | ||
2071 | - integrity sha512-kQFaEsQBQVtA9VGVyciyTbIg7S3WoKHNuOp/UF5RG40900KtGqfoiETWD/v0lzRXc+euVE9NXmfer9dLkUJrkA== | 2061 | +"@typescript-eslint/types@4.28.4": |
2062 | + version "4.28.4" | ||
2063 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.4.tgz#41acbd79b5816b7c0dd7530a43d97d020d3aeb42" | ||
2064 | + integrity sha512-3eap4QWxGqkYuEmVebUGULMskR6Cuoc/Wii0oSOddleP4EGx1tjLnZQ0ZP33YRoMDCs5O3j56RBV4g14T4jvww== | ||
2072 | 2065 | ||
2073 | "@typescript-eslint/typescript-estree@4.27.0": | 2066 | "@typescript-eslint/typescript-estree@4.27.0": |
2074 | version "4.27.0" | 2067 | version "4.27.0" |
@@ -2083,13 +2076,13 @@ | @@ -2083,13 +2076,13 @@ | ||
2083 | semver "^7.3.5" | 2076 | semver "^7.3.5" |
2084 | tsutils "^3.21.0" | 2077 | tsutils "^3.21.0" |
2085 | 2078 | ||
2086 | -"@typescript-eslint/typescript-estree@4.28.3": | ||
2087 | - version "4.28.3" | ||
2088 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.3.tgz#253d7088100b2a38aefe3c8dd7bd1f8232ec46fb" | ||
2089 | - integrity sha512-YAb1JED41kJsqCQt1NcnX5ZdTA93vKFCMP4lQYG6CFxd0VzDJcKttRlMrlG+1qiWAw8+zowmHU1H0OzjWJzR2w== | 2079 | +"@typescript-eslint/typescript-estree@4.28.4": |
2080 | + version "4.28.4" | ||
2081 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.4.tgz#252e6863278dc0727244be9e371eb35241c46d00" | ||
2082 | + integrity sha512-z7d8HK8XvCRyN2SNp+OXC2iZaF+O2BTquGhEYLKLx5k6p0r05ureUtgEfo5f6anLkhCxdHtCf6rPM1p4efHYDQ== | ||
2090 | dependencies: | 2083 | dependencies: |
2091 | - "@typescript-eslint/types" "4.28.3" | ||
2092 | - "@typescript-eslint/visitor-keys" "4.28.3" | 2084 | + "@typescript-eslint/types" "4.28.4" |
2085 | + "@typescript-eslint/visitor-keys" "4.28.4" | ||
2093 | debug "^4.3.1" | 2086 | debug "^4.3.1" |
2094 | globby "^11.0.3" | 2087 | globby "^11.0.3" |
2095 | is-glob "^4.0.1" | 2088 | is-glob "^4.0.1" |
@@ -2104,12 +2097,12 @@ | @@ -2104,12 +2097,12 @@ | ||
2104 | "@typescript-eslint/types" "4.27.0" | 2097 | "@typescript-eslint/types" "4.27.0" |
2105 | eslint-visitor-keys "^2.0.0" | 2098 | eslint-visitor-keys "^2.0.0" |
2106 | 2099 | ||
2107 | -"@typescript-eslint/visitor-keys@4.28.3": | ||
2108 | - version "4.28.3" | ||
2109 | - resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.3.tgz#26ac91e84b23529968361045829da80a4e5251c4" | ||
2110 | - integrity sha512-ri1OzcLnk1HH4gORmr1dllxDzzrN6goUIz/P4MHFV0YZJDCADPR3RvYNp0PW2SetKTThar6wlbFTL00hV2Q+fg== | 2100 | +"@typescript-eslint/visitor-keys@4.28.4": |
2101 | + version "4.28.4" | ||
2102 | + resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.4.tgz#92dacfefccd6751cbb0a964f06683bfd72d0c4d3" | ||
2103 | + integrity sha512-NIAXAdbz1XdOuzqkJHjNKXKj8QQ4cv5cxR/g0uQhCYf/6//XrmfpaYsM7PnBcNbfvTDLUkqQ5TPNm1sozDdTWg== | ||
2111 | dependencies: | 2104 | dependencies: |
2112 | - "@typescript-eslint/types" "4.28.3" | 2105 | + "@typescript-eslint/types" "4.28.4" |
2113 | eslint-visitor-keys "^2.0.0" | 2106 | eslint-visitor-keys "^2.0.0" |
2114 | 2107 | ||
2115 | "@vitejs/plugin-legacy@^1.4.4": | 2108 | "@vitejs/plugin-legacy@^1.4.4": |
@@ -2140,45 +2133,45 @@ | @@ -2140,45 +2133,45 @@ | ||
2140 | resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.2.5.tgz#ef7dc4a92e53fe866b54bcc1266788513262ac09" | 2133 | resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.2.5.tgz#ef7dc4a92e53fe866b54bcc1266788513262ac09" |
2141 | integrity sha512-GIR31mdXTEfvElmBUaRhDc5v7lfdkEdawWQqJRiaRL/5qKsH+xusukglkvJz5y7+c6dEpxgmvcATv2BbB7+fzQ== | 2134 | integrity sha512-GIR31mdXTEfvElmBUaRhDc5v7lfdkEdawWQqJRiaRL/5qKsH+xusukglkvJz5y7+c6dEpxgmvcATv2BbB7+fzQ== |
2142 | 2135 | ||
2143 | -"@volar/code-gen@^0.26.4": | ||
2144 | - version "0.26.4" | ||
2145 | - resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.26.4.tgz#b0abffa32ea3a758815d67a0b84f52444142529b" | ||
2146 | - integrity sha512-IJKPuv8NPNGKK15cV/Vc0UWizcV6pjOWy4antD9KfuLsKdOHunTX5zw40T/hZZJ7b37RvNMN5uHJP0PqOUb/wA== | 2136 | +"@volar/code-gen@^0.26.6": |
2137 | + version "0.26.6" | ||
2138 | + resolved "https://registry.yarnpkg.com/@volar/code-gen/-/code-gen-0.26.6.tgz#9dd048c6feb878c9a5e1909bc44dd7626d34538a" | ||
2139 | + integrity sha512-7xSND3hcHmPGvTL5MHekQZ8ORVj4cCbBstUm6JdsNwjFNIaaQtUPxpSfAUKprZMgIE3ya2jDzH2g4iq0e3VuNg== | ||
2147 | dependencies: | 2140 | dependencies: |
2148 | - "@volar/shared" "^0.26.4" | ||
2149 | - "@volar/source-map" "^0.26.4" | 2141 | + "@volar/shared" "^0.26.6" |
2142 | + "@volar/source-map" "^0.26.6" | ||
2150 | 2143 | ||
2151 | -"@volar/html2pug@^0.26.4": | ||
2152 | - version "0.26.4" | ||
2153 | - resolved "https://registry.yarnpkg.com/@volar/html2pug/-/html2pug-0.26.4.tgz#0f3f0405f983028837b27a968d34471d850d727a" | ||
2154 | - integrity sha512-HFDX0Dl0MXF+T/oUj06QWT4GZxVRq6WKeSsZLQHYxATHOV3BndMZEBQXXHSvPrZaXyvXns35Soikmuhgw2nknA== | 2144 | +"@volar/html2pug@^0.26.6": |
2145 | + version "0.26.6" | ||
2146 | + resolved "https://registry.yarnpkg.com/@volar/html2pug/-/html2pug-0.26.6.tgz#82ab7a9ac0723f97d075c3bd34ffae7e3c49b208" | ||
2147 | + integrity sha512-tJoXNr//ENegJK7/2QrvHqt2CHYowwdMIhqf0sXHZbyFHQq5OBv8S1TTQdejBV+w790l1NqG5Wi4kq7kFl66gA== | ||
2155 | dependencies: | 2148 | dependencies: |
2156 | domelementtype "^2.2.0" | 2149 | domelementtype "^2.2.0" |
2157 | domhandler "^4.2.0" | 2150 | domhandler "^4.2.0" |
2158 | htmlparser2 "^6.1.0" | 2151 | htmlparser2 "^6.1.0" |
2159 | pug "^3.0.2" | 2152 | pug "^3.0.2" |
2160 | 2153 | ||
2161 | -"@volar/shared@^0.26.4": | ||
2162 | - version "0.26.4" | ||
2163 | - resolved "https://registry.yarnpkg.com/@volar/shared/-/shared-0.26.4.tgz#240443a2c8603ba32cd7d02595a5748954aed166" | ||
2164 | - integrity sha512-PRcA49hD/Zt7yJUDlc3a10hAlGUwh0zNIJZbqO1Na7wd+rWzRX6byK3rrOmrAj+uKVR+ummSqtAkrIeGN9Qauw== | 2154 | +"@volar/shared@^0.26.6": |
2155 | + version "0.26.6" | ||
2156 | + resolved "https://registry.yarnpkg.com/@volar/shared/-/shared-0.26.6.tgz#ea40995048b443747ace80b9247e05bc4eeb35e7" | ||
2157 | + integrity sha512-b3dvEnhaYHnJb8qibL4NzWvu6YX3Qi7soN25EXtHnHaCtASw3/3uGcMqH4aBLGPE3YilPWVT1TI8PFKKevzSuA== | ||
2165 | dependencies: | 2158 | dependencies: |
2166 | upath "^2.0.1" | 2159 | upath "^2.0.1" |
2167 | vscode-jsonrpc "^8.0.0-next.1" | 2160 | vscode-jsonrpc "^8.0.0-next.1" |
2168 | 2161 | ||
2169 | -"@volar/source-map@^0.26.4": | ||
2170 | - version "0.26.4" | ||
2171 | - resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.26.4.tgz#f896c23d1ca94ecb621472a4e76bc79e8eb9b61f" | ||
2172 | - integrity sha512-tC0XbENR6D7SXhNnxbaT8kisLosRdEiAi4JUytb8M5FOOnjcf1XP5XRKKODHnVifd+k3Phw7lc0hl4bGtE344w== | 2162 | +"@volar/source-map@^0.26.6": |
2163 | + version "0.26.6" | ||
2164 | + resolved "https://registry.yarnpkg.com/@volar/source-map/-/source-map-0.26.6.tgz#38cada2cab5f94977f7b739714b5b21a73363e96" | ||
2165 | + integrity sha512-ArmmaOM08EYWw40VjjSGrQSg89cCktbs//yQxxNowWZYe7gsTQvS27jO2534vKWdmnulNhsLeWN1BphnNrGDeg== | ||
2173 | dependencies: | 2166 | dependencies: |
2174 | - "@volar/shared" "^0.26.4" | 2167 | + "@volar/shared" "^0.26.6" |
2175 | 2168 | ||
2176 | -"@volar/transforms@^0.26.4": | ||
2177 | - version "0.26.4" | ||
2178 | - resolved "https://registry.yarnpkg.com/@volar/transforms/-/transforms-0.26.4.tgz#8c7bc2b64cbcd801a98f5bc2994b53c2ec5f316e" | ||
2179 | - integrity sha512-MrTb2w8WyNJ745LcuYMoDGatKewKyDabKBio423POCwpBs+Stb4ItfXgtNGq3H+4+Lx5XHSYjjCNscGQxvRyKQ== | 2169 | +"@volar/transforms@^0.26.6": |
2170 | + version "0.26.6" | ||
2171 | + resolved "https://registry.yarnpkg.com/@volar/transforms/-/transforms-0.26.6.tgz#680f7faf8a9a3bf92509447e011f43245d4916a6" | ||
2172 | + integrity sha512-gkz9HhzFf7szcQiOcb4sQ8970oNH6AR1veyl1fzwwF3oC2rWF7CEXIdkDgf+jRmYit4SU5Pnrij6tX4BXoKCug== | ||
2180 | dependencies: | 2173 | dependencies: |
2181 | - "@volar/shared" "^0.26.4" | 2174 | + "@volar/shared" "^0.26.6" |
2182 | 2175 | ||
2183 | "@vue/babel-helper-vue-transform-on@^1.0.2": | 2176 | "@vue/babel-helper-vue-transform-on@^1.0.2": |
2184 | version "1.0.2" | 2177 | version "1.0.2" |
@@ -2200,17 +2193,6 @@ | @@ -2200,17 +2193,6 @@ | ||
2200 | html-tags "^3.1.0" | 2193 | html-tags "^3.1.0" |
2201 | svg-tags "^1.0.0" | 2194 | svg-tags "^1.0.0" |
2202 | 2195 | ||
2203 | -"@vue/compiler-core@3.1.2": | ||
2204 | - version "3.1.2" | ||
2205 | - resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.2.tgz#31ab1d88e1706a5c7a545faeeb64c31bd0101db0" | ||
2206 | - integrity sha512-nHmq7vLjq/XM2IMbZUcKWoH5sPXa2uR/nIKZtjbK5F3TcbnYE/zKsrSUR9WZJ03unlwotNBX1OyxVt9HbWD7/Q== | ||
2207 | - dependencies: | ||
2208 | - "@babel/parser" "^7.12.0" | ||
2209 | - "@babel/types" "^7.12.0" | ||
2210 | - "@vue/shared" "3.1.2" | ||
2211 | - estree-walker "^2.0.1" | ||
2212 | - source-map "^0.6.1" | ||
2213 | - | ||
2214 | "@vue/compiler-core@3.1.5": | 2196 | "@vue/compiler-core@3.1.5": |
2215 | version "3.1.5" | 2197 | version "3.1.5" |
2216 | resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.5.tgz#298f905b6065d6d81ff63756f98c60876b393c87" | 2198 | resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.5.tgz#298f905b6065d6d81ff63756f98c60876b393c87" |
@@ -2222,13 +2204,16 @@ | @@ -2222,13 +2204,16 @@ | ||
2222 | estree-walker "^2.0.1" | 2204 | estree-walker "^2.0.1" |
2223 | source-map "^0.6.1" | 2205 | source-map "^0.6.1" |
2224 | 2206 | ||
2225 | -"@vue/compiler-dom@3.1.2": | ||
2226 | - version "3.1.2" | ||
2227 | - resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.2.tgz#75a7731bcc5d9718183a3c56c18e992f7c13e7b1" | ||
2228 | - integrity sha512-k2+SWcWH0jL6WQAX7Or2ONqu5MbtTgTO0dJrvebQYzgqaKMXNI90RNeWeCxS4BnNFMDONpHBeFgbwbnDWIkmRg== | 2207 | +"@vue/compiler-core@3.2.0-beta.3": |
2208 | + version "3.2.0-beta.3" | ||
2209 | + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.0-beta.3.tgz#3a10628c6bb4d4b5df28bcdb6522a6c7702fc152" | ||
2210 | + integrity sha512-Uyu7xT3z3D8+1ZWDuFtoMoRIPj665Vp7BlULi4TuthXTteKtDy8rygqCV2TAuKJS6APY96NZxRyWd3wlO2qDOw== | ||
2229 | dependencies: | 2211 | dependencies: |
2230 | - "@vue/compiler-core" "3.1.2" | ||
2231 | - "@vue/shared" "3.1.2" | 2212 | + "@babel/parser" "^7.12.0" |
2213 | + "@babel/types" "^7.12.0" | ||
2214 | + "@vue/shared" "3.2.0-beta.3" | ||
2215 | + estree-walker "^2.0.1" | ||
2216 | + source-map "^0.6.1" | ||
2232 | 2217 | ||
2233 | "@vue/compiler-dom@3.1.5": | 2218 | "@vue/compiler-dom@3.1.5": |
2234 | version "3.1.5" | 2219 | version "3.1.5" |
@@ -2238,18 +2223,26 @@ | @@ -2238,18 +2223,26 @@ | ||
2238 | "@vue/compiler-core" "3.1.5" | 2223 | "@vue/compiler-core" "3.1.5" |
2239 | "@vue/shared" "3.1.5" | 2224 | "@vue/shared" "3.1.5" |
2240 | 2225 | ||
2241 | -"@vue/compiler-sfc@3.1.2": | ||
2242 | - version "3.1.2" | ||
2243 | - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.2.tgz#23ff1e366d887b964899568bffcb11e3d0511fc4" | ||
2244 | - integrity sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw== | 2226 | +"@vue/compiler-dom@3.2.0-beta.3", "@vue/compiler-dom@^3.2.0-beta.3": |
2227 | + version "3.2.0-beta.3" | ||
2228 | + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.0-beta.3.tgz#4fc64ad7ce708e2821800200d58f089aa4481b41" | ||
2229 | + integrity sha512-scpBC68ZLGSU61W8xUJE97kZFZsrBZwaZtUy59dXFGrlIQtRd2HzyjCrXgLFgvYnlQLXPqaYpo5dJ1z1yNo2GQ== | ||
2230 | + dependencies: | ||
2231 | + "@vue/compiler-core" "3.2.0-beta.3" | ||
2232 | + "@vue/shared" "3.2.0-beta.3" | ||
2233 | + | ||
2234 | +"@vue/compiler-sfc@3.1.5": | ||
2235 | + version "3.1.5" | ||
2236 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.5.tgz#e61e54f3a963b0f4a8e523fbb8632390dc52b0d6" | ||
2237 | + integrity sha512-mtMY6xMvZeSRx9MTa1+NgJWndrkzVTdJ1pQAmAKQuxyb5LsHVvrgP7kcQFvxPHVpLVTORbTJWHaiqoKrJvi1iA== | ||
2245 | dependencies: | 2238 | dependencies: |
2246 | "@babel/parser" "^7.13.9" | 2239 | "@babel/parser" "^7.13.9" |
2247 | "@babel/types" "^7.13.0" | 2240 | "@babel/types" "^7.13.0" |
2248 | "@types/estree" "^0.0.48" | 2241 | "@types/estree" "^0.0.48" |
2249 | - "@vue/compiler-core" "3.1.2" | ||
2250 | - "@vue/compiler-dom" "3.1.2" | ||
2251 | - "@vue/compiler-ssr" "3.1.2" | ||
2252 | - "@vue/shared" "3.1.2" | 2242 | + "@vue/compiler-core" "3.1.5" |
2243 | + "@vue/compiler-dom" "3.1.5" | ||
2244 | + "@vue/compiler-ssr" "3.1.5" | ||
2245 | + "@vue/shared" "3.1.5" | ||
2253 | consolidate "^0.16.0" | 2246 | consolidate "^0.16.0" |
2254 | estree-walker "^2.0.1" | 2247 | estree-walker "^2.0.1" |
2255 | hash-sum "^2.0.0" | 2248 | hash-sum "^2.0.0" |
@@ -2261,18 +2254,18 @@ | @@ -2261,18 +2254,18 @@ | ||
2261 | postcss-selector-parser "^6.0.4" | 2254 | postcss-selector-parser "^6.0.4" |
2262 | source-map "^0.6.1" | 2255 | source-map "^0.6.1" |
2263 | 2256 | ||
2264 | -"@vue/compiler-sfc@3.1.5": | ||
2265 | - version "3.1.5" | ||
2266 | - resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.5.tgz#e61e54f3a963b0f4a8e523fbb8632390dc52b0d6" | ||
2267 | - integrity sha512-mtMY6xMvZeSRx9MTa1+NgJWndrkzVTdJ1pQAmAKQuxyb5LsHVvrgP7kcQFvxPHVpLVTORbTJWHaiqoKrJvi1iA== | 2257 | +"@vue/compiler-sfc@^3.2.0-beta.3": |
2258 | + version "3.2.0-beta.3" | ||
2259 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.0-beta.3.tgz#8199e8166a6721e7554d0d8446f8ff3752a45492" | ||
2260 | + integrity sha512-M50steBwRJiAYvCvVe1kFiab9Gj+NBZTpO6rRaXSWEvptv9blIdpdFiPFzGUhKB65/xGbdj3fyUN9fzXkIjrwA== | ||
2268 | dependencies: | 2261 | dependencies: |
2269 | "@babel/parser" "^7.13.9" | 2262 | "@babel/parser" "^7.13.9" |
2270 | "@babel/types" "^7.13.0" | 2263 | "@babel/types" "^7.13.0" |
2271 | "@types/estree" "^0.0.48" | 2264 | "@types/estree" "^0.0.48" |
2272 | - "@vue/compiler-core" "3.1.5" | ||
2273 | - "@vue/compiler-dom" "3.1.5" | ||
2274 | - "@vue/compiler-ssr" "3.1.5" | ||
2275 | - "@vue/shared" "3.1.5" | 2265 | + "@vue/compiler-core" "3.2.0-beta.3" |
2266 | + "@vue/compiler-dom" "3.2.0-beta.3" | ||
2267 | + "@vue/compiler-ssr" "3.2.0-beta.3" | ||
2268 | + "@vue/shared" "3.2.0-beta.3" | ||
2276 | consolidate "^0.16.0" | 2269 | consolidate "^0.16.0" |
2277 | estree-walker "^2.0.1" | 2270 | estree-walker "^2.0.1" |
2278 | hash-sum "^2.0.0" | 2271 | hash-sum "^2.0.0" |
@@ -2284,14 +2277,6 @@ | @@ -2284,14 +2277,6 @@ | ||
2284 | postcss-selector-parser "^6.0.4" | 2277 | postcss-selector-parser "^6.0.4" |
2285 | source-map "^0.6.1" | 2278 | source-map "^0.6.1" |
2286 | 2279 | ||
2287 | -"@vue/compiler-ssr@3.1.2": | ||
2288 | - version "3.1.2" | ||
2289 | - resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.2.tgz#e33ad0876d9b96f0950e22b0e174b94c1b049d2d" | ||
2290 | - integrity sha512-BwXo9LFk5OSWdMyZQ4bX1ELHX0Z/9F+ld/OaVnpUPzAZCHslBYLvyKUVDwv2C/lpLjRffpC2DOUEdl1+RP1aGg== | ||
2291 | - dependencies: | ||
2292 | - "@vue/compiler-dom" "3.1.2" | ||
2293 | - "@vue/shared" "3.1.2" | ||
2294 | - | ||
2295 | "@vue/compiler-ssr@3.1.5": | 2280 | "@vue/compiler-ssr@3.1.5": |
2296 | version "3.1.5" | 2281 | version "3.1.5" |
2297 | resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.5.tgz#f068652774293256a1e53084bed48a67682df9d2" | 2282 | resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.5.tgz#f068652774293256a1e53084bed48a67682df9d2" |
@@ -2300,6 +2285,14 @@ | @@ -2300,6 +2285,14 @@ | ||
2300 | "@vue/compiler-dom" "3.1.5" | 2285 | "@vue/compiler-dom" "3.1.5" |
2301 | "@vue/shared" "3.1.5" | 2286 | "@vue/shared" "3.1.5" |
2302 | 2287 | ||
2288 | +"@vue/compiler-ssr@3.2.0-beta.3": | ||
2289 | + version "3.2.0-beta.3" | ||
2290 | + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.0-beta.3.tgz#88106c28f915a17131652eace2032f8d70b05734" | ||
2291 | + integrity sha512-FVE9RfuNG6YyIo8vTO2yy4ibAkK+Ks+6qcLS2bzuoQbMHNXxWwI041ll8crHR9jlRjPF0u/Ng3Blf1PbT1+yRA== | ||
2292 | + dependencies: | ||
2293 | + "@vue/compiler-dom" "3.2.0-beta.3" | ||
2294 | + "@vue/shared" "3.2.0-beta.3" | ||
2295 | + | ||
2303 | "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": | 2296 | "@vue/devtools-api@^6.0.0-beta.14", "@vue/devtools-api@^6.0.0-beta.7": |
2304 | version "6.0.0-beta.14" | 2297 | version "6.0.0-beta.14" |
2305 | resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.14.tgz#6ed2d6f8d66a9256c9ad04bfff08309ba87b9723" | 2298 | resolved "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.0.0-beta.14.tgz#6ed2d6f8d66a9256c9ad04bfff08309ba87b9723" |
@@ -2310,13 +2303,6 @@ | @@ -2310,13 +2303,6 @@ | ||
2310 | resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d" | 2303 | resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.0.0-beta.15.tgz#ad7cb384e062f165bcf9c83732125bffbc2ad83d" |
2311 | integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA== | 2304 | integrity sha512-quBx4Jjpexo6KDiNUGFr/zF/2A4srKM9S9v2uHgMXSU//hjgq1eGzqkIFql8T9gfX5ZaVOUzYBP3jIdIR3PKIA== |
2312 | 2305 | ||
2313 | -"@vue/reactivity@3.1.2": | ||
2314 | - version "3.1.2" | ||
2315 | - resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.2.tgz#66fa530dd726d2fef285ae55d02106a727db463b" | ||
2316 | - integrity sha512-glJzJoN2xE7I2lRvwKM5u1BHRPTd1yc8iaf//Lai/78/uYAvE5DXp5HzWRFOwMlbRvMGJHIQjOqoxj87cDAaag== | ||
2317 | - dependencies: | ||
2318 | - "@vue/shared" "3.1.2" | ||
2319 | - | ||
2320 | "@vue/reactivity@3.1.5": | 2306 | "@vue/reactivity@3.1.5": |
2321 | version "3.1.5" | 2307 | version "3.1.5" |
2322 | resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.5.tgz#dbec4d9557f7c8f25c2635db1e23a78a729eb991" | 2308 | resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.1.5.tgz#dbec4d9557f7c8f25c2635db1e23a78a729eb991" |
@@ -2324,6 +2310,13 @@ | @@ -2324,6 +2310,13 @@ | ||
2324 | dependencies: | 2310 | dependencies: |
2325 | "@vue/shared" "3.1.5" | 2311 | "@vue/shared" "3.1.5" |
2326 | 2312 | ||
2313 | +"@vue/reactivity@^3.2.0-beta.3": | ||
2314 | + version "3.2.0-beta.3" | ||
2315 | + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.0-beta.3.tgz#0255cbedbb03f269ee03edbe8af71d9f77a095e7" | ||
2316 | + integrity sha512-Q+7cOgc5gHtY6I+0A6VXNOvOtuKQPHBLIGfGek3LwVDG5MpCY5Wt50u4mMEgiJafjKSgiGYctycWEBzmcI/Jtg== | ||
2317 | + dependencies: | ||
2318 | + "@vue/shared" "3.2.0-beta.3" | ||
2319 | + | ||
2327 | "@vue/runtime-core@3.1.5": | 2320 | "@vue/runtime-core@3.1.5": |
2328 | version "3.1.5" | 2321 | version "3.1.5" |
2329 | resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.5.tgz#a545b7f146092929cb5e833e85439150f17ac87b" | 2322 | resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.1.5.tgz#a545b7f146092929cb5e833e85439150f17ac87b" |
@@ -2341,16 +2334,16 @@ | @@ -2341,16 +2334,16 @@ | ||
2341 | "@vue/shared" "3.1.5" | 2334 | "@vue/shared" "3.1.5" |
2342 | csstype "^2.6.8" | 2335 | csstype "^2.6.8" |
2343 | 2336 | ||
2344 | -"@vue/shared@3.1.2": | ||
2345 | - version "3.1.2" | ||
2346 | - resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.2.tgz#1069c0bc7d6f4bd15ccf3a5f3be29450aca368f9" | ||
2347 | - integrity sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg== | ||
2348 | - | ||
2349 | "@vue/shared@3.1.5": | 2337 | "@vue/shared@3.1.5": |
2350 | version "3.1.5" | 2338 | version "3.1.5" |
2351 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.5.tgz#74ee3aad995d0a3996a6bb9533d4d280514ede03" | 2339 | resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.5.tgz#74ee3aad995d0a3996a6bb9533d4d280514ede03" |
2352 | integrity sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA== | 2340 | integrity sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA== |
2353 | 2341 | ||
2342 | +"@vue/shared@3.2.0-beta.3", "@vue/shared@^3.2.0-beta.3": | ||
2343 | + version "3.2.0-beta.3" | ||
2344 | + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.0-beta.3.tgz#043c5a4d3bc9676508557e9199c625995cf14929" | ||
2345 | + integrity sha512-IzJBLNwh2CDTbVqQt979f5rczw9Uib97RkaGckmUGuC9bAG1sw/EXskrxc87p8xxaiI70LdVHnOhriprfKjmMw== | ||
2346 | + | ||
2354 | "@vue/test-utils@^2.0.0-rc.10": | 2347 | "@vue/test-utils@^2.0.0-rc.10": |
2355 | version "2.0.0-rc.10" | 2348 | version "2.0.0-rc.10" |
2356 | resolved "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.10.tgz#9ed689cd7d5a1c9ef6693806010e464d2ecc13b2" | 2349 | resolved "https://registry.npmjs.org/@vue/test-utils/-/test-utils-2.0.0-rc.10.tgz#9ed689cd7d5a1c9ef6693806010e464d2ecc13b2" |
@@ -3420,10 +3413,10 @@ co@^4.6.0: | @@ -3420,10 +3413,10 @@ co@^4.6.0: | ||
3420 | resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" | 3413 | resolved "https://registry.npmjs.org/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" |
3421 | integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= | 3414 | integrity sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ= |
3422 | 3415 | ||
3423 | -codemirror@^5.62.0: | ||
3424 | - version "5.62.0" | ||
3425 | - resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.0.tgz#e9ecd012e6f9eaf2e05ff4a449ff750f51619e22" | ||
3426 | - integrity sha512-Xnl3304iCc8nyVZuRkzDVVwc794uc9QNX0UcPGeNic1fbzkSrO4l4GVXho9tRNKBgPYZXgocUqXyfIv3BILhCQ== | 3416 | +codemirror@^5.62.2: |
3417 | + version "5.62.2" | ||
3418 | + resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.62.2.tgz#bce6d19c9829e6e788f83886d48ecf5c1e106e65" | ||
3419 | + integrity sha512-tVFMUa4J3Q8JUd1KL9yQzQB0/BJt7ZYZujZmTPgo/54Lpuq3ez4C8x/ATUY/wv7b7X3AUq8o3Xd+2C5ZrCGWHw== | ||
3427 | 3420 | ||
3428 | codepage@~1.14.0: | 3421 | codepage@~1.14.0: |
3429 | version "1.14.0" | 3422 | version "1.14.0" |
@@ -3446,7 +3439,7 @@ collection-visit@^1.0.0: | @@ -3446,7 +3439,7 @@ collection-visit@^1.0.0: | ||
3446 | map-visit "^1.0.0" | 3439 | map-visit "^1.0.0" |
3447 | object-visit "^1.0.0" | 3440 | object-visit "^1.0.0" |
3448 | 3441 | ||
3449 | -color-convert@^1.9.0, color-convert@^1.9.1: | 3442 | +color-convert@^1.9.0, color-convert@^1.9.3: |
3450 | version "1.9.3" | 3443 | version "1.9.3" |
3451 | resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" | 3444 | resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" |
3452 | integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== | 3445 | integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== |
@@ -3470,21 +3463,21 @@ color-name@^1.0.0, color-name@~1.1.4: | @@ -3470,21 +3463,21 @@ color-name@^1.0.0, color-name@~1.1.4: | ||
3470 | resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" | 3463 | resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" |
3471 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== | 3464 | integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== |
3472 | 3465 | ||
3473 | -color-string@^1.5.4: | ||
3474 | - version "1.5.5" | ||
3475 | - resolved "https://registry.npmjs.org/color-string/-/color-string-1.5.5.tgz#65474a8f0e7439625f3d27a6a19d89fc45223014" | ||
3476 | - integrity sha512-jgIoum0OfQfq9Whcfc2z/VhCNcmQjWbey6qBX0vqt7YICflUmBCh9E9CiQD5GSJ+Uehixm3NUwHVhqUAWRivZg== | 3466 | +color-string@^1.6.0: |
3467 | + version "1.6.0" | ||
3468 | + resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.6.0.tgz#c3915f61fe267672cb7e1e064c9d692219f6c312" | ||
3469 | + integrity sha512-c/hGS+kRWJutUBEngKKmk4iH3sD59MBkoxVapS/0wgpCz2u7XsNloxknyvBhzwEs1IbV36D9PwqLPJ2DTu3vMA== | ||
3477 | dependencies: | 3470 | dependencies: |
3478 | color-name "^1.0.0" | 3471 | color-name "^1.0.0" |
3479 | simple-swizzle "^0.2.2" | 3472 | simple-swizzle "^0.2.2" |
3480 | 3473 | ||
3481 | -color@^3.1.3: | ||
3482 | - version "3.1.3" | ||
3483 | - resolved "https://registry.npmjs.org/color/-/color-3.1.3.tgz#ca67fb4e7b97d611dcde39eceed422067d91596e" | ||
3484 | - integrity sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== | 3474 | +color@^3.2.0: |
3475 | + version "3.2.1" | ||
3476 | + resolved "https://registry.yarnpkg.com/color/-/color-3.2.1.tgz#3544dc198caf4490c3ecc9a790b54fe9ff45e164" | ||
3477 | + integrity sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== | ||
3485 | dependencies: | 3478 | dependencies: |
3486 | - color-convert "^1.9.1" | ||
3487 | - color-string "^1.5.4" | 3479 | + color-convert "^1.9.3" |
3480 | + color-string "^1.6.0" | ||
3488 | 3481 | ||
3489 | colorette@^1.2.1, colorette@^1.2.2: | 3482 | colorette@^1.2.1, colorette@^1.2.2: |
3490 | version "1.2.2" | 3483 | version "1.2.2" |
@@ -4243,10 +4236,10 @@ detective@^5.2.0: | @@ -4243,10 +4236,10 @@ detective@^5.2.0: | ||
4243 | defined "^1.0.0" | 4236 | defined "^1.0.0" |
4244 | minimist "^1.1.1" | 4237 | minimist "^1.1.1" |
4245 | 4238 | ||
4246 | -didyoumean@^1.2.1: | ||
4247 | - version "1.2.1" | ||
4248 | - resolved "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.1.tgz#e92edfdada6537d484d73c0172fd1eba0c4976ff" | ||
4249 | - integrity sha1-6S7f2tplN9SE1zwBcv0eugxJdv8= | 4239 | +didyoumean@^1.2.2: |
4240 | + version "1.2.2" | ||
4241 | + resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" | ||
4242 | + integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== | ||
4250 | 4243 | ||
4251 | diff-match-patch@^1.0.5: | 4244 | diff-match-patch@^1.0.5: |
4252 | version "1.0.5" | 4245 | version "1.0.5" |
@@ -4609,11 +4602,6 @@ esbuild@^0.11.23: | @@ -4609,11 +4602,6 @@ esbuild@^0.11.23: | ||
4609 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8" | 4602 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.11.23.tgz#c42534f632e165120671d64db67883634333b4b8" |
4610 | integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q== | 4603 | integrity sha512-iaiZZ9vUF5wJV8ob1tl+5aJTrwDczlvGP0JoMmnpC2B0ppiMCu8n8gmy5ZTGl5bcG081XBVn+U+jP+mPFm5T5Q== |
4611 | 4604 | ||
4612 | -esbuild@^0.12.5: | ||
4613 | - version "0.12.15" | ||
4614 | - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.12.15.tgz#9d99cf39aeb2188265c5983e983e236829f08af0" | ||
4615 | - integrity sha512-72V4JNd2+48eOVCXx49xoSWHgC3/cCy96e7mbXKY+WOWghN00cCmlGnwVLRhRHorvv0dgCyuMYBZlM2xDM5OQw== | ||
4616 | - | ||
4617 | esbuild@^0.12.6, esbuild@^0.12.8: | 4605 | esbuild@^0.12.6, esbuild@^0.12.8: |
4618 | version "0.12.9" | 4606 | version "0.12.9" |
4619 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070" | 4607 | resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.12.9.tgz#bed4e7087c286cd81d975631f77d47feb1660070" |
@@ -4666,10 +4654,10 @@ eslint-define-config@^1.0.9: | @@ -4666,10 +4654,10 @@ eslint-define-config@^1.0.9: | ||
4666 | resolved "https://registry.yarnpkg.com/eslint-define-config/-/eslint-define-config-1.0.9.tgz#72e5e2410c576667a6ba1b5bff9801eeda476256" | 4654 | resolved "https://registry.yarnpkg.com/eslint-define-config/-/eslint-define-config-1.0.9.tgz#72e5e2410c576667a6ba1b5bff9801eeda476256" |
4667 | integrity sha512-LRzNlRo9sv43BAXY+nhZIUCZLRisTMEXXSqlGc2uZ8emAGyJv3FDSew2MIVRMwThexEjVxjNmeqduaexJ/GT3Q== | 4655 | integrity sha512-LRzNlRo9sv43BAXY+nhZIUCZLRisTMEXXSqlGc2uZ8emAGyJv3FDSew2MIVRMwThexEjVxjNmeqduaexJ/GT3Q== |
4668 | 4656 | ||
4669 | -eslint-plugin-jest@^24.3.6: | ||
4670 | - version "24.3.6" | ||
4671 | - resolved "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-24.3.6.tgz#5f0ca019183c3188c5ad3af8e80b41de6c8e9173" | ||
4672 | - integrity sha512-WOVH4TIaBLIeCX576rLcOgjNXqP+jNlCiEmRgFTfQtJ52DpwnIQKAVGlGPAN7CZ33bW6eNfHD6s8ZbEUTQubJg== | 4657 | +eslint-plugin-jest@^24.3.7: |
4658 | + version "24.3.7" | ||
4659 | + resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-24.3.7.tgz#a4deaa9e88182b92533a9c25cc4f3c369d7f33eb" | ||
4660 | + integrity sha512-pXED2NA4q2M/5mxlN6GyuUXAFJndT0uosOkQCHaUED9pqgBPd89ZzpcZEU6c5HtZNahC00M36FkwLdDHMDqaHw== | ||
4673 | dependencies: | 4661 | dependencies: |
4674 | "@typescript-eslint/experimental-utils" "^4.0.1" | 4662 | "@typescript-eslint/experimental-utils" "^4.0.1" |
4675 | 4663 | ||
@@ -5388,7 +5376,7 @@ fs.realpath@^1.0.0: | @@ -5388,7 +5376,7 @@ fs.realpath@^1.0.0: | ||
5388 | resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" | 5376 | resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" |
5389 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= | 5377 | integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= |
5390 | 5378 | ||
5391 | -fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2: | 5379 | +fsevents@^2.3.2, fsevents@~2.3.2: |
5392 | version "2.3.2" | 5380 | version "2.3.2" |
5393 | resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" | 5381 | resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" |
5394 | integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== | 5382 | integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== |
@@ -9709,10 +9697,10 @@ rollup-plugin-visualizer@5.5.2: | @@ -9709,10 +9697,10 @@ rollup-plugin-visualizer@5.5.2: | ||
9709 | source-map "^0.7.3" | 9697 | source-map "^0.7.3" |
9710 | yargs "^16.2.0" | 9698 | yargs "^16.2.0" |
9711 | 9699 | ||
9712 | -rollup@^2.38.5, rollup@^2.43.1, rollup@^2.51.2, rollup@^2.53.2: | ||
9713 | - version "2.53.2" | ||
9714 | - resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.2.tgz#3279f9bfba1fe446585560802e418c5fbcaefa51" | ||
9715 | - integrity sha512-1CtEYuS5CRCzFZ7SNW5528SlDlk4VDXIRGwbm/2POQxA/G4+7/crIqJwkmnj8Q/74hGx4oVlNvh4E1CJQ5hZ6w== | 9700 | +rollup@^2.38.5, rollup@^2.43.1, rollup@^2.51.2, rollup@^2.53.3: |
9701 | + version "2.53.3" | ||
9702 | + resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.53.3.tgz#14b0e57f0874d4ad23bdbb13050cf70bcd1eabf7" | ||
9703 | + integrity sha512-79QIGP5DXz5ZHYnCPi3tLz+elOQi6gudp9YINdaJdjG0Yddubo6JRFUM//qCZ0Bap/GJrsUoEBVdSOc4AkMlRA== | ||
9716 | optionalDependencies: | 9704 | optionalDependencies: |
9717 | fsevents "~2.3.2" | 9705 | fsevents "~2.3.2" |
9718 | 9706 | ||
@@ -10569,22 +10557,21 @@ table@^6.0.9, table@^6.6.0: | @@ -10569,22 +10557,21 @@ table@^6.0.9, table@^6.6.0: | ||
10569 | string-width "^4.2.0" | 10557 | string-width "^4.2.0" |
10570 | strip-ansi "^6.0.0" | 10558 | strip-ansi "^6.0.0" |
10571 | 10559 | ||
10572 | -tailwindcss@^2.2.4: | ||
10573 | - version "2.2.4" | ||
10574 | - resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-2.2.4.tgz#6a2e259b1e26125aeaa7cdc479963fd217c308b0" | ||
10575 | - integrity sha512-OdBCPgazNNsknSP+JfrPzkay9aqKjhKtFhbhgxHgvEFdHy/GuRPo2SCJ4w1SFTN8H6FPI4m6qD/Jj20NWY1GkA== | 10560 | +tailwindcss@^2.2.5: |
10561 | + version "2.2.5" | ||
10562 | + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-2.2.5.tgz#5d71674baa98b97fe888b88b56c177b929ae290c" | ||
10563 | + integrity sha512-/85aI7qltFUXCF/zRKCm2Z1TYKy74DK3V4DP1gxz++YK0CgV3TlXB9h7ylKAukrc+ILcRPe6+dSQ1lbCj8XSJQ== | ||
10576 | dependencies: | 10564 | dependencies: |
10577 | - "@fullhuman/postcss-purgecss" "^4.0.3" | ||
10578 | arg "^5.0.0" | 10565 | arg "^5.0.0" |
10579 | bytes "^3.0.0" | 10566 | bytes "^3.0.0" |
10580 | chalk "^4.1.1" | 10567 | chalk "^4.1.1" |
10581 | chokidar "^3.5.2" | 10568 | chokidar "^3.5.2" |
10582 | - color "^3.1.3" | 10569 | + color "^3.2.0" |
10583 | cosmiconfig "^7.0.0" | 10570 | cosmiconfig "^7.0.0" |
10584 | detective "^5.2.0" | 10571 | detective "^5.2.0" |
10585 | - didyoumean "^1.2.1" | 10572 | + didyoumean "^1.2.2" |
10586 | dlv "^1.1.3" | 10573 | dlv "^1.1.3" |
10587 | - fast-glob "^3.2.5" | 10574 | + fast-glob "^3.2.7" |
10588 | fs-extra "^10.0.0" | 10575 | fs-extra "^10.0.0" |
10589 | glob-parent "^6.0.0" | 10576 | glob-parent "^6.0.0" |
10590 | html-tags "^3.1.0" | 10577 | html-tags "^3.1.0" |
@@ -10601,6 +10588,7 @@ tailwindcss@^2.2.4: | @@ -10601,6 +10588,7 @@ tailwindcss@^2.2.4: | ||
10601 | postcss-selector-parser "^6.0.6" | 10588 | postcss-selector-parser "^6.0.6" |
10602 | postcss-value-parser "^4.1.0" | 10589 | postcss-value-parser "^4.1.0" |
10603 | pretty-hrtime "^1.0.3" | 10590 | pretty-hrtime "^1.0.3" |
10591 | + purgecss "^4.0.3" | ||
10604 | quick-lru "^5.1.1" | 10592 | quick-lru "^5.1.1" |
10605 | reduce-css-calc "^2.1.8" | 10593 | reduce-css-calc "^2.1.8" |
10606 | resolve "^1.20.0" | 10594 | resolve "^1.20.0" |
@@ -10861,10 +10849,10 @@ trough@^1.0.0: | @@ -10861,10 +10849,10 @@ trough@^1.0.0: | ||
10861 | resolved "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" | 10849 | resolved "https://registry.npmjs.org/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406" |
10862 | integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== | 10850 | integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA== |
10863 | 10851 | ||
10864 | -ts-jest@^27.0.3: | ||
10865 | - version "27.0.3" | ||
10866 | - resolved "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.3.tgz#808492f022296cde19390bb6ad627c8126bf93f8" | ||
10867 | - integrity sha512-U5rdMjnYam9Ucw+h0QvtNDbc5+88nxt7tbIvqaZUhFrfG4+SkWhMXjejCLVGcpILTPuV+H3W/GZDZrnZFpPeXw== | 10852 | +ts-jest@^27.0.4: |
10853 | + version "27.0.4" | ||
10854 | + resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-27.0.4.tgz#df49683535831560ccb58f94c023d831b1b80df0" | ||
10855 | + integrity sha512-c4E1ECy9Xz2WGfTMyHbSaArlIva7Wi2p43QOMmCqjSSjHP06KXv+aT+eSY+yZMuqsMi3k7pyGsGj2q5oSl5WfQ== | ||
10868 | dependencies: | 10856 | dependencies: |
10869 | bs-logger "0.x" | 10857 | bs-logger "0.x" |
10870 | buffer-from "1.x" | 10858 | buffer-from "1.x" |
@@ -10988,11 +10976,6 @@ typedarray-to-buffer@^3.1.5: | @@ -10988,11 +10976,6 @@ typedarray-to-buffer@^3.1.5: | ||
10988 | dependencies: | 10976 | dependencies: |
10989 | is-typedarray "^1.0.0" | 10977 | is-typedarray "^1.0.0" |
10990 | 10978 | ||
10991 | -typescript-vscode-sh-plugin@^0.6.14: | ||
10992 | - version "0.6.14" | ||
10993 | - resolved "https://registry.npmjs.org/typescript-vscode-sh-plugin/-/typescript-vscode-sh-plugin-0.6.14.tgz#a81031b502f6346a26ea49ce082438c3e353bb38" | ||
10994 | - integrity sha512-AkNlRBbI6K7gk29O92qthNSvc6jjmNQ6isVXoYxkFwPa8D04tIv2SOPd+sd+mNpso4tNdL2gy7nVtrd5yFqvlA== | ||
10995 | - | ||
10996 | typescript@4.3.5: | 10979 | typescript@4.3.5: |
10997 | version "4.3.5" | 10980 | version "4.3.5" |
10998 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" | 10981 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" |
@@ -11372,17 +11355,17 @@ vite-plugin-theme@^0.8.1: | @@ -11372,17 +11355,17 @@ vite-plugin-theme@^0.8.1: | ||
11372 | esbuild-plugin-alias "^0.1.2" | 11355 | esbuild-plugin-alias "^0.1.2" |
11373 | tinycolor2 "^1.4.2" | 11356 | tinycolor2 "^1.4.2" |
11374 | 11357 | ||
11375 | -vite@2.3.6: | ||
11376 | - version "2.3.6" | ||
11377 | - resolved "https://registry.yarnpkg.com/vite/-/vite-2.3.6.tgz#1f7cfde88a51a802d69000c7bac85d481c2e871c" | ||
11378 | - integrity sha512-fsEpNKDHgh3Sn66JH06ZnUBnIgUVUtw6ucDhlOj1CEqxIkymU25yv1/kWDPlIjyYHnalr0cN6V+zzUJ+fmWHYw== | 11358 | +vite@2.4.3: |
11359 | + version "2.4.3" | ||
11360 | + resolved "https://registry.yarnpkg.com/vite/-/vite-2.4.3.tgz#fe4aa78e9dd7d36bcb12eccbd52313b26cfadf77" | ||
11361 | + integrity sha512-iT6NPeiUUZ2FkzC3eazytOEMRaM4J+xgRQcNcpRcbmfYjakCFP4WKPJpeEz1U5JEKHAtwv3ZBQketQUFhFU3ng== | ||
11379 | dependencies: | 11362 | dependencies: |
11380 | - esbuild "^0.12.5" | ||
11381 | - postcss "^8.2.10" | ||
11382 | - resolve "^1.19.0" | 11363 | + esbuild "^0.12.8" |
11364 | + postcss "^8.3.5" | ||
11365 | + resolve "^1.20.0" | ||
11383 | rollup "^2.38.5" | 11366 | rollup "^2.38.5" |
11384 | optionalDependencies: | 11367 | optionalDependencies: |
11385 | - fsevents "~2.3.1" | 11368 | + fsevents "~2.3.2" |
11386 | 11369 | ||
11387 | void-elements@^3.1.0: | 11370 | void-elements@^3.1.0: |
11388 | version "3.1.0" | 11371 | version "3.1.0" |
@@ -11472,26 +11455,25 @@ vscode-nls@^5.0.0: | @@ -11472,26 +11455,25 @@ vscode-nls@^5.0.0: | ||
11472 | resolved "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840" | 11455 | resolved "https://registry.npmjs.org/vscode-nls/-/vscode-nls-5.0.0.tgz#99f0da0bd9ea7cda44e565a74c54b1f2bc257840" |
11473 | integrity sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA== | 11456 | integrity sha512-u0Lw+IYlgbEJFF6/qAqG2d1jQmJl0eyAGJHoAJqr2HT4M2BNuQYSEiSE75f52pXHSJm8AlTjnLLbBFPrdz2hpA== |
11474 | 11457 | ||
11475 | -vscode-pug-languageservice@^0.26.4: | ||
11476 | - version "0.26.4" | ||
11477 | - resolved "https://registry.yarnpkg.com/vscode-pug-languageservice/-/vscode-pug-languageservice-0.26.4.tgz#824a76dffaec7897908046858c0d27d1df5d31da" | ||
11478 | - integrity sha512-wehkMtv52Wff/hrM9h5aEKtw4Q9fRX80GNG7BCZKvh7nXHBNhQGYUo0uBe0cH7zw3OxxEcGZoNQhUOmEDYN2Tg== | 11458 | +vscode-pug-languageservice@^0.26.6: |
11459 | + version "0.26.6" | ||
11460 | + resolved "https://registry.yarnpkg.com/vscode-pug-languageservice/-/vscode-pug-languageservice-0.26.6.tgz#0cd99da7f60420b98dc1a9449c73132c7da12661" | ||
11461 | + integrity sha512-o9wsSOewFTrG/eGA/6aQ0JAcyEE1JLIfONTECORkHeqNo9iS3PuqWnNvg7Z5iHrReAXnJZTEjdogX14muRMBRA== | ||
11479 | dependencies: | 11462 | dependencies: |
11480 | - "@volar/code-gen" "^0.26.4" | ||
11481 | - "@volar/shared" "^0.26.4" | ||
11482 | - "@volar/source-map" "^0.26.4" | ||
11483 | - "@volar/transforms" "^0.26.4" | 11463 | + "@volar/code-gen" "^0.26.6" |
11464 | + "@volar/shared" "^0.26.6" | ||
11465 | + "@volar/source-map" "^0.26.6" | ||
11466 | + "@volar/transforms" "^0.26.6" | ||
11484 | pug-lexer "^5.0.1" | 11467 | pug-lexer "^5.0.1" |
11485 | pug-parser "^6.0.0" | 11468 | pug-parser "^6.0.0" |
11486 | vscode-languageserver "^8.0.0-next.1" | 11469 | vscode-languageserver "^8.0.0-next.1" |
11487 | 11470 | ||
11488 | -vscode-typescript-languageservice@^0.26.4: | ||
11489 | - version "0.26.4" | ||
11490 | - resolved "https://registry.yarnpkg.com/vscode-typescript-languageservice/-/vscode-typescript-languageservice-0.26.4.tgz#9460aca6ced689c922bb66e835532bc069623c3d" | ||
11491 | - integrity sha512-u1qLx2oSb+0AVO0KcTuue6jzYZdqvPFdE81YOwldWwzNaPV2uzOnY0iHtZbn2YwI4aZvPYBhUAIo2jYEphaAxA== | 11471 | +vscode-typescript-languageservice@^0.26.6: |
11472 | + version "0.26.6" | ||
11473 | + resolved "https://registry.yarnpkg.com/vscode-typescript-languageservice/-/vscode-typescript-languageservice-0.26.6.tgz#1581c06cfe9bbdfdaf6fae4f8e484cbee37ee0c9" | ||
11474 | + integrity sha512-b7JEg72/dyJvv9ND/Q5B5Hjy70v+MBVAlTfreKAG0E5u5JHLEm+Kh4AXrlJU/Vb1jpK1/rhDGAYO3RWYikJh+A== | ||
11492 | dependencies: | 11475 | dependencies: |
11493 | - "@volar/shared" "^0.26.4" | ||
11494 | - typescript-vscode-sh-plugin "^0.6.14" | 11476 | + "@volar/shared" "^0.26.6" |
11495 | upath "^2.0.1" | 11477 | upath "^2.0.1" |
11496 | vscode-languageserver "^8.0.0-next.1" | 11478 | vscode-languageserver "^8.0.0-next.1" |
11497 | vscode-languageserver-textdocument "^1.0.1" | 11479 | vscode-languageserver-textdocument "^1.0.1" |
@@ -11506,20 +11488,20 @@ vscode-uri@^3.0.2: | @@ -11506,20 +11488,20 @@ vscode-uri@^3.0.2: | ||
11506 | resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.2.tgz#ecfd1d066cb8ef4c3a208decdbab9a8c23d055d0" | 11488 | resolved "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.2.tgz#ecfd1d066cb8ef4c3a208decdbab9a8c23d055d0" |
11507 | integrity sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA== | 11489 | integrity sha512-jkjy6pjU1fxUvI51P+gCsxg1u2n8LSt0W6KrCNQceaziKzff74GoWmjVG46KieVzybO1sttPQmYfrwSHey7GUA== |
11508 | 11490 | ||
11509 | -vscode-vue-languageservice@^0.26.0: | ||
11510 | - version "0.26.4" | ||
11511 | - resolved "https://registry.yarnpkg.com/vscode-vue-languageservice/-/vscode-vue-languageservice-0.26.4.tgz#52970ab84af06848939e3aaadf2bb86ac23001e0" | ||
11512 | - integrity sha512-tR6dgmPtdYU5KRz9BoPS4t4HUkc4GLC4ZzOmdLAzRqt5H5SUkAc5ihrHYo4++PrMTZqRC9rLzKFHBS0LzU1+Yg== | ||
11513 | - dependencies: | ||
11514 | - "@volar/code-gen" "^0.26.4" | ||
11515 | - "@volar/html2pug" "^0.26.4" | ||
11516 | - "@volar/shared" "^0.26.4" | ||
11517 | - "@volar/source-map" "^0.26.4" | ||
11518 | - "@volar/transforms" "^0.26.4" | ||
11519 | - "@vue/compiler-dom" "3.1.2" | ||
11520 | - "@vue/compiler-sfc" "3.1.2" | ||
11521 | - "@vue/reactivity" "3.1.2" | ||
11522 | - "@vue/shared" "3.1.2" | 11491 | +vscode-vue-languageservice@^0.26.6: |
11492 | + version "0.26.6" | ||
11493 | + resolved "https://registry.yarnpkg.com/vscode-vue-languageservice/-/vscode-vue-languageservice-0.26.6.tgz#b533612bf33385370579b81db9f9e0cac155c3e4" | ||
11494 | + integrity sha512-NLOwk3X4cQSDICUlNtRHUkO9kFpQQROjmoOdWbg55j3aw2Ouew3t6spnKMQfc3LCVCjGMr3+qMMCzpdBfzYxCA== | ||
11495 | + dependencies: | ||
11496 | + "@volar/code-gen" "^0.26.6" | ||
11497 | + "@volar/html2pug" "^0.26.6" | ||
11498 | + "@volar/shared" "^0.26.6" | ||
11499 | + "@volar/source-map" "^0.26.6" | ||
11500 | + "@volar/transforms" "^0.26.6" | ||
11501 | + "@vue/compiler-dom" "^3.2.0-beta.3" | ||
11502 | + "@vue/compiler-sfc" "^3.2.0-beta.3" | ||
11503 | + "@vue/reactivity" "^3.2.0-beta.3" | ||
11504 | + "@vue/shared" "^3.2.0-beta.3" | ||
11523 | jsonc-parser "^3.0.0" | 11505 | jsonc-parser "^3.0.0" |
11524 | request-light "^0.5.4" | 11506 | request-light "^0.5.4" |
11525 | upath "^2.0.1" | 11507 | upath "^2.0.1" |
@@ -11529,8 +11511,8 @@ vscode-vue-languageservice@^0.26.0: | @@ -11529,8 +11511,8 @@ vscode-vue-languageservice@^0.26.0: | ||
11529 | vscode-json-languageservice "^4.1.5" | 11511 | vscode-json-languageservice "^4.1.5" |
11530 | vscode-languageserver "^8.0.0-next.1" | 11512 | vscode-languageserver "^8.0.0-next.1" |
11531 | vscode-languageserver-textdocument "^1.0.1" | 11513 | vscode-languageserver-textdocument "^1.0.1" |
11532 | - vscode-pug-languageservice "^0.26.4" | ||
11533 | - vscode-typescript-languageservice "^0.26.4" | 11514 | + vscode-pug-languageservice "^0.26.6" |
11515 | + vscode-typescript-languageservice "^0.26.6" | ||
11534 | 11516 | ||
11535 | vue-demi@*: | 11517 | vue-demi@*: |
11536 | version "0.9.1" | 11518 | version "0.9.1" |
@@ -11572,12 +11554,12 @@ vue-router@^4.0.10: | @@ -11572,12 +11554,12 @@ vue-router@^4.0.10: | ||
11572 | dependencies: | 11554 | dependencies: |
11573 | "@vue/devtools-api" "^6.0.0-beta.14" | 11555 | "@vue/devtools-api" "^6.0.0-beta.14" |
11574 | 11556 | ||
11575 | -vue-tsc@^0.2.1: | ||
11576 | - version "0.2.1" | ||
11577 | - resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.2.1.tgz#81a5919472e60de096e71fe5568debe1f6f28687" | ||
11578 | - integrity sha512-iyxQ+MQw4dE8GWgB63qC0URAb/UUAMbt4F+3LEtz+0bioo3+g6pi0IIbYNNE7OWDo/SJsyMJnFCJNwQ3DWJOOg== | 11557 | +vue-tsc@^0.2.2: |
11558 | + version "0.2.2" | ||
11559 | + resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.2.2.tgz#e7fd5e5c789beb31840ad26082cfc8bb6356e733" | ||
11560 | + integrity sha512-91mzfGneWCuF83WTGRI9HA67IBUh5lrhujnFaHKWHQlpQFcBadkmz0BVoGAuJLQILetC5/CrY3is6FGiWFuY4w== | ||
11579 | dependencies: | 11561 | dependencies: |
11580 | - vscode-vue-languageservice "^0.26.0" | 11562 | + vscode-vue-languageservice "^0.26.6" |
11581 | 11563 | ||
11582 | vue-types@^3.0.0: | 11564 | vue-types@^3.0.0: |
11583 | version "3.0.2" | 11565 | version "3.0.2" |