diff --git a/package.json b/package.json index 2adf673..cfcf68e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": ">=16.8.0" }, "devDependencies": { - "@tanstack/react-query": "4.32.1", + "@tanstack/react-query": "4.32.5", "@testing-library/dom": "9.3.1", "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "14.0.0", diff --git a/yarn.lock b/yarn.lock index 353d4bc..b7f53a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -822,17 +822,17 @@ dependencies: "@sinonjs/commons" "^2.0.0" -"@tanstack/query-core@4.32.1": - version "4.32.1" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.32.1.tgz#6e364c33433b61f4dcef003725d4208e42b23860" - integrity sha512-VEAGHboOFWN/bvf/7cCoeLQfld0AA8n0V/kfc77W+FvxnnSwJufEh6gfjqpX5bRE/DEYfYDYdNtuL3KM+lIs8Q== +"@tanstack/query-core@4.32.5": + version "4.32.5" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.32.5.tgz#1c9da404ba4906c35b3998ba03ea4ab44019750c" + integrity sha512-UOxiDYmzYWD21ASIUnW3w+Nq3LcW1BPFFfIyZOor6UsRl76KGLlvUhJ402/dof1JxcQFPK7nZ5iUGPVqLiT8zg== -"@tanstack/react-query@4.32.1": - version "4.32.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.32.1.tgz#8ba6ab4e0ee4513a0fe06f4452f1b400eb4f91fb" - integrity sha512-lPTfOq6bR6DorPaS018gTMd3zs8r06tlERiVY6BRP9SnDkkl4ckqeANava/jPLWrSZP+EA15loQUTmvZs6k2GA== +"@tanstack/react-query@4.32.5": + version "4.32.5" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.32.5.tgz#666abcf6cbeb8475e44f91a4279302f69b2f4ee9" + integrity sha512-4tR0GxyyKhLpYvbglOGpWVqHS+t3bs7yy89DuTgJvnKLnaS5UW2sbfAzlV9JtwL7s5Z8eW2q2EDMcAtutb0lAw== dependencies: - "@tanstack/query-core" "4.32.1" + "@tanstack/query-core" "4.32.5" use-sync-external-store "^1.2.0" "@testing-library/dom@9.3.1":