diff --git a/ui/package-lock.json b/ui/package-lock.json index 22b1e916..b7d5ae4d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.10", - "@tanstack/react-query": "5.28.12", + "@tanstack/react-query": "5.29.0", "axios": "1.6.8", "axios-mock-adapter": "1.22.0", "classnames": "^2.5.1", @@ -3987,20 +3987,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.28.12", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.28.12.tgz", - "integrity": "sha512-c7H3/SMqjzwrFbwHyjPUCVrmrhpDdn1zIZT6ldu50jEBEkZgngF9gF/axD/UmTUZkVYQQW7PgPNp6GWTy4UPSw==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.29.0.tgz", + "integrity": "sha512-WgPTRs58hm9CMzEr5jpISe8HXa3qKQ8CxewdYZeVnA54JrPY9B1CZiwsCoLpLkf0dGRZq+LcX5OiJb0bEsOFww==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.28.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.28.12.tgz", - "integrity": "sha512-AENUgyAuh6GEG9tf+h/oOSYGyy0k8loehlSf9JJLUkiZk3gbbPKrRQ55HpVfb5vrVRuz8hI4d+Apuc8FTuzmnw==", + "version": "5.29.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.29.0.tgz", + "integrity": "sha512-yxlhHB73jaBla6h5B6zPaGmQjokkzAhMHN4veotkPNiQ3Ac/mCxgABRZPsJJrgCTvhpcncBZcDBFxaR2B37vug==", "dependencies": { - "@tanstack/query-core": "5.28.12" + "@tanstack/query-core": "5.29.0" }, "funding": { "type": "github", diff --git a/ui/package.json b/ui/package.json index 54d8e2ca..ba308bac 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,7 +20,7 @@ "@emotion/styled": "^11.11.5", "@mui/icons-material": "^5.15.15", "@mui/material": "^5.15.10", - "@tanstack/react-query": "5.28.12", + "@tanstack/react-query": "5.29.0", "axios": "1.6.8", "axios-mock-adapter": "1.22.0", "classnames": "^2.5.1",