From 3760b7f7875b91d051fb1379c0d728c753d05af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:06:28 +0000 Subject: [PATCH] build(deps-dev): bump @tanstack/vue-query from 5.85.3 to 5.85.5 Bumps [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) from 5.85.3 to 5.85.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.85.5/packages/vue-query) --- updated-dependencies: - dependency-name: "@tanstack/vue-query" dependency-version: 5.85.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a1bd2f5..3aa4e39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -92,7 +92,7 @@ importers: version: 5.85.3(react@19.0.0) '@tanstack/vue-query': specifier: ^5.62.16 - version: 5.85.3(vue@3.5.13(typescript@5.9.2)) + version: 5.85.5(vue@3.5.13(typescript@5.9.2)) '@types/js-yaml': specifier: ^4.0.9 version: 4.0.9 @@ -689,13 +689,16 @@ packages: '@tanstack/query-core@5.85.3': resolution: {integrity: sha512-9Ne4USX83nHmRuEYs78LW+3lFEEO2hBDHu7mrdIgAFx5Zcrs7ker3n/i8p4kf6OgKExmaDN5oR0efRD7i2J0DQ==} + '@tanstack/query-core@5.85.5': + resolution: {integrity: sha512-KO0WTob4JEApv69iYp1eGvfMSUkgw//IpMnq+//cORBzXf0smyRwPLrUvEe5qtAEGjwZTXrjxg+oJNP/C00t6w==} + '@tanstack/react-query@5.85.3': resolution: {integrity: sha512-AqU8TvNh5GVIE8I+TUU0noryBRy7gOY0XhSayVXmOPll4UkZeLWKDwi0rtWOZbwLRCbyxorfJ5DIjDqE7GXpcQ==} peerDependencies: react: ^18 || ^19 - '@tanstack/vue-query@5.85.3': - resolution: {integrity: sha512-SwLIgbHccHNdBTrL89n6DLtnpDO+pj4KQZUcv5YecZ+a/Bc9AIOcv7erqitbKiUXsBVCPdj4IagE0q1E+ha5oQ==} + '@tanstack/vue-query@5.85.5': + resolution: {integrity: sha512-f2gT08SakfnyDGW5bgwsyjqnl2pgacvNWIpyj9UchjTo1JAEYMpMBT26TzhYgRL6il2wnunxnii7DHk1Kcj9Og==} peerDependencies: '@vue/composition-api': ^1.1.2 vue: ^2.6.0 || ^3.3.0 @@ -3128,15 +3131,17 @@ snapshots: '@tanstack/query-core@5.85.3': {} + '@tanstack/query-core@5.85.5': {} + '@tanstack/react-query@5.85.3(react@19.0.0)': dependencies: '@tanstack/query-core': 5.85.3 react: 19.0.0 - '@tanstack/vue-query@5.85.3(vue@3.5.13(typescript@5.9.2))': + '@tanstack/vue-query@5.85.5(vue@3.5.13(typescript@5.9.2))': dependencies: '@tanstack/match-sorter-utils': 8.19.4 - '@tanstack/query-core': 5.85.3 + '@tanstack/query-core': 5.85.5 '@vue/devtools-api': 6.6.4 vue: 3.5.13(typescript@5.9.2) vue-demi: 0.14.10(vue@3.5.13(typescript@5.9.2))