diff --git a/frontend/package.json b/frontend/package.json index ddd56bd2a..82e6149b2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@radix-ui/react-popover": "1.0.0", "@radix-ui/react-separator": "1.0.0", "@radix-ui/react-toast": "1.0.0", - "@tanstack/react-query": "4.3.9", + "@tanstack/react-query": "4.10.3", "@types/node": "18.7.3", "antd": "4.22.4", "axios": "0.27.2", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6b87df4dd..f26c3d08e 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1175,17 +1175,17 @@ dependencies: "@babel/runtime" "^7.13.10" -"@tanstack/query-core@4.3.8": - version "4.3.8" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.3.8.tgz#d5f07c1d9d4f83f16f0bed7f3b245fa0e557b037" - integrity sha512-AEUWtCNBIImFZ9tMt/P8V86kIhMHpfoJqAI1auGOLR8Wzeq7Ymiue789PJG0rKYcyViUicBZeHjggMqyEQVMfQ== +"@tanstack/query-core@4.10.3": + version "4.10.3" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.10.3.tgz#a6477bab9ed1ae4561ca0a59ae06f8c615c692b7" + integrity sha512-+ME02sUmBfx3Pjd+0XtEthK8/4rVMD2jcxvnW9DSgFONpKtpjzfRzjY4ykzpDw1QEo2eoPvl7NS8J5mNI199aA== -"@tanstack/react-query@4.3.9": - version "4.3.9" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.3.9.tgz#13332a1d4dd404baec24c2853883bcb3cc61ea92" - integrity sha512-odfDW6WiSntCsCh+HFeJtUys3UnVOjfJMhykAtGtYvcklMyyDmCv9BVBt5KlSpbk/qW3kURPFCDapO+BFUlCwg== +"@tanstack/react-query@4.10.3": + version "4.10.3" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.10.3.tgz#294deefa0fb6ada88bc4631d346ef5d5551c5443" + integrity sha512-4OEJjkcsCTmG3ui7RjsVzsXerWQvInTe95CBKFyOV/GchMUlNztoFnnYmlMhX7hLUqJMhbG9l7M507V7+xU8Hw== dependencies: - "@tanstack/query-core" "4.3.8" + "@tanstack/query-core" "4.10.3" use-sync-external-store "^1.2.0" "@types/cookie@^0.3.3":