From 30b5b7d86276ec939caa9ffce01edc437a04f954 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:59:09 +0000 Subject: [PATCH] fix(deps): update dependency villus to v3 --- examples/vue/villus/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/vue/villus/package.json b/examples/vue/villus/package.json index 7936be3d30b..0f11223c473 100644 --- a/examples/vue/villus/package.json +++ b/examples/vue/villus/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "graphql": "^16.6.0", - "villus": "^2.1.0", + "villus": "^3.0.0", "vue": "^3.2.37" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ee8fc797298..86125427a9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15804,10 +15804,10 @@ vfile@^6.0.0, vfile@^6.0.1: unist-util-stringify-position "^4.0.0" vfile-message "^4.0.0" -villus@^2.1.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/villus/-/villus-2.2.1.tgz#fd74a724862281e4673e00ee4302e3ea1eabaab1" - integrity sha512-vnrY62rf5Yzfew0fZbHQ7b51NpcWKbNDxxmq98NNhBRXjt8gVtbbXsOpRatnKINxsZPPzH+zLJGnTj95F0InHQ== +villus@^3.0.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/villus/-/villus-3.4.0.tgz#5b3b9b61be773d76d558263245a022e6820623c2" + integrity sha512-wEO9cLsSwdCGcjnhXoxl9IRY6ippDyr0UkNztTn1FtAtABsObkGRooGcu5ynSpx2/N3duljtH3fifcVjX4/wtw== vite@^4.1.0: version "4.5.3"