diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5bcc88682..ab5998cf0 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.7", "@tanstack/vue-query-devtools": "^5.52.0", "@types/lodash.debounce": "^4.0.9", "@types/luxon": "^3.4.2", @@ -4587,10 +4587,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.7", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.7.tgz", + "integrity": "sha512-fgpfmwatsrUal6V+8EC2cxZIQVl9xvL7qYa03gsdsCy985UTUlS4N+/3hCzwR0PclYDqisca2AqR1BVgJGpUDA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4607,13 +4606,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.7", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.62.7.tgz", + "integrity": "sha512-FVSnVw2fw9BHciCbWWSfPMB3PRtGHbGf4Q1Gq7mFlieojiKZBF5Nz5AKFQLKs+IGnrVDTKqfU8ojjPfthPTYxQ==", "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.7", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" }, diff --git a/frontend/package.json b/frontend/package.json index 019f58944..cf65794ce 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.7", "@tanstack/vue-query-devtools": "^5.52.0", "@types/lodash.debounce": "^4.0.9", "@types/luxon": "^3.4.2",