diff --git a/frontend/package.json b/frontend/package.json index 3e26d924f..db6b93db4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", "@nangohq/frontend": "^0.8.7", - "@tanstack/react-query": "4.3.9", + "@tanstack/react-query": "4.36.1", "@tremor/react": "^1.0.7", "@types/node": "18.7.3", "@types/react-syntax-highlighter": "^15.5.6", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 31c8f21b4..d2706b956 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1012,17 +1012,17 @@ classnames "^2.3.2" rc-util "^5.24.4" -"@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.36.1": + version "4.36.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524" + integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA== -"@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.36.1": + version "4.36.1" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2" + integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw== dependencies: - "@tanstack/query-core" "4.3.8" + "@tanstack/query-core" "4.36.1" use-sync-external-store "^1.2.0" "@tippyjs/react@^4.2.6":