From 44cc0d91cc5d5fb738ae98d7bcb112132ceedc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 12:21:09 +0000 Subject: [PATCH] chore(deps): bump @tanstack/vue-query in /src/dispatch/static/dispatch Bumps [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) from 5.75.1 to 5.75.5. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.75.5/packages/vue-query) --- updated-dependencies: - dependency-name: "@tanstack/vue-query" dependency-version: 5.75.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/dispatch/static/dispatch/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 9a6922585992..90ac5cb6a941 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1620,9 +1620,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.75.0.tgz", - "integrity": "sha512-rk8KQuCdhoRkzjRVF3QxLgAfFUyS0k7+GCQjlGEpEGco+qazJ0eMH6aO1DjDjibH7/ik383nnztua3BG+lOnwg==", + "version": "5.75.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.75.5.tgz", + "integrity": "sha512-kPDOxtoMn2Ycycb76Givx2fi+2pzo98F9ifHL/NFiahEDpDwSVW6o12PRuQ0lQnBOunhRG5etatAhQij91M3MQ==", "license": "MIT", "funding": { "type": "github", @@ -1630,13 +1630,13 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.75.1", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.75.1.tgz", - "integrity": "sha512-EkzTAd3fIOE//lPhDI6y2s2DtJt9HrOCkK0W6ZzQ1QxhLG++r2saCyxPdsddp7skzv2Po9sJZXRV9JYzHSQ/XA==", + "version": "5.75.5", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.75.5.tgz", + "integrity": "sha512-zlPuq2jF4ESiQg1TJyA8h4VBLAVV3CB5/kz2F6Erm/eLuFHNeRksEr+oRWuzhE7u9Ik2iNBANJ5vwg0p5Ie7mw==", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.75.0", + "@tanstack/query-core": "5.75.5", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },