|
257 | 257 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
|
258 | 258 | integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
|
259 | 259 |
|
| 260 | +"@babel/parser@^7.18.4": |
| 261 | + version "7.18.8" |
| 262 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.8.tgz#822146080ac9c62dac0823bb3489622e0bc1cbdf" |
| 263 | + integrity sha512-RSKRfYX20dyH+elbJK2uqAkVyucL+xXzhqlMD5/ZXx+dAAwpyB7HsvnHe/ZUGOF+xLr5Wx9/JoXVTj6BQE2/oA== |
| 264 | + |
260 | 265 | "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
261 | 266 | version "7.13.12"
|
262 | 267 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
|
|
1215 | 1220 | "@vue/babel-plugin-transform-vue-jsx" "^1.2.1"
|
1216 | 1221 | camelcase "^5.0.0"
|
1217 | 1222 |
|
| 1223 | + |
| 1224 | + version "2.7.6" |
| 1225 | + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-2.7.6.tgz#964615c10ba9098e82479afe19e87068fc72fe46" |
| 1226 | + integrity sha512-W677WEQdXSBEMd0egLtqKxQqmMuLM2zGPKFizjls0SYkEVrQL0ad124j7VbpEU0JLG4j8dp/3OFtvFGCG+grlQ== |
| 1227 | + dependencies: |
| 1228 | + "@babel/parser" "^7.18.4" |
| 1229 | + postcss "^8.4.14" |
| 1230 | + source-map "^0.6.1" |
| 1231 | + |
1218 | 1232 | "@vue/component-compiler-utils@^3.1.0":
|
1219 | 1233 | version "3.2.0"
|
1220 | 1234 | resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d"
|
@@ -4072,6 +4086,11 @@ csso@^4.0.2:
|
4072 | 4086 | dependencies:
|
4073 | 4087 | css-tree "^1.1.2"
|
4074 | 4088 |
|
| 4089 | +csstype@^3.1.0: |
| 4090 | + version "3.1.0" |
| 4091 | + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.0.tgz#4ddcac3718d787cf9df0d1b7d15033925c8f29f2" |
| 4092 | + integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA== |
| 4093 | + |
4075 | 4094 | currently-unhandled@^0.4.1:
|
4076 | 4095 | version "0.4.1"
|
4077 | 4096 | resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
@@ -8053,6 +8072,11 @@ nan@^2.12.1:
|
8053 | 8072 | resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19"
|
8054 | 8073 | integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==
|
8055 | 8074 |
|
| 8075 | +nanoid@^3.3.4: |
| 8076 | + version "3.3.4" |
| 8077 | + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" |
| 8078 | + integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== |
| 8079 | + |
8056 | 8080 | nanomatch@^1.2.9:
|
8057 | 8081 | version "1.2.13"
|
8058 | 8082 | resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119"
|
@@ -8819,6 +8843,11 @@ performance-now@^2.1.0:
|
8819 | 8843 | resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
8820 | 8844 | integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
8821 | 8845 |
|
| 8846 | +picocolors@^1.0.0: |
| 8847 | + version "1.0.0" |
| 8848 | + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" |
| 8849 | + integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== |
| 8850 | + |
8822 | 8851 | picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
|
8823 | 8852 | version "2.2.3"
|
8824 | 8853 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
|
@@ -9237,6 +9266,15 @@ postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.26, postcss@^7.0.2
|
9237 | 9266 | source-map "^0.6.1"
|
9238 | 9267 | supports-color "^6.1.0"
|
9239 | 9268 |
|
| 9269 | +postcss@^8.4.14: |
| 9270 | + version "8.4.14" |
| 9271 | + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" |
| 9272 | + integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== |
| 9273 | + dependencies: |
| 9274 | + nanoid "^3.3.4" |
| 9275 | + picocolors "^1.0.0" |
| 9276 | + source-map-js "^1.0.2" |
| 9277 | + |
9240 | 9278 | prelude-ls@~1.1.2:
|
9241 | 9279 | version "1.1.2"
|
9242 | 9280 | resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
|
@@ -10492,6 +10530,11 @@ source-list-map@^2.0.0:
|
10492 | 10530 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
10493 | 10531 | integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
10494 | 10532 |
|
| 10533 | +source-map-js@^1.0.2: |
| 10534 | + version "1.0.2" |
| 10535 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" |
| 10536 | + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
| 10537 | + |
10495 | 10538 | source-map-resolve@^0.5.0, source-map-resolve@^0.5.2:
|
10496 | 10539 | version "0.5.3"
|
10497 | 10540 | resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
@@ -11692,11 +11735,19 @@ vue-template-es2015-compiler@^1.9.0:
|
11692 | 11735 | resolved "https://registry.yarnpkg.com/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.9.1.tgz#1ee3bc9a16ecbf5118be334bb15f9c46f82f5825"
|
11693 | 11736 | integrity sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==
|
11694 | 11737 |
|
11695 |
| -vue@^2.6.10, vue@^2.6.12: |
| 11738 | +vue@^2.6.10: |
11696 | 11739 | version "2.6.12"
|
11697 | 11740 | resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.12.tgz#f5ebd4fa6bd2869403e29a896aed4904456c9123"
|
11698 | 11741 | integrity sha512-uhmLFETqPPNyuLLbsKz6ioJ4q7AZHzD8ZVFNATNyICSZouqP2Sz0rotWQC8UNBF6VGSCs5abnKJoStA6JbCbfg==
|
11699 | 11742 |
|
| 11743 | +vue@^2.7.0: |
| 11744 | + version "2.7.6" |
| 11745 | + resolved "https://registry.yarnpkg.com/vue/-/vue-2.7.6.tgz#e0b2dacb8de9a16aa95d1a144b308e67ea216c52" |
| 11746 | + integrity sha512-5hfTjdByl2R9rtGmPzP+31/EURYwpIXhgyhZ+sO1biG3s49iuHVqwC9ZrPTqn22IPISn0UZLF5WwQ4KMMWec2w== |
| 11747 | + dependencies: |
| 11748 | + "@vue/compiler-sfc" "2.7.6" |
| 11749 | + csstype "^3.1.0" |
| 11750 | + |
11700 | 11751 | vuepress-html-webpack-plugin@^3.2.0:
|
11701 | 11752 | version "3.2.0"
|
11702 | 11753 | resolved "https://registry.yarnpkg.com/vuepress-html-webpack-plugin/-/vuepress-html-webpack-plugin-3.2.0.tgz#219be272ad510faa8750d2d4e70fd028bfd1c16e"
|
|
0 commit comments