From 25e07d6f21af1fe04221fe32471ca23d446cad56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:16:46 +0000 Subject: [PATCH] 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.13.4 to 5.14.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.14.0/packages/vue-query) --- updated-dependencies: - dependency-name: "@tanstack/vue-query" dependency-type: direct:production update-type: version-update:semver-minor ... 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 264a64a3b4ae..bb12ce94f665 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1006,21 +1006,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.13.4.tgz", - "integrity": "sha512-8+rJucXvC/xlr4OrxHhEIob/cTlbT4fgmz1VsvB0D12FRStKaXeLORNGcOhSAynRd2NL74SV/Qq0IIb4DedLcA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.0.tgz", + "integrity": "sha512-OEri9fVDYT8XEqgh/dc6fFp1niyqu+MDY+Vp/LwU+scdk9xQLZ7KdUMEUh/sqTEjRM5BlFzAhAv+EIYcvSxt0Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.13.4", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.13.4.tgz", - "integrity": "sha512-ESbYXN7Q9gx30tKhz4o89PFrfgtjQKApR4+QGx5WiIP0XhqVfJrDtqAFr1hXTLGzPmp71ECMnYuW2Elu6KWlmQ==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.14.0.tgz", + "integrity": "sha512-kF0+qZdHtY64eJI4cJ3EWR/UMkyrk2I1PyBXtgfJS9IUUAovccPdfwTbZm1dkczBKcM/LytYFTfMAC+kobYHSQ==", "dependencies": { "@tanstack/match-sorter-utils": "^8.8.4", - "@tanstack/query-core": "5.13.4", + "@tanstack/query-core": "5.14.0", "@vue/devtools-api": "^6.5.0", "vue-demi": "^0.14.6" },