From 8aca1db5402bf2cd6c64dd449a92d57f47169fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:06:23 +0100 Subject: [PATCH] chore(deps): update all non-major dependencies (#5679) --- packages/plugin-vue/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin-vue/package.json b/packages/plugin-vue/package.json index e082669d..5aad7996 100644 --- a/packages/plugin-vue/package.json +++ b/packages/plugin-vue/package.json @@ -36,12 +36,12 @@ "devDependencies": { "@rollup/pluginutils": "^4.1.1", "@types/hash-sum": "^1.0.0", - "@vue/compiler-sfc": "^3.2.21", + "@vue/compiler-sfc": "^3.2.22", "debug": "^4.3.2", "hash-sum": "^2.0.0", "rollup": "^2.59.0", "slash": "^4.0.0", "source-map": "^0.6.1", - "vue": "^3.2.21" + "vue": "^3.2.22" } }