From d1308fcd98b508c909dfd464143d5c5871f1060e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:33:48 +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.8.7 to 5.10.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.10.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 43aa354a938a8..44ce23285affa 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -962,21 +962,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.8.7.tgz", - "integrity": "sha512-58xOSkxxZK4SGQ/uzX8MDZHLGZCkxlgkPxnfhxUOL2uchnNHyay2UVcR3mQNMgaMwH1e2l+0n+zfS7+UJ/MAJw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.10.0.tgz", + "integrity": "sha512-wlw/l2E+U70iABaJnOtZIJN/5VMhuj4RPViafwUYiIGoqw1VqqqaxBnBL90qLhWswoOaK8RAj3+NiG0duk+cRg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.8.7.tgz", - "integrity": "sha512-riuXxrwKq1eGjKidPWLnyHdi5Kp4ji4kfoSoJdJm5hX4pcdgm74BvtIn6vJ7IPg0BQvpmaBJAb1BJyduAN1JkA==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.10.0.tgz", + "integrity": "sha512-RsZv9vt8TU5ela+TRGqxXnMWsU59B0UbmBTFaU+55+bHoHcUTEAe4bUeX/KZojnLuNfwrPDQdN1GGn+cco2GzA==", "dependencies": { "@tanstack/match-sorter-utils": "^8.8.4", - "@tanstack/query-core": "5.8.7", + "@tanstack/query-core": "5.10.0", "@vue/devtools-api": "^6.5.0", "vue-demi": "^0.14.6" },