diff --git a/ui/package-lock.json b/ui/package-lock.json index 4d078969..5f059252 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17,7 +17,7 @@ "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "@mui/material-nextjs": "^5.16.6", - "@tanstack/react-query": "^5.52.1", + "@tanstack/react-query": "^5.55.4", "clsx": "^2.1.0", "dotenv-cli": "^7.4.2", "graphql": "^16.9.0", @@ -41,7 +41,7 @@ "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-react-query": "^6.1.0", "@next/bundle-analyzer": "^14.2.5", - "@tanstack/react-query-devtools": "^5.52.1", + "@tanstack/react-query-devtools": "^5.55.4", "@types/leaflet": "^1.9.12", "@types/node": "22.3.0", "@types/phoenix": "^1.6.5", @@ -3613,18 +3613,18 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.52.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.52.0.tgz", - "integrity": "sha512-U1DOEgltjUwalN6uWYTewSnA14b+tE7lSylOiASKCAO61ENJeCq9VVD/TXHA6O5u9+6v5+UgGYBSccTKDoyMqw==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.55.4.tgz", + "integrity": "sha512-uoRqNnRfzOH4OMIoxj8E2+Us89UIGXfau981qYJWsNMkFS1GXR4UIyzUTVGq4N7SDLHgFPpo6IOazqUV5gkMZA==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/query-devtools": { - "version": "5.51.16", - "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.51.16.tgz", - "integrity": "sha512-ajwuq4WnkNCMj/Hy3KR8d3RtZ6PSKc1dD2vs2T408MdjgKzQ3klVoL6zDgVO7X+5jlb5zfgcO3thh4ojPhfIaw==", + "version": "5.55.1", + "resolved": "https://registry.npmjs.org/@tanstack/query-devtools/-/query-devtools-5.55.1.tgz", + "integrity": "sha512-2g0TWQGlkyHs9maHIU5A7lRunG4Rj3Y5lOEenE+fydE4zk7GqRs7rKJBp7F74iqRo/cA9V6t1YYQWqd6YRBmcQ==", "dev": true, "funding": { "type": "github", @@ -3632,11 +3632,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.52.1.tgz", - "integrity": "sha512-soyn4dNIUZ8US8NaPVXv06gkZFHaZnPfKWPDjRJjFRW3Y7WZ0jx72eT6zhw3VQlkMPysmXye8l35ewPHspKgbQ==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.55.4.tgz", + "integrity": "sha512-e3uX5XkLD9oTV66/VsVpkYz3Ds/ps/Yk+V5d89xthAbtNIKKBEm4FdNb9yISFzGEGezUzVO68qmfmiSrtScvsg==", "dependencies": { - "@tanstack/query-core": "5.52.0" + "@tanstack/query-core": "5.55.4" }, "funding": { "type": "github", @@ -3647,19 +3647,19 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.52.1.tgz", - "integrity": "sha512-6KwSm9vcIIK26osQJtT52Gyccz/DyHPT216B7kt4ihg22G2rtGZ7sCXYQO25XEHyVwVingwHdZ7auj+ydgg4Zg==", + "version": "5.55.4", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.55.4.tgz", + "integrity": "sha512-4uXcG95JV6TrlefF6n0NDckgY9QVwNPKVcn81a+MmJyKkZ704otBjtuSgXNznx5zNFnGrWlgH1luoD+bZPASuQ==", "dev": true, "dependencies": { - "@tanstack/query-devtools": "5.51.16" + "@tanstack/query-devtools": "5.55.1" }, "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.52.1", + "@tanstack/react-query": "^5.55.4", "react": "^18 || ^19" } }, diff --git a/ui/package.json b/ui/package.json index 66a230a9..7f2318a9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "@mui/icons-material": "^5.16.7", "@mui/material": "^5.16.7", "@mui/material-nextjs": "^5.16.6", - "@tanstack/react-query": "^5.52.1", + "@tanstack/react-query": "^5.55.4", "clsx": "^2.1.0", "dotenv-cli": "^7.4.2", "graphql": "^16.9.0", @@ -49,7 +49,7 @@ "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-react-query": "^6.1.0", "@next/bundle-analyzer": "^14.2.5", - "@tanstack/react-query-devtools": "^5.52.1", + "@tanstack/react-query-devtools": "^5.55.4", "@types/leaflet": "^1.9.12", "@types/node": "22.3.0", "@types/phoenix": "^1.6.5",