diff options
-rw-r--r-- | package.json | 6 | ||||
-rw-r--r-- | yarn.lock | 252 |
2 files changed, 129 insertions, 129 deletions
diff --git a/package.json b/package.json index 61acf31..65436fd 100644 --- a/package.json +++ b/package.json | |||
@@ -23,9 +23,9 @@ | |||
23 | "@vue/cli-service": "~4.5.9", | 23 | "@vue/cli-service": "~4.5.9", |
24 | "@vue/eslint-config-prettier": "^6.0.0", | 24 | "@vue/eslint-config-prettier": "^6.0.0", |
25 | "babel-eslint": "^10.1.0", | 25 | "babel-eslint": "^10.1.0", |
26 | "eslint": "^7.15.0", | 26 | "eslint": "^7.16.0", |
27 | "eslint-plugin-prettier": "^3.2.0", | 27 | "eslint-plugin-prettier": "^3.3.0", |
28 | "eslint-plugin-vue": "^7.2.0", | 28 | "eslint-plugin-vue": "^7.3.0", |
29 | "prettier": "^2.2.1", | 29 | "prettier": "^2.2.1", |
30 | "raw-loader": "^4.0.2", | 30 | "raw-loader": "^4.0.2", |
31 | "sass": "^1.30.0", | 31 | "sass": "^1.30.0", |
@@ -3,9 +3,9 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": | 5 | "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": |
6 | version "7.10.4" | 6 | version "7.12.11" |
7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" | 7 | resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" |
8 | integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== | 8 | integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== |
9 | dependencies: | 9 | dependencies: |
10 | "@babel/highlight" "^7.10.4" | 10 | "@babel/highlight" "^7.10.4" |
11 | 11 | ||
@@ -36,11 +36,11 @@ | |||
36 | source-map "^0.5.0" | 36 | source-map "^0.5.0" |
37 | 37 | ||
38 | "@babel/generator@^7.12.10": | 38 | "@babel/generator@^7.12.10": |
39 | version "7.12.10" | 39 | version "7.12.11" |
40 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.10.tgz#2b188fc329fb8e4f762181703beffc0fe6df3460" | 40 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af" |
41 | integrity sha512-6mCdfhWgmqLdtTkhXjnIz0LcdVCd26wS2JXRtj2XY0u5klDsXBREA/pG5NVOuVnF2LUrBGNFtQkIqqTbblg0ww== | 41 | integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== |
42 | dependencies: | 42 | dependencies: |
43 | "@babel/types" "^7.12.10" | 43 | "@babel/types" "^7.12.11" |
44 | jsesc "^2.5.1" | 44 | jsesc "^2.5.1" |
45 | source-map "^0.5.0" | 45 | source-map "^0.5.0" |
46 | 46 | ||
@@ -105,15 +105,15 @@ | |||
105 | "@babel/types" "^7.12.1" | 105 | "@babel/types" "^7.12.1" |
106 | 106 | ||
107 | "@babel/helper-function-name@^7.10.4": | 107 | "@babel/helper-function-name@^7.10.4": |
108 | version "7.10.4" | 108 | version "7.12.11" |
109 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a" | 109 | resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42" |
110 | integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ== | 110 | integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== |
111 | dependencies: | 111 | dependencies: |
112 | "@babel/helper-get-function-arity" "^7.10.4" | 112 | "@babel/helper-get-function-arity" "^7.12.10" |
113 | "@babel/template" "^7.10.4" | 113 | "@babel/template" "^7.12.7" |
114 | "@babel/types" "^7.10.4" | 114 | "@babel/types" "^7.12.11" |
115 | 115 | ||
116 | "@babel/helper-get-function-arity@^7.10.4": | 116 | "@babel/helper-get-function-arity@^7.12.10": |
117 | version "7.12.10" | 117 | version "7.12.10" |
118 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" | 118 | resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf" |
119 | integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== | 119 | integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== |
@@ -127,7 +127,7 @@ | |||
127 | dependencies: | 127 | dependencies: |
128 | "@babel/types" "^7.10.4" | 128 | "@babel/types" "^7.10.4" |
129 | 129 | ||
130 | "@babel/helper-member-expression-to-functions@^7.12.1": | 130 | "@babel/helper-member-expression-to-functions@^7.12.1", "@babel/helper-member-expression-to-functions@^7.12.7": |
131 | version "7.12.7" | 131 | version "7.12.7" |
132 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" | 132 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855" |
133 | integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== | 133 | integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== |
@@ -156,7 +156,7 @@ | |||
156 | "@babel/types" "^7.12.1" | 156 | "@babel/types" "^7.12.1" |
157 | lodash "^4.17.19" | 157 | lodash "^4.17.19" |
158 | 158 | ||
159 | "@babel/helper-optimise-call-expression@^7.10.4": | 159 | "@babel/helper-optimise-call-expression@^7.10.4", "@babel/helper-optimise-call-expression@^7.12.10": |
160 | version "7.12.10" | 160 | version "7.12.10" |
161 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d" | 161 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d" |
162 | integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== | 162 | integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== |
@@ -178,14 +178,14 @@ | |||
178 | "@babel/types" "^7.12.1" | 178 | "@babel/types" "^7.12.1" |
179 | 179 | ||
180 | "@babel/helper-replace-supers@^7.12.1": | 180 | "@babel/helper-replace-supers@^7.12.1": |
181 | version "7.12.5" | 181 | version "7.12.11" |
182 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz#f009a17543bbbbce16b06206ae73b63d3fca68d9" | 182 | resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d" |
183 | integrity sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA== | 183 | integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== |
184 | dependencies: | 184 | dependencies: |
185 | "@babel/helper-member-expression-to-functions" "^7.12.1" | 185 | "@babel/helper-member-expression-to-functions" "^7.12.7" |
186 | "@babel/helper-optimise-call-expression" "^7.10.4" | 186 | "@babel/helper-optimise-call-expression" "^7.12.10" |
187 | "@babel/traverse" "^7.12.5" | 187 | "@babel/traverse" "^7.12.10" |
188 | "@babel/types" "^7.12.5" | 188 | "@babel/types" "^7.12.11" |
189 | 189 | ||
190 | "@babel/helper-simple-access@^7.12.1": | 190 | "@babel/helper-simple-access@^7.12.1": |
191 | version "7.12.1" | 191 | version "7.12.1" |
@@ -202,21 +202,21 @@ | |||
202 | "@babel/types" "^7.12.1" | 202 | "@babel/types" "^7.12.1" |
203 | 203 | ||
204 | "@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": | 204 | "@babel/helper-split-export-declaration@^7.10.4", "@babel/helper-split-export-declaration@^7.11.0": |
205 | version "7.11.0" | 205 | version "7.12.11" |
206 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f" | 206 | resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a" |
207 | integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg== | 207 | integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== |
208 | dependencies: | 208 | dependencies: |
209 | "@babel/types" "^7.11.0" | 209 | "@babel/types" "^7.12.11" |
210 | 210 | ||
211 | "@babel/helper-validator-identifier@^7.10.4": | 211 | "@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11": |
212 | version "7.10.4" | 212 | version "7.12.11" |
213 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2" | 213 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed" |
214 | integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw== | 214 | integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== |
215 | 215 | ||
216 | "@babel/helper-validator-option@^7.12.1": | 216 | "@babel/helper-validator-option@^7.12.1", "@babel/helper-validator-option@^7.12.11": |
217 | version "7.12.1" | 217 | version "7.12.11" |
218 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9" | 218 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f" |
219 | integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A== | 219 | integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== |
220 | 220 | ||
221 | "@babel/helper-wrap-function@^7.10.4": | 221 | "@babel/helper-wrap-function@^7.10.4": |
222 | version "7.12.3" | 222 | version "7.12.3" |
@@ -247,9 +247,9 @@ | |||
247 | js-tokens "^4.0.0" | 247 | js-tokens "^4.0.0" |
248 | 248 | ||
249 | "@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0": | 249 | "@babel/parser@^7.12.10", "@babel/parser@^7.12.7", "@babel/parser@^7.7.0": |
250 | version "7.12.10" | 250 | version "7.12.11" |
251 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.10.tgz#824600d59e96aea26a5a2af5a9d812af05c3ae81" | 251 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79" |
252 | integrity sha512-PJdRPwyoOqFAWfLytxrWwGrAxghCgh/yTNCYciOz8QgjflA7aZhECPZAa2VUedKg2+QMWkI0L9lynh2SNmNEgA== | 252 | integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== |
253 | 253 | ||
254 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": | 254 | "@babel/plugin-proposal-async-generator-functions@^7.12.1": |
255 | version "7.12.1" | 255 | version "7.12.1" |
@@ -488,10 +488,10 @@ | |||
488 | dependencies: | 488 | dependencies: |
489 | "@babel/helper-plugin-utils" "^7.10.4" | 489 | "@babel/helper-plugin-utils" "^7.10.4" |
490 | 490 | ||
491 | "@babel/plugin-transform-block-scoping@^7.12.1": | 491 | "@babel/plugin-transform-block-scoping@^7.12.11": |
492 | version "7.12.1" | 492 | version "7.12.11" |
493 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1" | 493 | resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f" |
494 | integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w== | 494 | integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA== |
495 | dependencies: | 495 | dependencies: |
496 | "@babel/helper-plugin-utils" "^7.10.4" | 496 | "@babel/helper-plugin-utils" "^7.10.4" |
497 | 497 | ||
@@ -724,15 +724,15 @@ | |||
724 | "@babel/helper-plugin-utils" "^7.10.4" | 724 | "@babel/helper-plugin-utils" "^7.10.4" |
725 | 725 | ||
726 | "@babel/preset-env@^7.11.0": | 726 | "@babel/preset-env@^7.11.0": |
727 | version "7.12.10" | 727 | version "7.12.11" |
728 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.10.tgz#ca981b95f641f2610531bd71948656306905e6ab" | 728 | resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9" |
729 | integrity sha512-Gz9hnBT/tGeTE2DBNDkD7BiWRELZt+8lSysHuDwmYXUIvtwZl0zI+D6mZgXZX0u8YBlLS4tmai9ONNY9tjRgRA== | 729 | integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw== |
730 | dependencies: | 730 | dependencies: |
731 | "@babel/compat-data" "^7.12.7" | 731 | "@babel/compat-data" "^7.12.7" |
732 | "@babel/helper-compilation-targets" "^7.12.5" | 732 | "@babel/helper-compilation-targets" "^7.12.5" |
733 | "@babel/helper-module-imports" "^7.12.5" | 733 | "@babel/helper-module-imports" "^7.12.5" |
734 | "@babel/helper-plugin-utils" "^7.10.4" | 734 | "@babel/helper-plugin-utils" "^7.10.4" |
735 | "@babel/helper-validator-option" "^7.12.1" | 735 | "@babel/helper-validator-option" "^7.12.11" |
736 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1" | 736 | "@babel/plugin-proposal-async-generator-functions" "^7.12.1" |
737 | "@babel/plugin-proposal-class-properties" "^7.12.1" | 737 | "@babel/plugin-proposal-class-properties" "^7.12.1" |
738 | "@babel/plugin-proposal-dynamic-import" "^7.12.1" | 738 | "@babel/plugin-proposal-dynamic-import" "^7.12.1" |
@@ -761,7 +761,7 @@ | |||
761 | "@babel/plugin-transform-arrow-functions" "^7.12.1" | 761 | "@babel/plugin-transform-arrow-functions" "^7.12.1" |
762 | "@babel/plugin-transform-async-to-generator" "^7.12.1" | 762 | "@babel/plugin-transform-async-to-generator" "^7.12.1" |
763 | "@babel/plugin-transform-block-scoped-functions" "^7.12.1" | 763 | "@babel/plugin-transform-block-scoped-functions" "^7.12.1" |
764 | "@babel/plugin-transform-block-scoping" "^7.12.1" | 764 | "@babel/plugin-transform-block-scoping" "^7.12.11" |
765 | "@babel/plugin-transform-classes" "^7.12.1" | 765 | "@babel/plugin-transform-classes" "^7.12.1" |
766 | "@babel/plugin-transform-computed-properties" "^7.12.1" | 766 | "@babel/plugin-transform-computed-properties" "^7.12.1" |
767 | "@babel/plugin-transform-destructuring" "^7.12.1" | 767 | "@babel/plugin-transform-destructuring" "^7.12.1" |
@@ -791,7 +791,7 @@ | |||
791 | "@babel/plugin-transform-unicode-escapes" "^7.12.1" | 791 | "@babel/plugin-transform-unicode-escapes" "^7.12.1" |
792 | "@babel/plugin-transform-unicode-regex" "^7.12.1" | 792 | "@babel/plugin-transform-unicode-regex" "^7.12.1" |
793 | "@babel/preset-modules" "^0.1.3" | 793 | "@babel/preset-modules" "^0.1.3" |
794 | "@babel/types" "^7.12.10" | 794 | "@babel/types" "^7.12.11" |
795 | core-js-compat "^3.8.0" | 795 | core-js-compat "^3.8.0" |
796 | semver "^5.5.0" | 796 | semver "^5.5.0" |
797 | 797 | ||
@@ -837,12 +837,12 @@ | |||
837 | globals "^11.1.0" | 837 | globals "^11.1.0" |
838 | lodash "^4.17.19" | 838 | lodash "^4.17.19" |
839 | 839 | ||
840 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | 840 | "@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
841 | version "7.12.10" | 841 | version "7.12.11" |
842 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.10.tgz#7965e4a7260b26f09c56bcfcb0498af1f6d9b260" | 842 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.11.tgz#a86e4d71e30a9b6ee102590446c98662589283ce" |
843 | integrity sha512-sf6wboJV5mGyip2hIpDSKsr80RszPinEFjsHTalMxZAZkoQ2/2yQzxlcFN52SJqsyPfLtPmenL4g2KB3KJXPDw== | 843 | integrity sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA== |
844 | dependencies: | 844 | dependencies: |
845 | "@babel/helper-validator-identifier" "^7.10.4" | 845 | "@babel/helper-validator-identifier" "^7.12.11" |
846 | lodash "^4.17.19" | 846 | lodash "^4.17.19" |
847 | to-fast-properties "^2.0.0" | 847 | to-fast-properties "^2.0.0" |
848 | 848 | ||
@@ -965,9 +965,9 @@ | |||
965 | "@types/node" "*" | 965 | "@types/node" "*" |
966 | 966 | ||
967 | "@types/express-serve-static-core@*": | 967 | "@types/express-serve-static-core@*": |
968 | version "4.17.15" | 968 | version "4.17.17" |
969 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.15.tgz#7c3d37829a991da9a507c1efd44d97532e8909e3" | 969 | resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.17.tgz#6ba02465165b6c9c3d8db3a28def6b16fc9b70f5" |
970 | integrity sha512-pb71P0BrBAx7cQE+/7QnA1HTQUkdBKMlkPY7lHUMn0YvPJkL2UA+KW3BdWQ309IT+i9En/qm45ZxpjIcpgEhNQ== | 970 | integrity sha512-YYlVaCni5dnHc+bLZfY908IG1+x5xuibKZMGv8srKkvtul3wUuanYvpIj9GXXoWkQbaAdR+kgX46IETKUALWNQ== |
971 | dependencies: | 971 | dependencies: |
972 | "@types/node" "*" | 972 | "@types/node" "*" |
973 | "@types/qs" "*" | 973 | "@types/qs" "*" |
@@ -1028,9 +1028,9 @@ | |||
1028 | integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== | 1028 | integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg== |
1029 | 1029 | ||
1030 | "@types/node@*": | 1030 | "@types/node@*": |
1031 | version "14.14.12" | 1031 | version "14.14.14" |
1032 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.12.tgz#0b1d86f8c40141091285dea02e4940df73bba43f" | 1032 | resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.14.tgz#f7fd5f3cc8521301119f63910f0fb965c7d761ae" |
1033 | integrity sha512-ASH8OPHMNlkdjrEdmoILmzFfsJICvhBsFfAum4aKZ/9U4B6M6tTmTPh+f3ttWdD74CEGV5XvXWkbyfSdXaTd7g== | 1033 | integrity sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ== |
1034 | 1034 | ||
1035 | "@types/normalize-package-data@^2.4.0": | 1035 | "@types/normalize-package-data@^2.4.0": |
1036 | version "2.4.0" | 1036 | version "2.4.0" |
@@ -1788,10 +1788,10 @@ assign-symbols@^1.0.0: | |||
1788 | resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" | 1788 | resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" |
1789 | integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= | 1789 | integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= |
1790 | 1790 | ||
1791 | astral-regex@^1.0.0: | 1791 | astral-regex@^2.0.0: |
1792 | version "1.0.0" | 1792 | version "2.0.0" |
1793 | resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" | 1793 | resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31" |
1794 | integrity sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg== | 1794 | integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ== |
1795 | 1795 | ||
1796 | async-each@^1.0.1: | 1796 | async-each@^1.0.1: |
1797 | version "1.0.3" | 1797 | version "1.0.3" |
@@ -2320,9 +2320,9 @@ caniuse-api@^3.0.0: | |||
2320 | lodash.uniq "^4.5.0" | 2320 | lodash.uniq "^4.5.0" |
2321 | 2321 | ||
2322 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001165: | 2322 | caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001165: |
2323 | version "1.0.30001165" | 2323 | version "1.0.30001168" |
2324 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001165.tgz#32955490d2f60290bb186bb754f2981917fa744f" | 2324 | resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001168.tgz#6fcd098c139d003b9bd484cbb9ca26cb89907f9a" |
2325 | integrity sha512-8cEsSMwXfx7lWSUMA2s08z9dIgsnR5NAqjXP23stdsU3AUWkCr/rr4s4OFtHXn5XXr6+7kam3QFVoYyXNPdJPA== | 2325 | integrity sha512-P2zmX7swIXKu+GMMR01TWa4csIKELTNnZKc+f1CjebmZJQtTAEXmpQSoKVJVVcvPGAA0TEYTOUp3VehavZSFPQ== |
2326 | 2326 | ||
2327 | case-sensitive-paths-webpack-plugin@^2.3.0: | 2327 | case-sensitive-paths-webpack-plugin@^2.3.0: |
2328 | version "2.3.0" | 2328 | version "2.3.0" |
@@ -3317,9 +3317,9 @@ ejs@^2.6.1: | |||
3317 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== | 3317 | integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== |
3318 | 3318 | ||
3319 | electron-to-chromium@^1.3.621: | 3319 | electron-to-chromium@^1.3.621: |
3320 | version "1.3.623" | 3320 | version "1.3.629" |
3321 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.623.tgz#b61ba1d94b27031554ea2768bb9b823501a918a0" | 3321 | resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.629.tgz#a08d13b64d90e3c77ec5b9bffa3efbc5b4a00969" |
3322 | integrity sha512-CgbWTyPmJ4f9pqtqR+HPL3O0ay6BRhnpFD52TqBB2K8kTAcmAar2e93Vo1q651E4vnCHuTDuZDdbj0sTMP2QQw== | 3322 | integrity sha512-iSPPJtPvHrMAvYOt+9cdbDmTasPqwnwz4lkP8Dn200gDNUBQOLQ96xUsWXBwXslAo5XxdoXAoQQ3RAy4uao9IQ== |
3323 | 3323 | ||
3324 | elliptic@^6.5.3: | 3324 | elliptic@^6.5.3: |
3325 | version "6.5.3" | 3325 | version "6.5.3" |
@@ -3393,9 +3393,9 @@ entities@^2.0.0: | |||
3393 | integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== | 3393 | integrity sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w== |
3394 | 3394 | ||
3395 | errno@^0.1.3, errno@~0.1.7: | 3395 | errno@^0.1.3, errno@~0.1.7: |
3396 | version "0.1.7" | 3396 | version "0.1.8" |
3397 | resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" | 3397 | resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.8.tgz#8bb3e9c7d463be4976ff888f76b4809ebc2e811f" |
3398 | integrity sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg== | 3398 | integrity sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A== |
3399 | dependencies: | 3399 | dependencies: |
3400 | prr "~1.0.1" | 3400 | prr "~1.0.1" |
3401 | 3401 | ||
@@ -3490,22 +3490,22 @@ eslint-loader@^2.2.1: | |||
3490 | object-hash "^1.1.4" | 3490 | object-hash "^1.1.4" |
3491 | rimraf "^2.6.1" | 3491 | rimraf "^2.6.1" |
3492 | 3492 | ||
3493 | eslint-plugin-prettier@^3.2.0: | 3493 | eslint-plugin-prettier@^3.3.0: |
3494 | version "3.2.0" | 3494 | version "3.3.0" |
3495 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.2.0.tgz#af391b2226fa0e15c96f36c733f6e9035dbd952c" | 3495 | resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.0.tgz#61e295349a65688ffac0b7808ef0a8244bdd8d40" |
3496 | integrity sha512-kOUSJnFjAUFKwVxuzy6sA5yyMx6+o9ino4gCdShzBNx4eyFRudWRYKCFolKjoM40PEiuU6Cn7wBLfq3WsGg7qg== | 3496 | integrity sha512-tMTwO8iUWlSRZIwS9k7/E4vrTsfvsrcM5p1eftyuqWH25nKsz/o6/54I7jwQ/3zobISyC7wMy9ZsFwgTxOcOpQ== |
3497 | dependencies: | 3497 | dependencies: |
3498 | prettier-linter-helpers "^1.0.0" | 3498 | prettier-linter-helpers "^1.0.0" |
3499 | 3499 | ||
3500 | eslint-plugin-vue@^7.2.0: | 3500 | eslint-plugin-vue@^7.3.0: |
3501 | version "7.2.0" | 3501 | version "7.3.0" |
3502 | resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.2.0.tgz#dd8323fe7ca28fe9377ce3f5f6cf17afe2686f2a" | 3502 | resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-7.3.0.tgz#0faf0fcf0e1b1052bf800d4dee42d64f50679cb0" |
3503 | integrity sha512-4mt0yIv6rBDNtvis/g22a0ozJ12GfcdEzX77u0ICYjKlxOVtGrKGEvo0cbOObHaKDg9a9kJcoaNodqE4TPfS2A== | 3503 | integrity sha512-4rc9xrZgwT4aLz3XE6lrHu+FZtDLWennYvtzVvvS81kW9c65U4DUzQQWAFjDCgCFvN6HYWxi7ueEtxZVSB+f0g== |
3504 | dependencies: | 3504 | dependencies: |
3505 | eslint-utils "^2.1.0" | 3505 | eslint-utils "^2.1.0" |
3506 | natural-compare "^1.4.0" | 3506 | natural-compare "^1.4.0" |
3507 | semver "^7.3.2" | 3507 | semver "^7.3.2" |
3508 | vue-eslint-parser "^7.2.0" | 3508 | vue-eslint-parser "^7.3.0" |
3509 | 3509 | ||
3510 | eslint-scope@^4.0.3: | 3510 | eslint-scope@^4.0.3: |
3511 | version "4.0.3" | 3511 | version "4.0.3" |
@@ -3540,10 +3540,10 @@ eslint-visitor-keys@^2.0.0: | |||
3540 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" | 3540 | resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
3541 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== | 3541 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
3542 | 3542 | ||
3543 | eslint@^7.15.0: | 3543 | eslint@^7.16.0: |
3544 | version "7.15.0" | 3544 | version "7.16.0" |
3545 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7" | 3545 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.16.0.tgz#a761605bf9a7b32d24bb7cde59aeb0fd76f06092" |
3546 | integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA== | 3546 | integrity sha512-iVWPS785RuDA4dWuhhgXTNrGxHHK3a8HLSMBgbbU59ruJDubUraXN8N5rn7kb8tG6sjg74eE0RA3YWT51eusEw== |
3547 | dependencies: | 3547 | dependencies: |
3548 | "@babel/code-frame" "^7.0.0" | 3548 | "@babel/code-frame" "^7.0.0" |
3549 | "@eslint/eslintrc" "^0.2.2" | 3549 | "@eslint/eslintrc" "^0.2.2" |
@@ -3579,7 +3579,7 @@ eslint@^7.15.0: | |||
3579 | semver "^7.2.1" | 3579 | semver "^7.2.1" |
3580 | strip-ansi "^6.0.0" | 3580 | strip-ansi "^6.0.0" |
3581 | strip-json-comments "^3.1.0" | 3581 | strip-json-comments "^3.1.0" |
3582 | table "^5.2.3" | 3582 | table "^6.0.4" |
3583 | text-table "^0.2.0" | 3583 | text-table "^0.2.0" |
3584 | v8-compile-cache "^2.0.3" | 3584 | v8-compile-cache "^2.0.3" |
3585 | 3585 | ||
@@ -3999,9 +3999,9 @@ flush-write-stream@^1.0.0: | |||
3999 | readable-stream "^2.3.6" | 3999 | readable-stream "^2.3.6" |
4000 | 4000 | ||
4001 | follow-redirects@^1.0.0: | 4001 | follow-redirects@^1.0.0: |
4002 | version "1.13.0" | 4002 | version "1.13.1" |
4003 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db" | 4003 | resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7" |
4004 | integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== | 4004 | integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg== |
4005 | 4005 | ||
4006 | for-in@^1.0.2: | 4006 | for-in@^1.0.2: |
4007 | version "1.0.2" | 4007 | version "1.0.2" |
@@ -4121,9 +4121,9 @@ get-caller-file@^2.0.1: | |||
4121 | integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== | 4121 | integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== |
4122 | 4122 | ||
4123 | get-intrinsic@^1.0.0: | 4123 | get-intrinsic@^1.0.0: |
4124 | version "1.0.1" | 4124 | version "1.0.2" |
4125 | resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.1.tgz#94a9768fcbdd0595a1c9273aacf4c89d075631be" | 4125 | resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.0.2.tgz#6820da226e50b24894e08859469dc68361545d49" |
4126 | integrity sha512-ZnWP+AmS1VUaLgTRy47+zKtjTxz+0xMpx3I52i+aalBK1QP19ggLF3Db89KJX7kjfOfP2eoa01qc++GwPgufPg== | 4126 | integrity sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== |
4127 | dependencies: | 4127 | dependencies: |
4128 | function-bind "^1.1.1" | 4128 | function-bind "^1.1.1" |
4129 | has "^1.0.3" | 4129 | has "^1.0.3" |
@@ -4422,9 +4422,9 @@ html-comment-regex@^1.1.0: | |||
4422 | integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== | 4422 | integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== |
4423 | 4423 | ||
4424 | html-entities@^1.3.1: | 4424 | html-entities@^1.3.1: |
4425 | version "1.3.1" | 4425 | version "1.4.0" |
4426 | resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44" | 4426 | resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.4.0.tgz#cfbd1b01d2afaf9adca1b10ae7dffab98c71d2dc" |
4427 | integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== | 4427 | integrity sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA== |
4428 | 4428 | ||
4429 | html-minifier@^3.2.3: | 4429 | html-minifier@^3.2.3: |
4430 | version "3.5.21" | 4430 | version "3.5.21" |
@@ -5535,9 +5535,9 @@ mime@1.6.0: | |||
5535 | integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== | 5535 | integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== |
5536 | 5536 | ||
5537 | mime@^2.4.4: | 5537 | mime@^2.4.4: |
5538 | version "2.4.6" | 5538 | version "2.4.7" |
5539 | resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.6.tgz#e5b407c90db442f2beb5b162373d07b69affa4d1" | 5539 | resolved "https://registry.yarnpkg.com/mime/-/mime-2.4.7.tgz#962aed9be0ed19c91fd7dc2ece5d7f4e89a90d74" |
5540 | integrity sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA== | 5540 | integrity sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA== |
5541 | 5541 | ||
5542 | mimic-fn@^1.0.0: | 5542 | mimic-fn@^1.0.0: |
5543 | version "1.2.0" | 5543 | version "1.2.0" |
@@ -7442,14 +7442,14 @@ slash@^2.0.0: | |||
7442 | resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" | 7442 | resolved "https://registry.yarnpkg.com/slash/-/slash-2.0.0.tgz#de552851a1759df3a8f206535442f5ec4ddeab44" |
7443 | integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== | 7443 | integrity sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A== |
7444 | 7444 | ||
7445 | slice-ansi@^2.1.0: | 7445 | slice-ansi@^4.0.0: |
7446 | version "2.1.0" | 7446 | version "4.0.0" |
7447 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-2.1.0.tgz#cacd7693461a637a5788d92a7dd4fba068e81636" | 7447 | resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b" |
7448 | integrity sha512-Qu+VC3EwYLldKa1fCxuuvULvSJOKEgk9pi8dZeCVK7TqBfUNTH4sFkk4joj8afVSfAYgJoSOetjx9QWOJ5mYoQ== | 7448 | integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ== |
7449 | dependencies: | 7449 | dependencies: |
7450 | ansi-styles "^3.2.0" | 7450 | ansi-styles "^4.0.0" |
7451 | astral-regex "^1.0.0" | 7451 | astral-regex "^2.0.0" |
7452 | is-fullwidth-code-point "^2.0.0" | 7452 | is-fullwidth-code-point "^3.0.0" |
7453 | 7453 | ||
7454 | snapdragon-node@^2.0.1: | 7454 | snapdragon-node@^2.0.1: |
7455 | version "2.1.1" | 7455 | version "2.1.1" |
@@ -7879,15 +7879,15 @@ svgo@^1.0.0: | |||
7879 | unquote "~1.1.1" | 7879 | unquote "~1.1.1" |
7880 | util.promisify "~1.0.0" | 7880 | util.promisify "~1.0.0" |
7881 | 7881 | ||
7882 | table@^5.2.3: | 7882 | table@^6.0.4: |
7883 | version "5.4.6" | 7883 | version "6.0.4" |
7884 | resolved "https://registry.yarnpkg.com/table/-/table-5.4.6.tgz#1292d19500ce3f86053b05f0e8e7e4a3bb21079e" | 7884 | resolved "https://registry.yarnpkg.com/table/-/table-6.0.4.tgz#c523dd182177e926c723eb20e1b341238188aa0d" |
7885 | integrity sha512-wmEc8m4fjnob4gt5riFRtTu/6+4rSe12TpAELNSqHMfF3IqnA+CH37USM6/YR3qRZv7e56kAEAtd6nKZaxe0Ug== | 7885 | integrity sha512-sBT4xRLdALd+NFBvwOz8bw4b15htyythha+q+DVZqy2RS08PPC8O2sZFgJYEY7bJvbCFKccs+WIZ/cd+xxTWCw== |
7886 | dependencies: | 7886 | dependencies: |
7887 | ajv "^6.10.2" | 7887 | ajv "^6.12.4" |
7888 | lodash "^4.17.14" | 7888 | lodash "^4.17.20" |
7889 | slice-ansi "^2.1.0" | 7889 | slice-ansi "^4.0.0" |
7890 | string-width "^3.0.0" | 7890 | string-width "^4.2.0" |
7891 | 7891 | ||
7892 | tapable@^1.0.0, tapable@^1.1.3: | 7892 | tapable@^1.0.0, tapable@^1.1.3: |
7893 | version "1.1.3" | 7893 | version "1.1.3" |
@@ -8354,10 +8354,10 @@ vm-browserify@^1.0.1: | |||
8354 | resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" | 8354 | resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" |
8355 | integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== | 8355 | integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== |
8356 | 8356 | ||
8357 | vue-eslint-parser@^7.2.0: | 8357 | vue-eslint-parser@^7.3.0: |
8358 | version "7.2.0" | 8358 | version "7.3.0" |
8359 | resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.2.0.tgz#1e17ae94ca71e617025e05143c8ac5593aacb6ef" | 8359 | resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.3.0.tgz#894085839d99d81296fa081d19643733f23d7559" |
8360 | integrity sha512-uVcQqe8sUNzdHGcRHMd2Z/hl6qEaWrAmglTKP92Fnq9TYU9un8xsyFgEdFJaXh/1rd7h8Aic1GaiQow5nVneow== | 8360 | integrity sha512-n5PJKZbyspD0+8LnaZgpEvNCrjQx1DyDHw8JdWwoxhhC+yRip4TAvSDpXGf9SWX6b0umeB5aR61gwUo6NVvFxw== |
8361 | dependencies: | 8361 | dependencies: |
8362 | debug "^4.1.1" | 8362 | debug "^4.1.1" |
8363 | eslint-scope "^5.0.0" | 8363 | eslint-scope "^5.0.0" |
@@ -8372,18 +8372,18 @@ vue-hot-reload-api@^2.3.0: | |||
8372 | integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== | 8372 | integrity sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog== |
8373 | 8373 | ||
8374 | "vue-loader-v16@npm:vue-loader@^16.0.0-beta.7": | 8374 | "vue-loader-v16@npm:vue-loader@^16.0.0-beta.7": |
8375 | version "16.1.1" | 8375 | version "16.1.2" |
8376 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.1.1.tgz#f5b286d60ac6886684c63a17a184391cc9e0199a" | 8376 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-16.1.2.tgz#5c03b6c50d2a5f983c7ceba15c50d78ca2b298f4" |
8377 | integrity sha512-wz/+HFg/3SBayHWAlZXARcnDTl3VOChrfW9YnxvAweiuyKX/7IGx1ad/4yJHmwhgWlOVYMAbTiI7GV8G33PfGQ== | 8377 | integrity sha512-8QTxh+Fd+HB6fiL52iEVLKqE9N1JSlMXLR92Ijm6g8PZrwIxckgpqjPDWRP5TWxdiPaHR+alUWsnu1ShQOwt+Q== |
8378 | dependencies: | 8378 | dependencies: |
8379 | chalk "^4.1.0" | 8379 | chalk "^4.1.0" |
8380 | hash-sum "^2.0.0" | 8380 | hash-sum "^2.0.0" |
8381 | loader-utils "^2.0.0" | 8381 | loader-utils "^2.0.0" |
8382 | 8382 | ||
8383 | vue-loader@^15.9.2: | 8383 | vue-loader@^15.9.2: |
8384 | version "15.9.5" | 8384 | version "15.9.6" |
8385 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.5.tgz#7a960dc420a3439deaacdda038fdcdbf7c432706" | 8385 | resolved "https://registry.yarnpkg.com/vue-loader/-/vue-loader-15.9.6.tgz#f4bb9ae20c3a8370af3ecf09b8126d38ffdb6b8b" |
8386 | integrity sha512-oeMOs2b5o5gRqkxfds10bCx6JeXYTwivRgbb8hzOrcThD2z1+GqEKE3EX9A2SGbsYDf4rXwRg6D5n1w0jO5SwA== | 8386 | integrity sha512-j0cqiLzwbeImIC6nVIby2o/ABAWhlppyL/m5oJ67R5MloP0hj/DtFgb0Zmq3J9CG7AJ+AXIvHVnJAPBvrLyuDg== |
8387 | dependencies: | 8387 | dependencies: |
8388 | "@vue/component-compiler-utils" "^3.1.0" | 8388 | "@vue/component-compiler-utils" "^3.1.0" |
8389 | hash-sum "^1.0.2" | 8389 | hash-sum "^1.0.2" |
@@ -8477,9 +8477,9 @@ webpack-chain@^6.4.0: | |||
8477 | javascript-stringify "^2.0.1" | 8477 | javascript-stringify "^2.0.1" |
8478 | 8478 | ||
8479 | webpack-dev-middleware@^3.7.2: | 8479 | webpack-dev-middleware@^3.7.2: |
8480 | version "3.7.2" | 8480 | version "3.7.3" |
8481 | resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.2.tgz#0019c3db716e3fa5cecbf64f2ab88a74bab331f3" | 8481 | resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-3.7.3.tgz#0639372b143262e2b84ab95d3b91a7597061c2c5" |
8482 | integrity sha512-1xC42LxbYoqLNAhV6YzTYacicgMZQTqRd27Sim9wn5hJrX3I5nxYy1SxSd4+gjUFsz1dQFj+yEe6zEVmSkeJjw== | 8482 | integrity sha512-djelc/zGiz9nZj/U7PTBi2ViorGJXEWo/3ltkPbDyxCXhhEXkW0ce99falaok4TPj+AsxLiXJR0EBOb0zh9fKQ== |
8483 | dependencies: | 8483 | dependencies: |
8484 | memory-fs "^0.4.1" | 8484 | memory-fs "^0.4.1" |
8485 | mime "^2.4.4" | 8485 | mime "^2.4.4" |