From 3fe1bc2f37d09f4689ef82fc2a591df6479ba916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:37:54 +0300 Subject: [PATCH] fix(deps): update dependency villus to v3 (#9227) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 c188e930866..a551470b896 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 e6d4647b2a5..47037c1a1e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15906,10 +15906,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@^5.0.0: version "5.4.1"