diff --git a/package.json b/package.json index 7af2ea7..356aba0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@mui/icons-material": "^6.4.5", "@mui/material": "^6.4.6", "@mui/utils": "^6.4.2", - "@tanstack/react-query": "^5.67.1", + "@tanstack/react-query": "^5.67.2", "history": "^5.3.0", "jest-fixed-jsdom": "^0.0.9", "lodash": "^4.17.21", diff --git a/yarn.lock b/yarn.lock index 117c7f0..c3507d5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1123,17 +1123,17 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.67.1": - version "5.67.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.67.1.tgz#419e8a94acd773d63cf4746d3df842c3329f56c2" - integrity sha512-AkFmuukVejyqVIjEQoFhLb3q+xHl7JG8G9cANWTMe3s8iKzD9j1VBSYXgCjy6vm6xM8cUCR9zP2yqWxY9pTWOA== +"@tanstack/query-core@5.67.2": + version "5.67.2" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.67.2.tgz#3d59a7dd3613321465925975510c0bb8e603a064" + integrity sha512-+iaFJ/pt8TaApCk6LuZ0WHS/ECVfTzrxDOEL9HH9Dayyb5OVuomLzDXeSaI2GlGT/8HN7bDGiRXDts3LV+u6ww== -"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.67.1": - version "5.67.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.67.1.tgz#040b2e2fe60681f8c1f69f2378f0d43d9533af51" - integrity sha512-fH5u4JLwB6A+wLFdi8wWBWAYoJV5deYif2OveJ26ktAWjU499uvVFS1wPWnyEyq5LvZX1MZInvv9QRaIZANRaQ== +"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.67.2": + version "5.67.2" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.67.2.tgz#70ef113dcd80500700a99658134dc3c6d0c1c65e" + integrity sha512-6Sa+BVNJWhAV4QHvIqM73norNeGRWGC3ftN0Ix87cmMvI215I1wyJ44KUTt/9a0V9YimfGcg25AITaYVel71Og== dependencies: - "@tanstack/query-core" "5.67.1" + "@tanstack/query-core" "5.67.2" "@testing-library/dom@^10.0.0": version "10.4.0"