Commit e921e7b98f7f271bc424e838cc83d32bc4d2614c
1 parent
fb5395b5
chore: update deps
Showing
2 changed files
with
78 additions
and
98 deletions
package.json
... | ... | @@ -22,9 +22,9 @@ |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | 24 | "@iconify/iconify": "^2.0.0-rc.2", |
25 | - "@vueuse/core": "^4.0.0-rc.6", | |
25 | + "@vueuse/core": "^4.0.0-rc.7", | |
26 | 26 | "ant-design-vue": "^2.0.0-rc.3", |
27 | - "apexcharts": "3.22.0", | |
27 | + "apexcharts": "^3.22.3", | |
28 | 28 | "axios": "^0.21.0", |
29 | 29 | "crypto-es": "^1.2.6", |
30 | 30 | "echarts": "^4.9.0", |
... | ... | @@ -38,7 +38,7 @@ |
38 | 38 | "vditor": "^3.7.0", |
39 | 39 | "vue": "^3.0.4", |
40 | 40 | "vue-i18n": "^9.0.0-beta.10", |
41 | - "vue-router": "^4.0.0-rc.6", | |
41 | + "vue-router": "^4.0.1", | |
42 | 42 | "vue-types": "^3.0.1", |
43 | 43 | "vuex": "^4.0.0-rc.2", |
44 | 44 | "vuex-module-decorators": "^1.0.1", |
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | "devDependencies": { |
49 | 49 | "@commitlint/cli": "^11.0.0", |
50 | 50 | "@commitlint/config-conventional": "^11.0.0", |
51 | - "@iconify/json": "^1.1.267yar", | |
51 | + "@iconify/json": "^1.1.269", | |
52 | 52 | "@ls-lint/ls-lint": "^1.9.2", |
53 | 53 | "@purge-icons/generated": "^0.4.1", |
54 | 54 | "@types/echarts": "^4.9.2", |
... | ... | @@ -75,17 +75,17 @@ |
75 | 75 | "cross-env": "^7.0.3", |
76 | 76 | "dot-prop": "^6.0.1", |
77 | 77 | "dotenv": "^8.2.0", |
78 | - "eslint": "^7.14.0", | |
79 | - "eslint-config-prettier": "^6.15.0", | |
78 | + "eslint": "^7.15.0", | |
79 | + "eslint-config-prettier": "^7.0.0", | |
80 | 80 | "eslint-plugin-prettier": "^3.2.0", |
81 | 81 | "eslint-plugin-vue": "^7.2.0", |
82 | 82 | "esno": "^0.3.0", |
83 | 83 | "fs-extra": "^9.0.1", |
84 | 84 | "globrex": "^0.1.2", |
85 | - "husky": "^4.3.0", | |
85 | + "husky": "^4.3.5", | |
86 | 86 | "koa-static": "^5.0.0", |
87 | 87 | "less": "^3.12.2", |
88 | - "lint-staged": "^10.5.2", | |
88 | + "lint-staged": "^10.5.3", | |
89 | 89 | "portfinder": "^1.0.28", |
90 | 90 | "postcss-import": "^12.0.1", |
91 | 91 | "prettier": "^2.2.1", |
... | ... | @@ -104,7 +104,7 @@ |
104 | 104 | "vite-plugin-purge-icons": "^0.4.5", |
105 | 105 | "vite-plugin-pwa": "^0.1.7", |
106 | 106 | "vue-eslint-parser": "^7.2.0", |
107 | - "yargs": "^16.1.0" | |
107 | + "yargs": "^16.2.0" | |
108 | 108 | }, |
109 | 109 | "repository": { |
110 | 110 | "type": "git", | ... | ... |
yarn.lock
... | ... | @@ -1003,10 +1003,10 @@ |
1003 | 1003 | resolved "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.1.7.tgz#1585f67629882002a9f8e15a2941c9a4321bf80c" |
1004 | 1004 | integrity sha512-/0C6fjXbCwu22k8mMsKRSAo9zgu61d2p75Or9IuIC0Vu5CWN88t2QHK93LhNnxnqHWf5SFwFU28w9cKfTmnfvg== |
1005 | 1005 | |
1006 | -"@eslint/eslintrc@^0.2.1": | |
1007 | - version "0.2.1" | |
1008 | - resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c" | |
1009 | - integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA== | |
1006 | +"@eslint/eslintrc@^0.2.2": | |
1007 | + version "0.2.2" | |
1008 | + resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76" | |
1009 | + integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ== | |
1010 | 1010 | dependencies: |
1011 | 1011 | ajv "^6.12.4" |
1012 | 1012 | debug "^4.1.1" |
... | ... | @@ -1061,10 +1061,10 @@ |
1061 | 1061 | resolved "https://registry.npmjs.org/@iconify/iconify/-/iconify-2.0.0-rc.2.tgz#c4a95ddc06ca9b9496df03604e66fdefb39f4c4b" |
1062 | 1062 | integrity sha512-BybEHU5/I9EQ0CcwKAqmreZ2bMnAXrqLCTptAc6vPetHMbrXdZfejP5mt57e/8PNSt/qE7BHniU5PCYA+PGIHw== |
1063 | 1063 | |
1064 | -"@iconify/json@^1.1.267yar": | |
1065 | - version "1.1.268" | |
1066 | - resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.268.tgz#a2691302a6b49b52bc7c47da80e4a5f8fc8919db" | |
1067 | - integrity sha512-eGk+KuK0Ld/XGb+SzRV2TVBddiGThTiw0ZT+19eMvt8yufRWzi9DeSaogvd5pZoXaDFH25r1fb06nz6PEMqefw== | |
1064 | +"@iconify/json@^1.1.269": | |
1065 | + version "1.1.269" | |
1066 | + resolved "https://registry.npmjs.org/@iconify/json/-/json-1.1.269.tgz#d08e0024f873cb05561aacdaf9fe4005571715a5" | |
1067 | + integrity sha512-/b0ZcStez3DkAG7ycdMuPyBCccWuUVBA9CXrKCimtsDeHHKHU4kxFOGFs9ovlv5p2aJOHiLIr1oHWLTXZnIwxg== | |
1068 | 1068 | |
1069 | 1069 | "@koa/cors@^3.1.0": |
1070 | 1070 | version "3.1.0" |
... | ... | @@ -1928,18 +1928,18 @@ |
1928 | 1928 | vscode-languageserver-textdocument "^1.0.1" |
1929 | 1929 | vscode-uri "^2.1.2" |
1930 | 1930 | |
1931 | -"@vueuse/core@^4.0.0-rc.6": | |
1932 | - version "4.0.0-rc.6" | |
1933 | - resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.0.0-rc.6.tgz#510cbeb98123a179586aa9becd9f5f84639a1fa2" | |
1934 | - integrity sha512-06Evdrbi46DM+Pp1b4pyhFEx9/3LbHs36sYdehoth1FQdzFDrMHiBMlb/Qx2ePjPoQ796GTqC+COyk22mmkSyA== | |
1931 | +"@vueuse/core@^4.0.0-rc.7": | |
1932 | + version "4.0.0-rc.7" | |
1933 | + resolved "https://registry.npmjs.org/@vueuse/core/-/core-4.0.0-rc.7.tgz#beb2378d97ca03bc65ad05df048df95b1fbf41b0" | |
1934 | + integrity sha512-a45qj5TfihUJ5Q7BGHPjl7J5ugoikEoWCisiHXo2tCiSKoCVIu9GD/p0+ldYeDNyIAQZQuEO2Kn9weP8kw3LiQ== | |
1935 | 1935 | dependencies: |
1936 | - "@vueuse/shared" "4.0.0-rc.6" | |
1936 | + "@vueuse/shared" "4.0.0-rc.7" | |
1937 | 1937 | vue-demi latest |
1938 | 1938 | |
1939 | -"@vueuse/shared@4.0.0-rc.6": | |
1940 | - version "4.0.0-rc.6" | |
1941 | - resolved "https://registry.npmjs.org/@vueuse/shared/-/shared-4.0.0-rc.6.tgz#d707ffb291e481f2ce0aa4c7cfcb7756c82d718d" | |
1942 | - integrity sha512-GMaxHfskamFz+kziEYLWoOt7iqeFIq0KIKg+Vb3VS3lCXCzeGMvDZFYFK4HGB2blOcblUD4oZLa06za8pHgFzg== | |
1939 | +"@vueuse/shared@4.0.0-rc.7": | |
1940 | + version "4.0.0-rc.7" | |
1941 | + resolved "https://registry.npmjs.org/@vueuse/shared/-/shared-4.0.0-rc.7.tgz#3f7095caef42c3d2d7b0ea48bd7652257c95d5c2" | |
1942 | + integrity sha512-KX/JS48jejv6Ezx4TLymjltKlfRFcdw9n9qT89D4J6ygU6cechJEtpD6ACCKGehy8VkW2xKHduvioZtSLr3cNQ== | |
1943 | 1943 | dependencies: |
1944 | 1944 | vue-demi latest |
1945 | 1945 | |
... | ... | @@ -1959,7 +1959,7 @@ accepts@^1.3.5: |
1959 | 1959 | mime-types "~2.1.24" |
1960 | 1960 | negotiator "0.6.2" |
1961 | 1961 | |
1962 | -acorn-jsx@^5.2.0: | |
1962 | +acorn-jsx@^5.2.0, acorn-jsx@^5.3.1: | |
1963 | 1963 | version "5.3.1" |
1964 | 1964 | resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b" |
1965 | 1965 | integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng== |
... | ... | @@ -2100,10 +2100,10 @@ anymatch@~3.1.1: |
2100 | 2100 | normalize-path "^3.0.0" |
2101 | 2101 | picomatch "^2.0.4" |
2102 | 2102 | |
2103 | -apexcharts@3.22.0: | |
2104 | - version "3.22.0" | |
2105 | - resolved "https://registry.npmjs.org/apexcharts/-/apexcharts-3.22.0.tgz#df6f1030d0d5bba605069907102d2c261afe97cb" | |
2106 | - integrity sha512-DDh2eXnAEA8GoKU/hdicOaS2jzGehXwv8Bj1djYYudkeQzEdglFoWsVyIxff+Ds7+aUtVAJzd/9ythZuyyIbXQ== | |
2103 | +apexcharts@^3.22.3: | |
2104 | + version "3.22.3" | |
2105 | + resolved "https://registry.npmjs.org/apexcharts/-/apexcharts-3.22.3.tgz#a829c4500db8478069b80e227741830b77d89467" | |
2106 | + integrity sha512-ZRZWmAmSdyc+tFhHMZ10ZxbvSbomWe46izpi8yQj5cKLxuujw2XeXVQ0jxnPl9yE5Q7W2hAbDWStaouBN4mSuw== | |
2107 | 2107 | dependencies: |
2108 | 2108 | svg.draggable.js "^2.2.2" |
2109 | 2109 | svg.easing.js "^2.0.0" |
... | ... | @@ -3592,12 +3592,10 @@ escape-string-regexp@^1.0.5: |
3592 | 3592 | resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |
3593 | 3593 | integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= |
3594 | 3594 | |
3595 | -eslint-config-prettier@^6.15.0: | |
3596 | - version "6.15.0" | |
3597 | - resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9" | |
3598 | - integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== | |
3599 | - dependencies: | |
3600 | - get-stdin "^6.0.0" | |
3595 | +eslint-config-prettier@^7.0.0: | |
3596 | + version "7.0.0" | |
3597 | + resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-7.0.0.tgz#c1ae4106f74e6c0357f44adb076771d032ac0e97" | |
3598 | + integrity sha512-8Y8lGLVPPZdaNA7JXqnvETVC7IiVRgAP6afQu9gOQRn90YY3otMNh+x7Vr2vMePQntF+5erdSUBqSzCmU/AxaQ== | |
3601 | 3599 | |
3602 | 3600 | eslint-plugin-prettier@^3.2.0: |
3603 | 3601 | version "3.2.0" |
... | ... | @@ -3641,13 +3639,13 @@ eslint-visitor-keys@^2.0.0: |
3641 | 3639 | resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" |
3642 | 3640 | integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== |
3643 | 3641 | |
3644 | -eslint@^7.14.0: | |
3645 | - version "7.14.0" | |
3646 | - resolved "https://registry.npmjs.org/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344" | |
3647 | - integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA== | |
3642 | +eslint@^7.15.0: | |
3643 | + version "7.15.0" | |
3644 | + resolved "https://registry.npmjs.org/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7" | |
3645 | + integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA== | |
3648 | 3646 | dependencies: |
3649 | 3647 | "@babel/code-frame" "^7.0.0" |
3650 | - "@eslint/eslintrc" "^0.2.1" | |
3648 | + "@eslint/eslintrc" "^0.2.2" | |
3651 | 3649 | ajv "^6.10.0" |
3652 | 3650 | chalk "^4.0.0" |
3653 | 3651 | cross-spawn "^7.0.2" |
... | ... | @@ -3657,10 +3655,10 @@ eslint@^7.14.0: |
3657 | 3655 | eslint-scope "^5.1.1" |
3658 | 3656 | eslint-utils "^2.1.0" |
3659 | 3657 | eslint-visitor-keys "^2.0.0" |
3660 | - espree "^7.3.0" | |
3658 | + espree "^7.3.1" | |
3661 | 3659 | esquery "^1.2.0" |
3662 | 3660 | esutils "^2.0.2" |
3663 | - file-entry-cache "^5.0.1" | |
3661 | + file-entry-cache "^6.0.0" | |
3664 | 3662 | functional-red-black-tree "^1.0.1" |
3665 | 3663 | glob-parent "^5.0.0" |
3666 | 3664 | globals "^12.1.0" |
... | ... | @@ -3716,6 +3714,15 @@ espree@^7.3.0: |
3716 | 3714 | acorn-jsx "^5.2.0" |
3717 | 3715 | eslint-visitor-keys "^1.3.0" |
3718 | 3716 | |
3717 | +espree@^7.3.1: | |
3718 | + version "7.3.1" | |
3719 | + resolved "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6" | |
3720 | + integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g== | |
3721 | + dependencies: | |
3722 | + acorn "^7.4.0" | |
3723 | + acorn-jsx "^5.3.1" | |
3724 | + eslint-visitor-keys "^1.3.0" | |
3725 | + | |
3719 | 3726 | esprima@^4.0.0: |
3720 | 3727 | version "4.0.1" |
3721 | 3728 | resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" |
... | ... | @@ -3928,13 +3935,6 @@ figures@^3.2.0: |
3928 | 3935 | dependencies: |
3929 | 3936 | escape-string-regexp "^1.0.5" |
3930 | 3937 | |
3931 | -file-entry-cache@^5.0.1: | |
3932 | - version "5.0.1" | |
3933 | - resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c" | |
3934 | - integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g== | |
3935 | - dependencies: | |
3936 | - flat-cache "^2.0.1" | |
3937 | - | |
3938 | 3938 | file-entry-cache@^6.0.0: |
3939 | 3939 | version "6.0.0" |
3940 | 3940 | resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a" |
... | ... | @@ -4027,15 +4027,6 @@ findup-sync@^3.0.0: |
4027 | 4027 | micromatch "^3.0.4" |
4028 | 4028 | resolve-dir "^1.0.1" |
4029 | 4029 | |
4030 | -flat-cache@^2.0.1: | |
4031 | - version "2.0.1" | |
4032 | - resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0" | |
4033 | - integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA== | |
4034 | - dependencies: | |
4035 | - flatted "^2.0.0" | |
4036 | - rimraf "2.6.3" | |
4037 | - write "1.0.3" | |
4038 | - | |
4039 | 4030 | flat-cache@^3.0.4: |
4040 | 4031 | version "3.0.4" |
4041 | 4032 | resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" |
... | ... | @@ -4044,11 +4035,6 @@ flat-cache@^3.0.4: |
4044 | 4035 | flatted "^3.1.0" |
4045 | 4036 | rimraf "^3.0.2" |
4046 | 4037 | |
4047 | -flatted@^2.0.0: | |
4048 | - version "2.0.2" | |
4049 | - resolved "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138" | |
4050 | - integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA== | |
4051 | - | |
4052 | 4038 | flatted@^3.1.0: |
4053 | 4039 | version "3.1.0" |
4054 | 4040 | resolved "https://registry.npmjs.org/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067" |
... | ... | @@ -4172,11 +4158,6 @@ get-stdin@^4.0.1: |
4172 | 4158 | resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" |
4173 | 4159 | integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= |
4174 | 4160 | |
4175 | -get-stdin@^6.0.0: | |
4176 | - version "6.0.0" | |
4177 | - resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b" | |
4178 | - integrity sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== | |
4179 | - | |
4180 | 4161 | get-stream@^5.0.0: |
4181 | 4162 | version "5.2.0" |
4182 | 4163 | resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3" |
... | ... | @@ -4555,10 +4536,10 @@ human-signals@^1.1.1: |
4555 | 4536 | resolved "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3" |
4556 | 4537 | integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw== |
4557 | 4538 | |
4558 | -husky@^4.3.0: | |
4559 | - version "4.3.0" | |
4560 | - resolved "https://registry.npmjs.org/husky/-/husky-4.3.0.tgz#0b2ec1d66424e9219d359e26a51c58ec5278f0de" | |
4561 | - integrity sha512-tTMeLCLqSBqnflBZnlVDhpaIMucSGaYyX6855jM4AguGeWCeSzNdb1mfyWduTZ3pe3SJVvVWGL0jO1iKZVPfTA== | |
4539 | +husky@^4.3.5: | |
4540 | + version "4.3.5" | |
4541 | + resolved "https://registry.npmjs.org/husky/-/husky-4.3.5.tgz#ab8d2a0eb6b62fef2853ee3d442c927d89290902" | |
4542 | + integrity sha512-E5S/1HMoDDaqsH8kDF5zeKEQbYqe3wL9zJDyqyYqc8I4vHBtAoxkDBGXox0lZ9RI+k5GyB728vZdmnM4bYap+g== | |
4562 | 4543 | dependencies: |
4563 | 4544 | chalk "^4.0.0" |
4564 | 4545 | ci-info "^2.0.0" |
... | ... | @@ -5307,10 +5288,10 @@ lines-and-columns@^1.1.6: |
5307 | 5288 | resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" |
5308 | 5289 | integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= |
5309 | 5290 | |
5310 | -lint-staged@^10.5.2: | |
5311 | - version "10.5.2" | |
5312 | - resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.2.tgz#acfaa0093af3262aee3130b2e22438941530bdd1" | |
5313 | - integrity sha512-e8AYR1TDlzwB8VVd38Xu2lXDZf6BcshVqKVuBQThDJRaJLobqKnpbm4dkwJ2puypQNbLr9KF/9mfA649mAGvjA== | |
5291 | +lint-staged@^10.5.3: | |
5292 | + version "10.5.3" | |
5293 | + resolved "https://registry.npmjs.org/lint-staged/-/lint-staged-10.5.3.tgz#c682838b3eadd4c864d1022da05daa0912fb1da5" | |
5294 | + integrity sha512-TanwFfuqUBLufxCc3RUtFEkFraSPNR3WzWcGF39R3f2J7S9+iF9W0KTVLfSy09lYGmZS5NDCxjNvhGMSJyFCWg== | |
5314 | 5295 | dependencies: |
5315 | 5296 | chalk "^4.1.0" |
5316 | 5297 | cli-truncate "^2.1.0" |
... | ... | @@ -5778,7 +5759,7 @@ mixin-deep@^1.2.0: |
5778 | 5759 | for-in "^1.0.2" |
5779 | 5760 | is-extendable "^1.0.1" |
5780 | 5761 | |
5781 | -mkdirp@^0.5.1, mkdirp@^0.5.5: | |
5762 | +mkdirp@^0.5.5: | |
5782 | 5763 | version "0.5.5" |
5783 | 5764 | resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" |
5784 | 5765 | integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== |
... | ... | @@ -7009,13 +6990,6 @@ reusify@^1.0.4: |
7009 | 6990 | resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" |
7010 | 6991 | integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== |
7011 | 6992 | |
7012 | -rimraf@2.6.3: | |
7013 | - version "2.6.3" | |
7014 | - resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" | |
7015 | - integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== | |
7016 | - dependencies: | |
7017 | - glob "^7.1.3" | |
7018 | - | |
7019 | 6993 | rimraf@^3.0.2: |
7020 | 6994 | version "3.0.2" |
7021 | 6995 | resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" |
... | ... | @@ -8436,10 +8410,10 @@ vue-i18n@^9.0.0-beta.10: |
8436 | 8410 | dependencies: |
8437 | 8411 | source-map "0.6.1" |
8438 | 8412 | |
8439 | -vue-router@^4.0.0-rc.6: | |
8440 | - version "4.0.0-rc.6" | |
8441 | - resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.0-rc.6.tgz#8fa9e2d612c28ccf9b2bfa9421052932808ce24b" | |
8442 | - integrity sha512-hVHC8A4/0yku1Z6+oUtX9odeHv78XwDI7putt1hd7os27P7mLabkjArN7f3TI3e/cz17MxAUz5Yp+m8ZE3sPsw== | |
8413 | +vue-router@^4.0.1: | |
8414 | + version "4.0.1" | |
8415 | + resolved "https://registry.npmjs.org/vue-router/-/vue-router-4.0.1.tgz#309240e50524b1e7d4e82e27f0a0fa25fe3d1d71" | |
8416 | + integrity sha512-2C2nRxA2nCusgJyUpvcbd9Bnc9kACp/VLUCK4drXtgeRXHjQliZJcgjjP268vkGvvEKun9jjp8Ic1PpzUgbYKg== | |
8443 | 8417 | |
8444 | 8418 | vue-types@^3.0.0, vue-types@^3.0.1: |
8445 | 8419 | version "3.0.1" |
... | ... | @@ -8717,13 +8691,6 @@ write-file-atomic@^3.0.3: |
8717 | 8691 | signal-exit "^3.0.2" |
8718 | 8692 | typedarray-to-buffer "^3.1.5" |
8719 | 8693 | |
8720 | -write@1.0.3: | |
8721 | - version "1.0.3" | |
8722 | - resolved "https://registry.npmjs.org/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3" | |
8723 | - integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig== | |
8724 | - dependencies: | |
8725 | - mkdirp "^0.5.1" | |
8726 | - | |
8727 | 8694 | ws@^7.3.1: |
8728 | 8695 | version "7.4.0" |
8729 | 8696 | resolved "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz#a5dd76a24197940d4a8bb9e0e152bb4503764da7" |
... | ... | @@ -8829,7 +8796,7 @@ yargs@^15.0.0, yargs@^15.1.0: |
8829 | 8796 | y18n "^4.0.0" |
8830 | 8797 | yargs-parser "^18.1.2" |
8831 | 8798 | |
8832 | -yargs@^16.0.3, yargs@^16.1.0: | |
8799 | +yargs@^16.0.3: | |
8833 | 8800 | version "16.1.1" |
8834 | 8801 | resolved "https://registry.npmjs.org/yargs/-/yargs-16.1.1.tgz#5a4a095bd1ca806b0a50d0c03611d38034d219a1" |
8835 | 8802 | integrity sha512-hAD1RcFP/wfgfxgMVswPE+z3tlPFtxG8/yWUrG2i17sTWGCGqWnxKcLTF4cUKDUK8fzokwsmO9H0TDkRbMHy8w== |
... | ... | @@ -8842,6 +8809,19 @@ yargs@^16.0.3, yargs@^16.1.0: |
8842 | 8809 | y18n "^5.0.5" |
8843 | 8810 | yargs-parser "^20.2.2" |
8844 | 8811 | |
8812 | +yargs@^16.2.0: | |
8813 | + version "16.2.0" | |
8814 | + resolved "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66" | |
8815 | + integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== | |
8816 | + dependencies: | |
8817 | + cliui "^7.0.2" | |
8818 | + escalade "^3.1.1" | |
8819 | + get-caller-file "^2.0.5" | |
8820 | + require-directory "^2.1.1" | |
8821 | + string-width "^4.2.0" | |
8822 | + y18n "^5.0.5" | |
8823 | + yargs-parser "^20.2.2" | |
8824 | + | |
8845 | 8825 | ylru@^1.2.0: |
8846 | 8826 | version "1.2.1" |
8847 | 8827 | resolved "https://registry.npmjs.org/ylru/-/ylru-1.2.1.tgz#f576b63341547989c1de7ba288760923b27fe84f" | ... | ... |