diff --git a/package-lock.json b/package-lock.json index d2389b13b..68df9691a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@mui/joy": "5.0.0-alpha.89", "@mui/material": "5.14.2", "@next/bundle-analyzer": "^13.4.12", - "@tanstack/react-query": "4.32.0", + "@tanstack/react-query": "4.32.5", "@trpc/client": "^10.37.1", "@trpc/next": "^10.37.1", "@trpc/react-query": "^10.37.1", @@ -1000,20 +1000,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.0.tgz", - "integrity": "sha512-ei4IYwL2kmlKSlCw9WgvV7PpXi0MiswVwfQRxawhJA690zWO3dU49igaQ/UMTl+Jy9jj9dK5IKAYvbX7kUvviQ==", + "version": "4.32.5", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.5.tgz", + "integrity": "sha512-UOxiDYmzYWD21ASIUnW3w+Nq3LcW1BPFFfIyZOor6UsRl76KGLlvUhJ402/dof1JxcQFPK7nZ5iUGPVqLiT8zg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.0.tgz", - "integrity": "sha512-B8WUMcByYAH9500ENejDCATOmEZhqjtS9wsfiQ3BNa+s+yAynY8SESI8WWHhSqUmjd0pmCSFRP6BOUGSda3QXA==", + "version": "4.32.5", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.5.tgz", + "integrity": "sha512-4tR0GxyyKhLpYvbglOGpWVqHS+t3bs7yy89DuTgJvnKLnaS5UW2sbfAzlV9JtwL7s5Z8eW2q2EDMcAtutb0lAw==", "dependencies": { - "@tanstack/query-core": "4.32.0", + "@tanstack/query-core": "4.32.5", "use-sync-external-store": "^1.2.0" }, "funding": { diff --git a/package.json b/package.json index a7f36590e..eb4f20640 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@mui/joy": "5.0.0-alpha.89", "@mui/material": "5.14.2", "@next/bundle-analyzer": "^13.4.12", - "@tanstack/react-query": "4.32.0", + "@tanstack/react-query": "4.32.5", "@trpc/client": "^10.37.1", "@trpc/next": "^10.37.1", "@trpc/react-query": "^10.37.1",