diff --git a/package.json b/package.json index 157392e..4e563e1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type-check": "vue-tsc --build --force" }, "dependencies": { - "@tanstack/vue-query": "^5.71.10", + "@tanstack/vue-query": "^5.85.5", "axios": "^1.8.4", "pinia": "^3.0.1", "vue": "^3.5.13", diff --git a/yarn.lock b/yarn.lock index b62ccb1..45d03fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -321,18 +321,18 @@ dependencies: remove-accents "0.5.0" -"@tanstack/query-core@5.71.10": - version "5.71.10" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.71.10.tgz#1f2dc5abf595156e7d9c5d6e4f47e805a7083c30" - integrity sha512-/fKEY8fO1nbszfrBatzmhJa1nEwIKn0c6Tv2A1ocSA5OiD2GukOIV8nnBbvJRgZb/VIoBy9/N4PVbABI8YQLow== +"@tanstack/query-core@5.85.5": + version "5.85.5" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.85.5.tgz#c4adc126bb3a927e4d60280bf3cf62210700147c" + integrity sha512-KO0WTob4JEApv69iYp1eGvfMSUkgw//IpMnq+//cORBzXf0smyRwPLrUvEe5qtAEGjwZTXrjxg+oJNP/C00t6w== -"@tanstack/vue-query@^5.71.10": - version "5.71.10" - resolved "https://registry.yarnpkg.com/@tanstack/vue-query/-/vue-query-5.71.10.tgz#53db1ac036c1e63b891a577e85c7a00df5581959" - integrity sha512-s0TMo1W6FW4IF2irmW69in0qsj8nQG4n8ugvK6rNZmuR6+048yc1OdjjhQtSG59n+tjauA8xYgrkflB8zlAwcQ== +"@tanstack/vue-query@^5.85.5": + version "5.85.5" + resolved "https://registry.yarnpkg.com/@tanstack/vue-query/-/vue-query-5.85.5.tgz#f284b14409d62b4366acc35f856804920020003a" + integrity sha512-f2gT08SakfnyDGW5bgwsyjqnl2pgacvNWIpyj9UchjTo1JAEYMpMBT26TzhYgRL6il2wnunxnii7DHk1Kcj9Og== dependencies: "@tanstack/match-sorter-utils" "^8.19.4" - "@tanstack/query-core" "5.71.10" + "@tanstack/query-core" "5.85.5" "@vue/devtools-api" "^6.6.3" vue-demi "^0.14.10"