Merge pull request #578 from etkecc/dependabot/npm_and_yarn/tanstack/react-query-5.77.1

Bump @tanstack/react-query from 5.76.1 to 5.77.1
This commit is contained in:
Aine 2025-05-26 12:23:14 +00:00 committed by GitHub
commit 949c2e8809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@
"@mui/icons-material": "^6.4.8", "@mui/icons-material": "^6.4.8",
"@mui/material": "^6.4.8", "@mui/material": "^6.4.8",
"@mui/utils": "^7.1.0", "@mui/utils": "^7.1.0",
"@tanstack/react-query": "^5.76.1", "@tanstack/react-query": "^5.77.1",
"history": "^5.3.0", "history": "^5.3.0",
"jest-fixed-jsdom": "^0.0.9", "jest-fixed-jsdom": "^0.0.9",
"lodash": "^4.17.21", "lodash": "^4.17.21",

View File

@ -1220,17 +1220,17 @@
dependencies: dependencies:
"@sinonjs/commons" "^3.0.0" "@sinonjs/commons" "^3.0.0"
"@tanstack/query-core@5.76.0": "@tanstack/query-core@5.77.1":
version "5.76.0" version "5.77.1"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.76.0.tgz#3b4d5d34ce307ba0cf7d1a3e90d7adcdc6c46be0" resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.77.1.tgz#180ae89457f80e1b24f48a2f28e8eb1d348e213f"
integrity sha512-FN375hb8ctzfNAlex5gHI6+WDXTNpe0nbxp/d2YJtnP+IBM6OUm7zcaoCW6T63BawGOYZBbKC0iPvr41TteNVg== integrity sha512-nfxVhy4UynChMFfN4NxwI8pktV9R3Zt/ROxOAe6pdOf8CigDLn26p+ex1YW5uien26BBICLmN0dTvIELHCs5vw==
"@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.76.1": "@tanstack/react-query@^5.21.7", "@tanstack/react-query@^5.77.1":
version "5.76.1" version "5.77.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.76.1.tgz#ac8a19f99dfec1452a44fe22d46680c396c21152" resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.77.1.tgz#89fb66e0fb3f6a1359cf171ca4e883e111d2a58f"
integrity sha512-YxdLZVGN4QkT5YT1HKZQWiIlcgauIXEIsMOTSjvyD5wLYK8YVvKZUPAysMqossFJJfDpJW3pFn7WNZuPOqq+fw== integrity sha512-qBwpxFg0+MZF0fICQwgvzwrVbcs7TdQlLyEd1f1dN83oeIALofCIAJHV7sPWu+BCS5tcXkG5CvOuf7yla8GYqQ==
dependencies: dependencies:
"@tanstack/query-core" "5.76.0" "@tanstack/query-core" "5.77.1"
"@testing-library/dom@^10.0.0": "@testing-library/dom@^10.0.0":
version "10.4.0" version "10.4.0"