Skip to content

Commit fbeff8b

Browse files
fix(deps): update dependency @tanstack/react-query to v4.36.1
1 parent 3b247a4 commit fbeff8b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@dnd-kit/sortable": "^7.0.2",
2222
"@dnd-kit/utilities": "^3.2.1",
2323
"@nangohq/frontend": "^0.8.7",
24-
"@tanstack/react-query": "4.3.9",
24+
"@tanstack/react-query": "4.36.1",
2525
"@tremor/react": "^1.0.7",
2626
"@types/node": "18.7.3",
2727
"@types/react-syntax-highlighter": "^15.5.6",

frontend/yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1012,17 +1012,17 @@
10121012
classnames "^2.3.2"
10131013
rc-util "^5.24.4"
10141014

1015-
"@tanstack/query-core@4.3.8":
1016-
version "4.3.8"
1017-
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.3.8.tgz#d5f07c1d9d4f83f16f0bed7f3b245fa0e557b037"
1018-
integrity sha512-AEUWtCNBIImFZ9tMt/P8V86kIhMHpfoJqAI1auGOLR8Wzeq7Ymiue789PJG0rKYcyViUicBZeHjggMqyEQVMfQ==
1015+
"@tanstack/query-core@4.36.1":
1016+
version "4.36.1"
1017+
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
1018+
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==
10191019

1020-
"@tanstack/react-query@4.3.9":
1021-
version "4.3.9"
1022-
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.3.9.tgz#13332a1d4dd404baec24c2853883bcb3cc61ea92"
1023-
integrity sha512-odfDW6WiSntCsCh+HFeJtUys3UnVOjfJMhykAtGtYvcklMyyDmCv9BVBt5KlSpbk/qW3kURPFCDapO+BFUlCwg==
1020+
"@tanstack/react-query@4.36.1":
1021+
version "4.36.1"
1022+
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-4.36.1.tgz#acb589fab4085060e2e78013164868c9c785e5d2"
1023+
integrity sha512-y7ySVHFyyQblPl3J3eQBWpXZkliroki3ARnBKsdJchlgt7yJLRDUcf4B8soufgiYt3pEQIkBWBx1N9/ZPIeUWw==
10241024
dependencies:
1025-
"@tanstack/query-core" "4.3.8"
1025+
"@tanstack/query-core" "4.36.1"
10261026
use-sync-external-store "^1.2.0"
10271027

10281028
"@tippyjs/react@^4.2.6":

0 commit comments

Comments
 (0)