From ab7fe5fcb568aa12990c5f95a61f166906cad1a6 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 6 Sep 2021 23:07:10 +0800 Subject: [PATCH] chore: update deps --- package.json | 18 ++--- yarn.lock | 185 +++++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 158 insertions(+), 45 deletions(-) diff --git a/package.json b/package.json index dd3fe7493d5..df932a235c9 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ }, "devDependencies": { "@antfu/eslint-config": "^0.7.0", - "@antfu/ni": "^0.7.0", - "@iconify/json": "^1.1.396", + "@antfu/ni": "^0.9.2", + "@iconify/json": "^1.1.398", "@rollup/plugin-replace": "^3.0.0", "@rollup/plugin-typescript": "^8.2.5", "@types/fs-extra": "^9.0.12", @@ -55,10 +55,10 @@ "@types/js-yaml": "^4.0.3", "@types/node": "^16.7.10", "@types/semver": "^7.3.8", - "@vue/compiler-sfc": "^3.2.8", + "@vue/compiler-sfc": "^3.2.9", "@vue/composition-api": "^1.1.4", "@vue/test-utils": "^1.2.2", - "axios": "^0.21.1", + "axios": "^0.21.3", "consola": "^2.15.3", "cross-env": "^7.0.3", "dayjs": "^1.10.6", @@ -89,16 +89,16 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "rollup-plugin-uglify": "^6.0.4", - "simple-git": "^2.45.0", + "simple-git": "^2.45.1", "ts-jest": "^27.0.5", "typescript": "^4.4.2", - "unplugin-icons": "^0.7.5", - "unplugin-vue-components": "^0.14.10", + "unplugin-icons": "^0.7.6", + "unplugin-vue-components": "^0.14.12", "vite": "^2.5.3", "vite-plugin-pwa": "^0.11.2", - "vite-plugin-windicss": "^1.3.0", + "vite-plugin-windicss": "^1.4.1", "vitepress": "^0.17.0", - "vue": "^3.2.8", + "vue": "^3.2.9", "vue-demi": "^0.11.3", "vue2": "npm:vue@2" } diff --git a/yarn.lock b/yarn.lock index 1d340fd1106..357828024a1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -156,10 +156,10 @@ "@antfu/eslint-config-react" "^0.7.0" "@antfu/eslint-config-vue" "^0.7.0" -"@antfu/ni@^0.7.0": - version "0.7.0" - resolved "https://registry.yarnpkg.com/@antfu/ni/-/ni-0.7.0.tgz#e815913723059af7cf54fee980ab0b42d73da158" - integrity sha512-wXtpUOMu3l5QWVXBrsaxCbgD2dbKQ1N/5ji7Xl3FTrfSb96+BElRhmaLyZd1A5U4TXz6S/FLR8jQQ3XJ78aHIQ== +"@antfu/ni@^0.9.2": + version "0.9.2" + resolved "https://registry.yarnpkg.com/@antfu/ni/-/ni-0.9.2.tgz#2b5a326bdb5bdfa65ec3bb9f69fa11a1d3cbbff9" + integrity sha512-WAAwZ3X27uVwKjKJpW3PakHURNEjTnBo9L7poQ+U1MclmOSRUVYz14cef7FQ7OXeZRjB7m/Crt06T+nX0wyXrQ== "@antfu/utils@^0.2.4": version "0.2.4" @@ -1438,10 +1438,10 @@ resolved "https://registry.yarnpkg.com/@iconify/json-tools/-/json-tools-1.0.10.tgz#d9a7050dbbe8bb29d684d4b3f9446ed2d0bea3cc" integrity sha512-LFelJDOLZ6JHlmlAkgrvmcu4hpNPB91KYcr4f60D/exzU1eNOb4/KCVHIydGHIQFaOacIOD+Xy+B7P1z812cZg== -"@iconify/json@^1.1.396": - version "1.1.396" - resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.396.tgz#4d3218e82c056e01e6787e1e44108ec08f3794db" - integrity sha512-RmwflUp8G4Xy2ysNw82f22AevQ1TiPE2bhgGQGQeUn9zz2jUnYygUO2S4Sr2nn4ylODFpca3+fg1QdzwdHDmiA== +"@iconify/json@^1.1.398": + version "1.1.398" + resolved "https://registry.yarnpkg.com/@iconify/json/-/json-1.1.398.tgz#a77526dfb358bb67731d2f609db568abff144589" + integrity sha512-KipuLYlPFMCsiy0T0Lj+U5QGSzLtna80qwq4GP2aYGFathSfrrOxylFSELFlEOwYwXxam5HwDS5/yiH3+8m3fA== "@istanbuljs/load-nyc-config@^1.0.0": version "1.1.0" @@ -2148,6 +2148,17 @@ estree-walker "^2.0.2" source-map "^0.6.1" +"@vue/compiler-core@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.9.tgz#874d04d3e4de98f3a60769db7fa47e041bfca490" + integrity sha512-smi76K+pg1LeltWSLoOI9GqXdH1oK13sd+SrO/XTdyfvf2dOQn5zE0o+C4B4Wj9M8Jd66Z5dEfGEldvcOutixQ== + dependencies: + "@babel/parser" "^7.15.0" + "@babel/types" "^7.15.0" + "@vue/shared" "3.2.9" + estree-walker "^2.0.2" + source-map "^0.6.1" + "@vue/compiler-dom@3.2.8": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.8.tgz#69bc9e08928a12295c31299067f18d87301981a9" @@ -2156,7 +2167,15 @@ "@vue/compiler-core" "3.2.8" "@vue/shared" "3.2.8" -"@vue/compiler-sfc@^3.2.1", "@vue/compiler-sfc@^3.2.8": +"@vue/compiler-dom@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.9.tgz#e42b2bc285366224a1738f7ed6648d4260cbbbef" + integrity sha512-7GAMoCyBGMzMsbzxxFFCQMdblg10NRXkgFFhkjLJ4djItL0hyeO8t9wSLmaDaJejo1xjK8lm+4xPAUwvHuC8cA== + dependencies: + "@vue/compiler-core" "3.2.9" + "@vue/shared" "3.2.9" + +"@vue/compiler-sfc@^3.2.1": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.8.tgz#23699f69d38b1c32ec54f8b470f3e6375ffc6b6e" integrity sha512-XClueQAXoWtN2EToKgfYH9FCL70Ac4bxx6OZFZzxYSg1bei8IB9srJP1UOfnJb2IpnM1heikAz1dp1HI1wHcyQ== @@ -2180,6 +2199,30 @@ postcss-selector-parser "^6.0.4" source-map "^0.6.1" +"@vue/compiler-sfc@^3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.9.tgz#82c0cae99625a4e5b9d998cc9ef5e0c26df2a8e9" + integrity sha512-egQCUOvb+3fz7sNx5F85ysPslbbtHiw0l2hOlqSGx5S7vQ8nzPvhxjy/VATYbd4lHZGQltA/3U090ncZu8M6hQ== + dependencies: + "@babel/parser" "^7.15.0" + "@babel/types" "^7.15.0" + "@types/estree" "^0.0.48" + "@vue/compiler-core" "3.2.9" + "@vue/compiler-dom" "3.2.9" + "@vue/compiler-ssr" "3.2.9" + "@vue/ref-transform" "3.2.9" + "@vue/shared" "3.2.9" + consolidate "^0.16.0" + estree-walker "^2.0.2" + hash-sum "^2.0.0" + lru-cache "^5.1.1" + magic-string "^0.25.7" + merge-source-map "^1.1.0" + postcss "^8.1.10" + postcss-modules "^4.0.0" + postcss-selector-parser "^6.0.4" + source-map "^0.6.1" + "@vue/compiler-ssr@3.2.8": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.8.tgz#99733532f44d77144ce1e3b853f2fa08ba394e7a" @@ -2188,6 +2231,14 @@ "@vue/compiler-dom" "3.2.8" "@vue/shared" "3.2.8" +"@vue/compiler-ssr@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.9.tgz#067a9e5ee381c6561d72663c4a1ce42afe33b9bd" + integrity sha512-3QhSnpmMKvM67VQeUttDVy6+BeWlpo1mTqSnEl2x1bIEXNfZ6aIWeV42YmItXfiJ0j+JZI/29sDiEl3QLhAHow== + dependencies: + "@vue/compiler-dom" "3.2.9" + "@vue/shared" "3.2.9" + "@vue/composition-api@^1.1.4": version "1.1.4" resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.1.4.tgz#b4cd566e575350b86c22fa02632e4a356ac2e26e" @@ -2207,6 +2258,13 @@ dependencies: "@vue/shared" "3.2.8" +"@vue/reactivity@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.2.9.tgz#f4ec61519f4779224d98a23ac07b481d95687cae" + integrity sha512-V0me78KlETt/9u3S9BoViEZNCFr/fDWodLq/KqYbFj+YySnCDD0clmjgBSQvIM63D+z3iUXftJyv08vAjlWrvw== + dependencies: + "@vue/shared" "3.2.9" + "@vue/ref-transform@3.2.8": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/ref-transform/-/ref-transform-3.2.8.tgz#a527047bab43ce50ef3d400ce71312ab30f825dc" @@ -2218,6 +2276,17 @@ estree-walker "^2.0.2" magic-string "^0.25.7" +"@vue/ref-transform@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/ref-transform/-/ref-transform-3.2.9.tgz#23af9e2955a6faef7f46bb367494181ad42d1948" + integrity sha512-sKNJZlVWW9s0+Xy8WVaGZTX8jVXvkY85ooDTv21ryAS0gzQ4PzHUvqQFQSgtZSbszU2/Qpi13u2h5oZBBYFm8g== + dependencies: + "@babel/parser" "^7.15.0" + "@vue/compiler-core" "3.2.9" + "@vue/shared" "3.2.9" + estree-walker "^2.0.2" + magic-string "^0.25.7" + "@vue/runtime-core@3.2.8": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.8.tgz#8a2342c0baa0fee192f819a3bdc19547d7430b88" @@ -2226,6 +2295,14 @@ "@vue/reactivity" "3.2.8" "@vue/shared" "3.2.8" +"@vue/runtime-core@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.2.9.tgz#32854c9d9853aa2075fcecfc762b5f033a6bae1e" + integrity sha512-CaSjy/kBrSFtSwyW2sY7RTN5YGmcDg8xLzKmFmIrkI9AXv/YjViQjSKUNHTAhnGq0K739vhFO4r3meBNEWqiOw== + dependencies: + "@vue/reactivity" "3.2.9" + "@vue/shared" "3.2.9" + "@vue/runtime-dom@3.2.8": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.8.tgz#c6631b507049d39844b0434e81df1aa79efcc6cb" @@ -2235,6 +2312,15 @@ "@vue/shared" "3.2.8" csstype "^2.6.8" +"@vue/runtime-dom@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.2.9.tgz#397572a142db2772fb4b7f0a2bc06b5486e5db81" + integrity sha512-Vi8eOaP7/8NYSWIl8/klPtkiI+IQq/gPAI77U7PVoJ22tTcK/+9IIrMEN2TD+jUkHTRRIymMECEv+hWQT1Mo1g== + dependencies: + "@vue/runtime-core" "3.2.9" + "@vue/shared" "3.2.9" + csstype "^2.6.8" + "@vue/server-renderer@^3.2.1": version "3.2.8" resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.2.8.tgz#f92efe9215170eda98413364b572742484e5ccf6" @@ -2248,6 +2334,11 @@ resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.8.tgz#2f918e330aeb3f56ab1031ca60a5b30672512457" integrity sha512-E2DQQnG7Qr4GwTs3GlfPPlHliGVADoufTnhpwfoViw7JlyLMmYtjfnTwM6nXAwvSJWiF7D+7AxpnWBBT3VWo6Q== +"@vue/shared@3.2.9": + version "3.2.9" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.9.tgz#44e44dbd82819997f192fb7dbdb90af5715dbf52" + integrity sha512-+CifxkLVhjKT14g/LMZil8//SdCzkMkS8VfRX0cqNJiFKK4AWvxj0KV1dhbr8czikY0DZUGQew3tRMRRChMGtA== + "@vue/test-utils@^1.2.2": version "1.2.2" resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.2.2.tgz#0242ea4e202d4853541bb167fead3f2249140ab7" @@ -2257,23 +2348,23 @@ lodash "^4.17.15" pretty "^2.0.0" -"@windicss/config@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.3.0.tgz#9752e9ef443db7d08a22c3df764b3cb4a655eb58" - integrity sha512-/F2dg9ltkoQLA4cpr4YQP4V+Y1hO0WOF8jtHoErCKKBr1wBnFLieRjhsXcolM5ZbqH7wLoUrPkdBkIFlocDblg== +"@windicss/config@1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@windicss/config/-/config-1.4.1.tgz#c721cdd174b7e7530ff20920e32e546e7d7f0354" + integrity sha512-4jWG8sajwfV1pa+igFTwEcJgcrqHqcuxRI96IXIt6SuET3vSkwjP8X+4rBfns7QcR+Thxy6K/kBL0xvZNrJsPQ== dependencies: debug "^4.3.2" jiti "^1.11.0" tsup "^4.14.0" windicss "^3.1.7" -"@windicss/plugin-utils@1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.3.0.tgz#165ea203613d0308234edd18448f4da87ec4ee1d" - integrity sha512-4qOXUStYPI3WTHR6WdxGhzKWMZar7vwWY08QFVc9Zztg5eoQ3GyYsMPn83OSRwc/jA7mSkkoCtHLGzop2KjHcg== +"@windicss/plugin-utils@1.4.1": + version "1.4.1" + resolved "https://registry.yarnpkg.com/@windicss/plugin-utils/-/plugin-utils-1.4.1.tgz#3da461f0685293ee5aab75237e29ab6e40e0db4f" + integrity sha512-7gfGroXHH3iHxG6cUakvTjO9ZytxhxUsscc4P++p2Q0KGTh29NnlJci9AQpvO2h+b6+z8VqsDLv1/8ob6hd42g== dependencies: "@antfu/utils" "^0.2.4" - "@windicss/config" "1.3.0" + "@windicss/config" "1.4.1" debug "^4.3.2" fast-glob "^3.2.7" magic-string "^0.25.7" @@ -2504,6 +2595,13 @@ axios@^0.21.1: dependencies: follow-redirects "^1.10.0" +axios@^0.21.3: + version "0.21.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.3.tgz#f85d9b747f9b66d59ca463605cedf1844872b82e" + integrity sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA== + dependencies: + follow-redirects "^1.14.0" + babel-jest@^27.1.0: version "27.1.0" resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.1.0.tgz#e96ca04554fd32274439869e2b6d24de9d91bc4e" @@ -4151,6 +4249,11 @@ follow-redirects@^1.10.0: resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.1.tgz#d9114ded0a1cfdd334e164e6662ad02bfd91ff43" integrity sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg== +follow-redirects@^1.14.0: + version "1.14.3" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.3.tgz#6ada78118d8d24caee595595accdc0ac6abd022e" + integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw== + form-data@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" @@ -7092,10 +7195,10 @@ signal-exit@^3.0.2, signal-exit@^3.0.3: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c" integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== -simple-git@^2.45.0: - version "2.45.0" - resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.45.0.tgz#4d53b146fc23496099ebfc7af5b0d605d0e3e504" - integrity sha512-wu/Ujs9IXn0HuyYm4HyRvne+EKsjJSWKEMkB3wQa3gNHSMHt7y3oeNX9zRQ3UBPk7bRRMLLHAdIZCZfHT9ehPg== +simple-git@^2.45.1: + version "2.45.1" + resolved "https://registry.yarnpkg.com/simple-git/-/simple-git-2.45.1.tgz#27d26ae59f734ffd7e1dea16a1ee3b309d68f5ef" + integrity sha512-NmEoThiLTJxl26WNtZxtJTue18ReTcSrf3so5vJG/O8KY9uMxH+yAhXV/DElBJyOYZrrBbVsH8JOFxgENdc9Xg== dependencies: "@kwsites/file-exists" "^1.1.1" "@kwsites/promise-deferred" "^1.1.1" @@ -7852,19 +7955,19 @@ universalify@^2.0.0: resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== -unplugin-icons@^0.7.5: - version "0.7.5" - resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-0.7.5.tgz#4bc8055d4f96a6b3a21368ff09cc4320db999dfd" - integrity sha512-5IY6hpmKdAPUHyJU3u9bzFw2gOGK1hBW+TSNHt8CuhrdM1wgBZRCgfum9OjDuRgM4nDZiECrsHwGeJvBIvnJVw== +unplugin-icons@^0.7.6: + version "0.7.6" + resolved "https://registry.yarnpkg.com/unplugin-icons/-/unplugin-icons-0.7.6.tgz#08b61cf9bda2989c8a7dc6d4ea8052b65bb090a0" + integrity sha512-P9Uvto2ImdIYovkk13YBkr/o5GRyYsjaVerrcP2AnAewqxcEh20IB71ZkTWog9ywTnGgv0sfeIlOQplbbaCzbw== dependencies: "@iconify/json-tools" "^1.0.10" has-pkg "^0.0.1" unplugin "^0.2.3" -unplugin-vue-components@^0.14.10: - version "0.14.10" - resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.14.10.tgz#b407ae2fb64b2394a3a9ef70c4c62cfc95811bc4" - integrity sha512-1JsEw4o+ln2aSmFAhUYtF/eeVVyawYPQWsbU9kG9dK/mPFvmZH/ODcdvgRKkRumw8etJLSqGSrLS+Gu+Da5hCg== +unplugin-vue-components@^0.14.12: + version "0.14.12" + resolved "https://registry.yarnpkg.com/unplugin-vue-components/-/unplugin-vue-components-0.14.12.tgz#f8935c591830f7f821c35a3335577272a8df3829" + integrity sha512-LpzQA0ZJwBTCszfr+A2PUYaHfYjRR+m2F2wdoLe405ucGlx0wGR9H2OTOmhLKy0UhK15bkCDfDrR97fmfQPWsw== dependencies: "@rollup/pluginutils" "^4.1.1" debug "^4.3.2" @@ -7872,6 +7975,7 @@ unplugin-vue-components@^0.14.10: has-pkg "^0.0.1" magic-string "^0.25.7" minimatch "^3.0.4" + resolve "^1.20.0" unplugin "^0.2.7" unplugin@^0.2.3, unplugin@^0.2.7: @@ -7972,12 +8076,12 @@ vite-plugin-pwa@^0.11.2: workbox-build "^6.2.2" workbox-window "^6.2.2" -vite-plugin-windicss@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.3.0.tgz#ee901410ce010fa6fb0770115ec3cfd87372ab4c" - integrity sha512-Xd9VxXX8z9bsdKs3iL6qXJDXsDDl/HQSWqJOLZFkkp23b3goGRnlT4Rlo5WeIAfrEV944r8bF7wfpDXCkk8XCg== +vite-plugin-windicss@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/vite-plugin-windicss/-/vite-plugin-windicss-1.4.1.tgz#a2536b70bad024b98c6015f2b6999b223ba6e748" + integrity sha512-LLWipPvTexLSF0RRFhfNuPiCifKQsfLuyd3y7z27gSBtDPmHOOXwpfEWrAv9oUnMQzXfG93RJ1HVnjk1hUo77Q== dependencies: - "@windicss/plugin-utils" "1.3.0" + "@windicss/plugin-utils" "1.4.1" chalk "^4.1.2" debug "^4.3.2" windicss "^3.1.7" @@ -8057,7 +8161,7 @@ vue-router@^4.0.11: resolved "https://registry.yarnpkg.com/vue/-/vue-2.6.14.tgz#e51aa5250250d569a3fbad3a8a5a687d6036e235" integrity sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ== -vue@^3.2.1, vue@^3.2.8: +vue@^3.2.1: version "3.2.8" resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.8.tgz#9124e4c31ebc9c592b2b9f293df5c9a88a78e944" integrity sha512-x7lwdnOSkceHQUXRVVHBaZzcp6v7M2CYtSZH75zZaT1mTjB4plC4KZHKP/5jAvdqOLBHZGwDSMkWXm3YbAufrA== @@ -8066,6 +8170,15 @@ vue@^3.2.1, vue@^3.2.8: "@vue/runtime-dom" "3.2.8" "@vue/shared" "3.2.8" +vue@^3.2.9: + version "3.2.9" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.9.tgz#f8373c0d78136e331ad079e18ed72deaa95be5f2" + integrity sha512-mqRzh3Qp0Jg66foZz9F70e6xoe/mIjegyPKjC8gXBBfTP3gt4QxA3b8pXtKJRlXk894CteUIhkFnHU8xcobrXA== + dependencies: + "@vue/compiler-dom" "3.2.9" + "@vue/runtime-dom" "3.2.9" + "@vue/shared" "3.2.9" + w3c-hr-time@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz#0a89cdf5cc15822df9c360543676963e0cc308cd"