diff --git a/package.json b/package.json index 2992bcf..58f62e0 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@mui/icons-material": "^6.1.5", "@mui/material": "^6.1.6", "@mui/utils": "^5.16.6", - "@tanstack/react-query": "^5.59.20", + "@tanstack/react-query": "^5.60.5", "history": "^5.3.0", "lodash": "^4.17.21", "papaparse": "^5.4.1", diff --git a/yarn.lock b/yarn.lock index db18f7c..d9bf4b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1298,17 +1298,17 @@ dependencies: "@sinonjs/commons" "^3.0.0" -"@tanstack/query-core@5.59.20": - version "5.59.20" - resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.59.20.tgz#356718976536727b9af0ad1163a21fd6a44ee0a9" - integrity sha512-e8vw0lf7KwfGe1if4uPFhvZRWULqHjFcz3K8AebtieXvnMOz5FSzlZe3mTLlPuUBcydCnBRqYs2YJ5ys68wwLg== +"@tanstack/query-core@5.60.5": + version "5.60.5" + resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.60.5.tgz#37b7c5ab7e6894cea9ef341299a7a3febc2ea361" + integrity sha512-jiS1aC3XI3BJp83ZiTuDLerTmn9P3U95r6p+6/SNauLJaYxfIC4dMuWygwnBHIZxjn2zJqEpj3nysmPieoxfPQ== -"@tanstack/react-query@^5.59.20", "@tanstack/react-query@^5.8.4": - version "5.59.20" - resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.59.20.tgz#bacf1983f44c5690bb99b518f2ef71dc2fa875a4" - integrity sha512-Zly0egsK0tFdfSbh5/mapSa+Zfc3Et0Zkar7Wo5sQkFzWyB3p3uZWOHR2wrlAEEV2L953eLuDBtbgFvMYiLvUw== +"@tanstack/react-query@^5.60.5", "@tanstack/react-query@^5.8.4": + version "5.60.5" + resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.60.5.tgz#3194c390f7eff20542b321c3042880dc3f1a81e2" + integrity sha512-M77bOsPwj1wYE56gk7iJvxGAr4IC12NWdIDhT+Eo8ldkWRHMvIR8I/rufIvT1OXoV/bl7EECwuRuMlxxWtvW2Q== dependencies: - "@tanstack/query-core" "5.59.20" + "@tanstack/query-core" "5.60.5" "@testing-library/dom@^10.0.0": version "10.4.0"