chore: 更新依赖
Showing
2 changed files
with
152 additions
and
21 deletions
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | "vuex": "^3.6.2" | 22 | "vuex": "^3.6.2" |
| 23 | }, | 23 | }, |
| 24 | "devDependencies": { | 24 | "devDependencies": { |
| 25 | "@babel/core": "^7.18.6", | 25 | "@babel/core": "^7.18.10", |
| 26 | "@babel/eslint-parser": "^7.18.2", | 26 | "@babel/eslint-parser": "^7.18.2", |
| 27 | "@vue/cli-plugin-babel": "~5.0.8", | 27 | "@vue/cli-plugin-babel": "~5.0.8", |
| 28 | "@vue/cli-plugin-eslint": "~5.0.8", | 28 | "@vue/cli-plugin-eslint": "~5.0.8", |
| ... | @@ -32,13 +32,13 @@ | ... | @@ -32,13 +32,13 @@ |
| 32 | "babel-eslint": "^10.1.0", | 32 | "babel-eslint": "^10.1.0", |
| 33 | "babel-plugin-import": "^1.13.5", | 33 | "babel-plugin-import": "^1.13.5", |
| 34 | "babel-plugin-transform-remove-console": "^6.9.4", | 34 | "babel-plugin-transform-remove-console": "^6.9.4", |
| 35 | "eslint": "^8.19.0", | 35 | "eslint": "^8.22.0", |
| 36 | "eslint-config-prettier": "^8.5.0", | 36 | "eslint-config-prettier": "^8.5.0", |
| 37 | "eslint-plugin-prettier": "^4.2.1", | 37 | "eslint-plugin-prettier": "^4.2.1", |
| 38 | "eslint-plugin-vue": "^9.2.0", | 38 | "eslint-plugin-vue": "^9.2.0", |
| 39 | "postcss-px-to-viewport": "^1.1.1", | 39 | "postcss-px-to-viewport": "^1.1.1", |
| 40 | "prettier": "^2.7.1", | 40 | "prettier": "^2.7.1", |
| 41 | "sass": "^1.53.0", | 41 | "sass": "^1.54.4", |
| 42 | "sass-loader": "^13.0.2", | 42 | "sass-loader": "^13.0.2", |
| 43 | "script-ext-html-webpack-plugin": "^2.1.4", | 43 | "script-ext-html-webpack-plugin": "^2.1.4", |
| 44 | "webpack-bundle-analyzer": "^4.5.0" | 44 | "webpack-bundle-analyzer": "^4.5.0" | ... | ... |
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" | 31 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.18.8.tgz#2483f565faca607b8535590e84e7de323f27764d" |
| 32 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== | 32 | integrity sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ== |
| 33 | 33 | ||
| 34 | "@babel/core@^7.12.16", "@babel/core@^7.18.6": | 34 | "@babel/core@^7.12.16": |
| 35 | version "7.18.9" | 35 | version "7.18.9" |
| 36 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" | 36 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.9.tgz#805461f967c77ff46c74ca0460ccf4fe933ddd59" |
| 37 | integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g== | 37 | integrity sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g== |
| ... | @@ -52,6 +52,27 @@ | ... | @@ -52,6 +52,27 @@ |
| 52 | json5 "^2.2.1" | 52 | json5 "^2.2.1" |
| 53 | semver "^6.3.0" | 53 | semver "^6.3.0" |
| 54 | 54 | ||
| 55 | "@babel/core@^7.18.10": | ||
| 56 | version "7.18.10" | ||
| 57 | resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.18.10.tgz#39ad504991d77f1f3da91be0b8b949a5bc466fb8" | ||
| 58 | integrity sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw== | ||
| 59 | dependencies: | ||
| 60 | "@ampproject/remapping" "^2.1.0" | ||
| 61 | "@babel/code-frame" "^7.18.6" | ||
| 62 | "@babel/generator" "^7.18.10" | ||
| 63 | "@babel/helper-compilation-targets" "^7.18.9" | ||
| 64 | "@babel/helper-module-transforms" "^7.18.9" | ||
| 65 | "@babel/helpers" "^7.18.9" | ||
| 66 | "@babel/parser" "^7.18.10" | ||
| 67 | "@babel/template" "^7.18.10" | ||
| 68 | "@babel/traverse" "^7.18.10" | ||
| 69 | "@babel/types" "^7.18.10" | ||
| 70 | convert-source-map "^1.7.0" | ||
| 71 | debug "^4.1.0" | ||
| 72 | gensync "^1.0.0-beta.2" | ||
| 73 | json5 "^2.2.1" | ||
| 74 | semver "^6.3.0" | ||
| 75 | |||
| 55 | "@babel/eslint-parser@^7.18.2": | 76 | "@babel/eslint-parser@^7.18.2": |
| 56 | version "7.18.9" | 77 | version "7.18.9" |
| 57 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031" | 78 | resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.18.9.tgz#255a63796819a97b7578751bb08ab9f2a375a031" |
| ... | @@ -61,6 +82,15 @@ | ... | @@ -61,6 +82,15 @@ |
| 61 | eslint-visitor-keys "^2.1.0" | 82 | eslint-visitor-keys "^2.1.0" |
| 62 | semver "^6.3.0" | 83 | semver "^6.3.0" |
| 63 | 84 | ||
| 85 | "@babel/generator@^7.18.10": | ||
| 86 | version "7.18.12" | ||
| 87 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.12.tgz#fa58daa303757bd6f5e4bbca91b342040463d9f4" | ||
| 88 | integrity sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg== | ||
| 89 | dependencies: | ||
| 90 | "@babel/types" "^7.18.10" | ||
| 91 | "@jridgewell/gen-mapping" "^0.3.2" | ||
| 92 | jsesc "^2.5.1" | ||
| 93 | |||
| 64 | "@babel/generator@^7.18.9": | 94 | "@babel/generator@^7.18.9": |
| 65 | version "7.18.9" | 95 | version "7.18.9" |
| 66 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5" | 96 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.18.9.tgz#68337e9ea8044d6ddc690fb29acae39359cca0a5" |
| ... | @@ -237,6 +267,11 @@ | ... | @@ -237,6 +267,11 @@ |
| 237 | dependencies: | 267 | dependencies: |
| 238 | "@babel/types" "^7.18.6" | 268 | "@babel/types" "^7.18.6" |
| 239 | 269 | ||
| 270 | "@babel/helper-string-parser@^7.18.10": | ||
| 271 | version "7.18.10" | ||
| 272 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56" | ||
| 273 | integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw== | ||
| 274 | |||
| 240 | "@babel/helper-validator-identifier@^7.18.6": | 275 | "@babel/helper-validator-identifier@^7.18.6": |
| 241 | version "7.18.6" | 276 | version "7.18.6" |
| 242 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" | 277 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz#9c97e30d31b2b8c72a1d08984f2ca9b574d7a076" |
| ... | @@ -275,6 +310,11 @@ | ... | @@ -275,6 +310,11 @@ |
| 275 | chalk "^2.0.0" | 310 | chalk "^2.0.0" |
| 276 | js-tokens "^4.0.0" | 311 | js-tokens "^4.0.0" |
| 277 | 312 | ||
| 313 | "@babel/parser@^7.18.10", "@babel/parser@^7.18.11": | ||
| 314 | version "7.18.11" | ||
| 315 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.11.tgz#68bb07ab3d380affa9a3f96728df07969645d2d9" | ||
| 316 | integrity sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ== | ||
| 317 | |||
| 278 | "@babel/parser@^7.18.4", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9", "@babel/parser@^7.7.0": | 318 | "@babel/parser@^7.18.4", "@babel/parser@^7.18.6", "@babel/parser@^7.18.9", "@babel/parser@^7.7.0": |
| 279 | version "7.18.9" | 319 | version "7.18.9" |
| 280 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" | 320 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.9.tgz#f2dde0c682ccc264a9a8595efd030a5cc8fd2539" |
| ... | @@ -927,6 +967,15 @@ | ... | @@ -927,6 +967,15 @@ |
| 927 | "@babel/parser" "^7.18.6" | 967 | "@babel/parser" "^7.18.6" |
| 928 | "@babel/types" "^7.18.6" | 968 | "@babel/types" "^7.18.6" |
| 929 | 969 | ||
| 970 | "@babel/template@^7.18.10": | ||
| 971 | version "7.18.10" | ||
| 972 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71" | ||
| 973 | integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA== | ||
| 974 | dependencies: | ||
| 975 | "@babel/code-frame" "^7.18.6" | ||
| 976 | "@babel/parser" "^7.18.10" | ||
| 977 | "@babel/types" "^7.18.10" | ||
| 978 | |||
| 930 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0": | 979 | "@babel/traverse@^7.0.0", "@babel/traverse@^7.18.9", "@babel/traverse@^7.7.0": |
| 931 | version "7.18.9" | 980 | version "7.18.9" |
| 932 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" | 981 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.9.tgz#deeff3e8f1bad9786874cb2feda7a2d77a904f98" |
| ... | @@ -943,6 +992,22 @@ | ... | @@ -943,6 +992,22 @@ |
| 943 | debug "^4.1.0" | 992 | debug "^4.1.0" |
| 944 | globals "^11.1.0" | 993 | globals "^11.1.0" |
| 945 | 994 | ||
| 995 | "@babel/traverse@^7.18.10": | ||
| 996 | version "7.18.11" | ||
| 997 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.11.tgz#3d51f2afbd83ecf9912bcbb5c4d94e3d2ddaa16f" | ||
| 998 | integrity sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ== | ||
| 999 | dependencies: | ||
| 1000 | "@babel/code-frame" "^7.18.6" | ||
| 1001 | "@babel/generator" "^7.18.10" | ||
| 1002 | "@babel/helper-environment-visitor" "^7.18.9" | ||
| 1003 | "@babel/helper-function-name" "^7.18.9" | ||
| 1004 | "@babel/helper-hoist-variables" "^7.18.6" | ||
| 1005 | "@babel/helper-split-export-declaration" "^7.18.6" | ||
| 1006 | "@babel/parser" "^7.18.11" | ||
| 1007 | "@babel/types" "^7.18.10" | ||
| 1008 | debug "^4.1.0" | ||
| 1009 | globals "^11.1.0" | ||
| 1010 | |||
| 946 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4", "@babel/types@^7.7.0": | 1011 | "@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.4.4", "@babel/types@^7.7.0": |
| 947 | version "7.18.9" | 1012 | version "7.18.9" |
| 948 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" | 1013 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.9.tgz#7148d64ba133d8d73a41b3172ac4b83a1452205f" |
| ... | @@ -951,6 +1016,15 @@ | ... | @@ -951,6 +1016,15 @@ |
| 951 | "@babel/helper-validator-identifier" "^7.18.6" | 1016 | "@babel/helper-validator-identifier" "^7.18.6" |
| 952 | to-fast-properties "^2.0.0" | 1017 | to-fast-properties "^2.0.0" |
| 953 | 1018 | ||
| 1019 | "@babel/types@^7.18.10": | ||
| 1020 | version "7.18.10" | ||
| 1021 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" | ||
| 1022 | integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== | ||
| 1023 | dependencies: | ||
| 1024 | "@babel/helper-string-parser" "^7.18.10" | ||
| 1025 | "@babel/helper-validator-identifier" "^7.18.6" | ||
| 1026 | to-fast-properties "^2.0.0" | ||
| 1027 | |||
| 954 | "@eslint/eslintrc@^1.3.0": | 1028 | "@eslint/eslintrc@^1.3.0": |
| 955 | version "1.3.0" | 1029 | version "1.3.0" |
| 956 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" | 1030 | resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f" |
| ... | @@ -978,15 +1052,20 @@ | ... | @@ -978,15 +1052,20 @@ |
| 978 | dependencies: | 1052 | dependencies: |
| 979 | "@hapi/hoek" "^9.0.0" | 1053 | "@hapi/hoek" "^9.0.0" |
| 980 | 1054 | ||
| 981 | "@humanwhocodes/config-array@^0.9.2": | 1055 | "@humanwhocodes/config-array@^0.10.4": |
| 982 | version "0.9.5" | 1056 | version "0.10.4" |
| 983 | resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.5.tgz#2cbaf9a89460da24b5ca6531b8bbfc23e1df50c7" | 1057 | resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c" |
| 984 | integrity sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw== | 1058 | integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw== |
| 985 | dependencies: | 1059 | dependencies: |
| 986 | "@humanwhocodes/object-schema" "^1.2.1" | 1060 | "@humanwhocodes/object-schema" "^1.2.1" |
| 987 | debug "^4.1.1" | 1061 | debug "^4.1.1" |
| 988 | minimatch "^3.0.4" | 1062 | minimatch "^3.0.4" |
| 989 | 1063 | ||
| 1064 | "@humanwhocodes/gitignore-to-minimatch@^1.0.2": | ||
| 1065 | version "1.0.2" | ||
| 1066 | resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d" | ||
| 1067 | integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA== | ||
| 1068 | |||
| 990 | "@humanwhocodes/object-schema@^1.2.1": | 1069 | "@humanwhocodes/object-schema@^1.2.1": |
| 991 | version "1.2.1" | 1070 | version "1.2.1" |
| 992 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" | 1071 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45" |
| ... | @@ -1729,7 +1808,7 @@ acorn-walk@^8.0.0, acorn-walk@^8.0.2: | ... | @@ -1729,7 +1808,7 @@ acorn-walk@^8.0.0, acorn-walk@^8.0.2: |
| 1729 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" | 1808 | resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" |
| 1730 | integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== | 1809 | integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== |
| 1731 | 1810 | ||
| 1732 | acorn@^8.0.4, acorn@^8.0.5, acorn@^8.5.0, acorn@^8.7.1: | 1811 | acorn@^8.0.4, acorn@^8.0.5, acorn@^8.5.0, acorn@^8.7.1, acorn@^8.8.0: |
| 1733 | version "8.8.0" | 1812 | version "8.8.0" |
| 1734 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" | 1813 | resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8" |
| 1735 | integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== | 1814 | integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w== |
| ... | @@ -2898,13 +2977,14 @@ eslint-webpack-plugin@^3.1.0: | ... | @@ -2898,13 +2977,14 @@ eslint-webpack-plugin@^3.1.0: |
| 2898 | normalize-path "^3.0.0" | 2977 | normalize-path "^3.0.0" |
| 2899 | schema-utils "^4.0.0" | 2978 | schema-utils "^4.0.0" |
| 2900 | 2979 | ||
| 2901 | eslint@^8.19.0: | 2980 | eslint@^8.22.0: |
| 2902 | version "8.20.0" | 2981 | version "8.22.0" |
| 2903 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.20.0.tgz#048ac56aa18529967da8354a478be4ec0a2bc81b" | 2982 | resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48" |
| 2904 | integrity sha512-d4ixhz5SKCa1D6SCPrivP7yYVi7nyD6A4vs6HIAul9ujBzcEmZVM3/0NN/yu5nKhmO1wjp5xQ46iRfmDGlOviA== | 2983 | integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA== |
| 2905 | dependencies: | 2984 | dependencies: |
| 2906 | "@eslint/eslintrc" "^1.3.0" | 2985 | "@eslint/eslintrc" "^1.3.0" |
| 2907 | "@humanwhocodes/config-array" "^0.9.2" | 2986 | "@humanwhocodes/config-array" "^0.10.4" |
| 2987 | "@humanwhocodes/gitignore-to-minimatch" "^1.0.2" | ||
| 2908 | ajv "^6.10.0" | 2988 | ajv "^6.10.0" |
| 2909 | chalk "^4.0.0" | 2989 | chalk "^4.0.0" |
| 2910 | cross-spawn "^7.0.2" | 2990 | cross-spawn "^7.0.2" |
| ... | @@ -2914,14 +2994,17 @@ eslint@^8.19.0: | ... | @@ -2914,14 +2994,17 @@ eslint@^8.19.0: |
| 2914 | eslint-scope "^7.1.1" | 2994 | eslint-scope "^7.1.1" |
| 2915 | eslint-utils "^3.0.0" | 2995 | eslint-utils "^3.0.0" |
| 2916 | eslint-visitor-keys "^3.3.0" | 2996 | eslint-visitor-keys "^3.3.0" |
| 2917 | espree "^9.3.2" | 2997 | espree "^9.3.3" |
| 2918 | esquery "^1.4.0" | 2998 | esquery "^1.4.0" |
| 2919 | esutils "^2.0.2" | 2999 | esutils "^2.0.2" |
| 2920 | fast-deep-equal "^3.1.3" | 3000 | fast-deep-equal "^3.1.3" |
| 2921 | file-entry-cache "^6.0.1" | 3001 | file-entry-cache "^6.0.1" |
| 3002 | find-up "^5.0.0" | ||
| 2922 | functional-red-black-tree "^1.0.1" | 3003 | functional-red-black-tree "^1.0.1" |
| 2923 | glob-parent "^6.0.1" | 3004 | glob-parent "^6.0.1" |
| 2924 | globals "^13.15.0" | 3005 | globals "^13.15.0" |
| 3006 | globby "^11.1.0" | ||
| 3007 | grapheme-splitter "^1.0.4" | ||
| 2925 | ignore "^5.2.0" | 3008 | ignore "^5.2.0" |
| 2926 | import-fresh "^3.0.0" | 3009 | import-fresh "^3.0.0" |
| 2927 | imurmurhash "^0.1.4" | 3010 | imurmurhash "^0.1.4" |
| ... | @@ -2948,6 +3031,15 @@ espree@^9.3.1, espree@^9.3.2: | ... | @@ -2948,6 +3031,15 @@ espree@^9.3.1, espree@^9.3.2: |
| 2948 | acorn-jsx "^5.3.2" | 3031 | acorn-jsx "^5.3.2" |
| 2949 | eslint-visitor-keys "^3.3.0" | 3032 | eslint-visitor-keys "^3.3.0" |
| 2950 | 3033 | ||
| 3034 | espree@^9.3.3: | ||
| 3035 | version "9.3.3" | ||
| 3036 | resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d" | ||
| 3037 | integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng== | ||
| 3038 | dependencies: | ||
| 3039 | acorn "^8.8.0" | ||
| 3040 | acorn-jsx "^5.3.2" | ||
| 3041 | eslint-visitor-keys "^3.3.0" | ||
| 3042 | |||
| 2951 | esquery@^1.4.0: | 3043 | esquery@^1.4.0: |
| 2952 | version "1.4.0" | 3044 | version "1.4.0" |
| 2953 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" | 3045 | resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5" |
| ... | @@ -3171,6 +3263,14 @@ find-up@^4.0.0, find-up@^4.1.0: | ... | @@ -3171,6 +3263,14 @@ find-up@^4.0.0, find-up@^4.1.0: |
| 3171 | locate-path "^5.0.0" | 3263 | locate-path "^5.0.0" |
| 3172 | path-exists "^4.0.0" | 3264 | path-exists "^4.0.0" |
| 3173 | 3265 | ||
| 3266 | find-up@^5.0.0: | ||
| 3267 | version "5.0.0" | ||
| 3268 | resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" | ||
| 3269 | integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== | ||
| 3270 | dependencies: | ||
| 3271 | locate-path "^6.0.0" | ||
| 3272 | path-exists "^4.0.0" | ||
| 3273 | |||
| 3174 | flat-cache@^3.0.4: | 3274 | flat-cache@^3.0.4: |
| 3175 | version "3.0.4" | 3275 | version "3.0.4" |
| 3176 | resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" | 3276 | resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11" |
| ... | @@ -3327,7 +3427,7 @@ globals@^13.15.0: | ... | @@ -3327,7 +3427,7 @@ globals@^13.15.0: |
| 3327 | dependencies: | 3427 | dependencies: |
| 3328 | type-fest "^0.20.2" | 3428 | type-fest "^0.20.2" |
| 3329 | 3429 | ||
| 3330 | globby@^11.0.2, globby@^11.0.3: | 3430 | globby@^11.0.2, globby@^11.0.3, globby@^11.1.0: |
| 3331 | version "11.1.0" | 3431 | version "11.1.0" |
| 3332 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" | 3432 | resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b" |
| 3333 | integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== | 3433 | integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== |
| ... | @@ -3344,6 +3444,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, | ... | @@ -3344,6 +3444,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, |
| 3344 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" | 3444 | resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c" |
| 3345 | integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== | 3445 | integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA== |
| 3346 | 3446 | ||
| 3447 | grapheme-splitter@^1.0.4: | ||
| 3448 | version "1.0.4" | ||
| 3449 | resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" | ||
| 3450 | integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== | ||
| 3451 | |||
| 3347 | gzip-size@^6.0.0: | 3452 | gzip-size@^6.0.0: |
| 3348 | version "6.0.0" | 3453 | version "6.0.0" |
| 3349 | resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462" | 3454 | resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-6.0.0.tgz#065367fd50c239c0671cbcbad5be3e2eeb10e462" |
| ... | @@ -3892,6 +3997,13 @@ locate-path@^5.0.0: | ... | @@ -3892,6 +3997,13 @@ locate-path@^5.0.0: |
| 3892 | dependencies: | 3997 | dependencies: |
| 3893 | p-locate "^4.1.0" | 3998 | p-locate "^4.1.0" |
| 3894 | 3999 | ||
| 4000 | locate-path@^6.0.0: | ||
| 4001 | version "6.0.0" | ||
| 4002 | resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" | ||
| 4003 | integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== | ||
| 4004 | dependencies: | ||
| 4005 | p-locate "^5.0.0" | ||
| 4006 | |||
| 3895 | lodash.debounce@^4.0.8: | 4007 | lodash.debounce@^4.0.8: |
| 3896 | version "4.0.8" | 4008 | version "4.0.8" |
| 3897 | resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" | 4009 | resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" |
| ... | @@ -4354,6 +4466,13 @@ p-limit@^2.2.0: | ... | @@ -4354,6 +4466,13 @@ p-limit@^2.2.0: |
| 4354 | dependencies: | 4466 | dependencies: |
| 4355 | p-try "^2.0.0" | 4467 | p-try "^2.0.0" |
| 4356 | 4468 | ||
| 4469 | p-limit@^3.0.2: | ||
| 4470 | version "3.1.0" | ||
| 4471 | resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" | ||
| 4472 | integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== | ||
| 4473 | dependencies: | ||
| 4474 | yocto-queue "^0.1.0" | ||
| 4475 | |||
| 4357 | p-locate@^4.1.0: | 4476 | p-locate@^4.1.0: |
| 4358 | version "4.1.0" | 4477 | version "4.1.0" |
| 4359 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" | 4478 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07" |
| ... | @@ -4361,6 +4480,13 @@ p-locate@^4.1.0: | ... | @@ -4361,6 +4480,13 @@ p-locate@^4.1.0: |
| 4361 | dependencies: | 4480 | dependencies: |
| 4362 | p-limit "^2.2.0" | 4481 | p-limit "^2.2.0" |
| 4363 | 4482 | ||
| 4483 | p-locate@^5.0.0: | ||
| 4484 | version "5.0.0" | ||
| 4485 | resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" | ||
| 4486 | integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== | ||
| 4487 | dependencies: | ||
| 4488 | p-limit "^3.0.2" | ||
| 4489 | |||
| 4364 | p-retry@^4.5.0: | 4490 | p-retry@^4.5.0: |
| 4365 | version "4.6.2" | 4491 | version "4.6.2" |
| 4366 | resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16" | 4492 | resolved "https://registry.yarnpkg.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16" |
| ... | @@ -5075,10 +5201,10 @@ sass-loader@^13.0.2: | ... | @@ -5075,10 +5201,10 @@ sass-loader@^13.0.2: |
| 5075 | klona "^2.0.4" | 5201 | klona "^2.0.4" |
| 5076 | neo-async "^2.6.2" | 5202 | neo-async "^2.6.2" |
| 5077 | 5203 | ||
| 5078 | sass@^1.53.0: | 5204 | sass@^1.54.4: |
| 5079 | version "1.54.0" | 5205 | version "1.54.4" |
| 5080 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.0.tgz#24873673265e2a4fe3d3a997f714971db2fba1f4" | 5206 | resolved "https://registry.yarnpkg.com/sass/-/sass-1.54.4.tgz#803ff2fef5525f1dd01670c3915b4b68b6cba72d" |
| 5081 | integrity sha512-C4zp79GCXZfK0yoHZg+GxF818/aclhp9F48XBu/+bm9vXEVAYov9iU3FBVRMq3Hx3OA4jfKL+p2K9180mEh0xQ== | 5207 | integrity sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA== |
| 5082 | dependencies: | 5208 | dependencies: |
| 5083 | chokidar ">=3.0.0 <4.0.0" | 5209 | chokidar ">=3.0.0 <4.0.0" |
| 5084 | immutable "^4.0.0" | 5210 | immutable "^4.0.0" |
| ... | @@ -5766,7 +5892,7 @@ vue-template-es2015-compiler@^1.9.0: | ... | @@ -5766,7 +5892,7 @@ vue-template-es2015-compiler@^1.9.0: |
| 5766 | resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" | 5892 | resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825" |
| 5767 | integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== | 5893 | integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw== |
| 5768 | 5894 | ||
| 5769 | vue@^2.7.7: | 5895 | vue@^2.7.8: |
| 5770 | version "2.7.8" | 5896 | version "2.7.8" |
| 5771 | resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.8.tgz#34e06553137611d8cecc4b0cd78b7a59f80b1299" | 5897 | resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.8.tgz#34e06553137611d8cecc4b0cd78b7a59f80b1299" |
| 5772 | integrity sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ== | 5898 | integrity sha512-ncwlZx5qOcn754bCu5/tS/IWPhXHopfit79cx+uIlLMyt3vCMGcXai5yCG5y+I6cDmEj4ukRYyZail9FTQh7lQ== |
| ... | @@ -6049,6 +6175,11 @@ yargs@^16.0.0: | ... | @@ -6049,6 +6175,11 @@ yargs@^16.0.0: |
| 6049 | y18n "^5.0.5" | 6175 | y18n "^5.0.5" |
| 6050 | yargs-parser "^20.2.2" | 6176 | yargs-parser "^20.2.2" |
| 6051 | 6177 | ||
| 6178 | yocto-queue@^0.1.0: | ||
| 6179 | version "0.1.0" | ||
| 6180 | resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" | ||
| 6181 | integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== | ||
| 6182 | |||
| 6052 | yorkie@^2.0.0: | 6183 | yorkie@^2.0.0: |
| 6053 | version "2.0.0" | 6184 | version "2.0.0" |
| 6054 | resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9" | 6185 | resolved "https://registry.yarnpkg.com/yorkie/-/yorkie-2.0.0.tgz#92411912d435214e12c51c2ae1093e54b6bb83d9" | ... | ... |
-
Please register or sign in to post a comment