diff --git a/frontend/package.json b/frontend/package.json index 84b86faf..f4d47b78 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "@emotion/react": "^11", "@emotion/styled": "^11", "@fontsource/open-sans": "^5.0.28", - "@tanstack/react-query": "^5.45.1", + "@tanstack/react-query": "^5.55.0", "axios": "^1.7.2", "framer-motion": "^11.3.21", "moment": "^2.30.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index a3b1631e..4fef1b2b 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1545,17 +1545,17 @@ resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.13.0.tgz#6abd79db7ff8d01a58865ba20a63cfd23d9e2a10" integrity sha512-UKXUQNbO3DOhzLRwHSpa0HnhhCgNODvfoPWv2FCXme8N/ANFfhIPMGuOT+QuKd16+B5yxZ0HdpNlqPvTMS1qfw== -"@tanstack/query-core@5.45.0": - version "5.45.0" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.45.0.tgz#47a662d311c2588867341238960ec21dc7f0714e" - integrity sha512-RVfIZQmFUTdjhSAAblvueimfngYyfN6HlwaJUPK71PKd7yi43Vs1S/rdimmZedPWX/WGppcq/U1HOj7O7FwYxw== +"@tanstack/query-core@5.54.1": + version "5.54.1" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.54.1.tgz#8d6c5e6691dd023f9181d69f7f9d790f52f1bdda" + integrity sha512-hKS+WRpT5zBFip21pB6Jx1C0hranWQrbv5EJ7qPoiV5MYI3C8rTCqWC9DdBseiPT1JgQWh8Y55YthuYZNiw3Xw== -"@tanstack/react-query@^5.45.1": - version "5.45.1" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.45.1.tgz#a0ac6bb89b4a2c2b0251f6647a0a370d86f05347" - integrity sha512-mYYfJujKg2kxmkRRjA6nn4YKG3ITsKuH22f1kteJ5IuVQqgKUgbaSQfYwVP0gBS05mhwxO03HVpD0t7BMN7WOA== +"@tanstack/react-query@^5.55.0": + version "5.55.0" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.55.0.tgz#6221031f2ef1397261a63794ee021635e5f1ec84" + integrity sha512-2uYuxEbRQD8TORUiTUacEOwt1e8aoSqUOJFGY5TUrh6rQ3U85zrMS2wvbNhBhXGh6Vj69QDCP2yv8tIY7joo6Q== dependencies: - "@tanstack/query-core" "5.45.0" + "@tanstack/query-core" "5.54.1" "@types/babel__core@^7.20.5": version "7.20.5"