diff --git a/package.json b/package.json index 157392e..dbcbb4a 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.80.6", "axios": "^1.8.4", "pinia": "^3.0.1", "vue": "^3.5.13", diff --git a/yarn.lock b/yarn.lock index b62ccb1..bf969a0 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.80.6": + version "5.80.6" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.80.6.tgz#d2e54fa9eabebc953c675b74b17d6cd45a2a4cb4" + integrity sha512-nl7YxT/TAU+VTf+e2zTkObGTyY8YZBMnbgeA1ee66lIVqzKlYursAII6z5t0e6rXgwUMJSV4dshBTNacNpZHbQ== -"@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.80.6": + version "5.80.6" + resolved "https://registry.yarnpkg.com/@tanstack/vue-query/-/vue-query-5.80.6.tgz#b76976cad8bcf1c6097f90268bf3377e41e87d79" + integrity sha512-r6Yd01U6z1rPq++MFFEP9OtWNo4TQYMQQBNEgyNWn2vThv/BtYKhHnXgE7hQ1WZtDLQLYr23q8M68nGDxPwO/Q== dependencies: "@tanstack/match-sorter-utils" "^8.19.4" - "@tanstack/query-core" "5.71.10" + "@tanstack/query-core" "5.80.6" "@vue/devtools-api" "^6.6.3" vue-demi "^0.14.10"