diff --git a/ui/package-lock.json b/ui/package-lock.json index 44a4ecb1..07a24682 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17,7 +17,7 @@ "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", "@mui/material-nextjs": "^5.16.6", - "@tanstack/react-query": "^5.51.21", + "@tanstack/react-query": "^5.51.23", "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.51.21", + "@tanstack/react-query-devtools": "^5.51.23", "@types/leaflet": "^1.9.12", "@types/node": "22.1.0", "@types/phoenix": "^1.6.5", @@ -3721,9 +3721,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.21.tgz", - "integrity": "sha512-Q/V81x3sAYgCsxjwOkfLXfrmoG+FmDhLeHH5okC/Bp8Aaw2c33lbEo/mMcMnkxUPVtB2FLpzHT0tq3c+OlZEbw==", + "version": "5.51.23", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", + "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", "dependencies": { "@tanstack/query-core": "5.51.21" }, @@ -3736,9 +3736,9 @@ } }, "node_modules/@tanstack/react-query-devtools": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.51.21.tgz", - "integrity": "sha512-mi5ef8dvsS48GsG6/8M60O2EgrzPK1kNPngOcHBTlIUrB5dGkxP9fuHf05GQRxtSp5W5GlyeUpzOmtkKNpf9dQ==", + "version": "5.51.23", + "resolved": "https://registry.npmjs.org/@tanstack/react-query-devtools/-/react-query-devtools-5.51.23.tgz", + "integrity": "sha512-XpHrdyfUPGULIyJ1K7UvhAcK+KjMJdw4NjmRjryoj3XEgfAU5qU1rz8gIFvGc3gTGT07yIseGo7GEll/ICfJfQ==", "dev": true, "dependencies": { "@tanstack/query-devtools": "5.51.16" @@ -3748,7 +3748,7 @@ "url": "https://github.com/sponsors/tannerlinsley" }, "peerDependencies": { - "@tanstack/react-query": "^5.51.21", + "@tanstack/react-query": "^5.51.23", "react": "^18 || ^19" } }, diff --git a/ui/package.json b/ui/package.json index 5ab47c08..10ed68ae 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "@mui/icons-material": "^5.16.6", "@mui/material": "^5.16.6", "@mui/material-nextjs": "^5.16.6", - "@tanstack/react-query": "^5.51.21", + "@tanstack/react-query": "^5.51.23", "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.51.21", + "@tanstack/react-query-devtools": "^5.51.23", "@types/leaflet": "^1.9.12", "@types/node": "22.1.0", "@types/phoenix": "^1.6.5",