From 4fc4fb4c8291b1620467793e1d68c236ba2d0d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:39:46 +0000 Subject: [PATCH] build(deps): bump @tanstack/vue-query from 5.52.0 to 5.62.9 in /frontend Bumps [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) from 5.52.0 to 5.62.9. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.62.9/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] --- frontend/package-lock.json | 20 +++++++++----------- frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c69e48dec..d82d99b07 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@mdi/font": "^7.4.47", "@protobuf-ts/runtime": "^2.9.4", "@reactgular/chunks": "^1.0.1", - "@tanstack/vue-query": "^5.52.0", + "@tanstack/vue-query": "^5.62.9", "@tanstack/vue-query-devtools": "^5.52.0", "@types/lodash.debounce": "^4.0.9", "@types/luxon": "^3.4.2", @@ -4579,10 +4579,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.52.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.52.0.tgz", - "integrity": "sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==", - "license": "MIT", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.9.tgz", + "integrity": "sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4599,13 +4598,12 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.52.0", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.52.0.tgz", - "integrity": "sha512-AfPLrWBIxbLy6x04eylfvpiCaAUJrIyz3MCWtANatFwme8QabQQ3F2/lskdNjeAqF0B2Tn2N2tzDrUa1aCCPVg==", - "license": "MIT", + "version": "5.62.9", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.62.9.tgz", + "integrity": "sha512-L6soXGCGlMT5Xc/ToUNt7AGJjr6C8mc3gkASe1tDhPRyo4VoMcmnha+qf3yP4Uwd38bmZmohZwnBbuT3O3TvQA==", "dependencies": { - "@tanstack/match-sorter-utils": "^8.15.1", - "@tanstack/query-core": "5.52.0", + "@tanstack/match-sorter-utils": "^8.19.4", + "@tanstack/query-core": "5.62.9", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" }, diff --git a/frontend/package.json b/frontend/package.json index d4b0f4426..0ceda86fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "@mdi/font": "^7.4.47", "@protobuf-ts/runtime": "^2.9.4", "@reactgular/chunks": "^1.0.1", - "@tanstack/vue-query": "^5.52.0", + "@tanstack/vue-query": "^5.62.9", "@tanstack/vue-query-devtools": "^5.52.0", "@types/lodash.debounce": "^4.0.9", "@types/luxon": "^3.4.2",