From f1196bd65db69278dfbcfac55a305800124a4d26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:58:18 -0700 Subject: [PATCH] chore(deps): bump @tanstack/vue-query in /src/dispatch/static/dispatch (#5334) Bumps [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) from 5.59.6 to 5.59.13. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.59.13/packages/vue-query) --- updated-dependencies: - dependency-name: "@tanstack/vue-query" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6384eacb6ab3..62058d8957eb 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -1339,21 +1339,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.59.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.6.tgz", - "integrity": "sha512-g58YTHe4ClRrjJ50GY9fas/0zARJVozY0Hs+hcSBOmwZaeKY+to0/LX8wKnnH/EJiLYcC1sHmE11CAS3ncfZBg==", + "version": "5.59.13", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.13.tgz", + "integrity": "sha512-Oou0bBu/P8+oYjXsJQ11j+gcpLAMpqW42UlokQYEz4dE7+hOtVO9rVuolJKgEccqzvyFzqX4/zZWY+R/v1wVsQ==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.59.6", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.59.6.tgz", - "integrity": "sha512-e/4TUkILjHyqPv48n/ndpYbRlI3Xn+hL/W00OKcGmQd/H7cv4c2EQtv+7pBiyC991ReAiyd0ihgiSLuu1L4I6A==", + "version": "5.59.13", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.59.13.tgz", + "integrity": "sha512-3pJg3NlNLD7sQLHFvPKIQ64l86uGuudqDUxlTGCBX5zlpTWjajzfovFc0DHcb0ClKtFyBCmrqnLcMMkjdJj6GQ==", "dependencies": { "@tanstack/match-sorter-utils": "^8.15.1", - "@tanstack/query-core": "5.59.6", + "@tanstack/query-core": "5.59.13", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" },