From 85583bdda8c5e00d8ad8dc2d3328f7419f85a5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 12:56:04 +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.14.1 to 5.14.4. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.14.4/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] --- 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 46e861e1ec37..a6a4bb0f9e7d 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.14.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.1.tgz", - "integrity": "sha512-TlZarySCVEiap4K7BCvrsYZnX7jBbEkR55YMrk8ELcRbuAx6ydL+qoxqUt8Fq8VMvQyGt52icn6T7eJL1Q35KQ==", + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.2.tgz", + "integrity": "sha512-QmoJvC72sSWs3hgGis8JdmlDvqLfYGWUK4UG6OR9Q6t28JMN9m2FDwKPqoSJ9YVocELCSjMt/FGjEiLfk8000Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.14.1.tgz", - "integrity": "sha512-+ssW2xIIQXqLMsOjDPY0RFJVhAIkWHJmmWfm4nGlhootldgMj9iZNcc+quiXdGtao5CcoXPLxtlWT1efGMXp0w==", + "version": "5.14.4", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.14.4.tgz", + "integrity": "sha512-UXqJOqSNO+XEDHg50TBt+sGRoVG0quk2y3C+npfghY50tl6NEgk5EncNYnIbO+GysaHRTH0y22dzksFGMxbpUg==", "dependencies": { "@tanstack/match-sorter-utils": "^8.8.4", - "@tanstack/query-core": "5.14.1", + "@tanstack/query-core": "5.14.2", "@vue/devtools-api": "^6.5.0", "vue-demi": "^0.14.6" },