diff --git a/package-lock.json b/package-lock.json index 672b576..98208d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@headlessui/tailwindcss": "^0.2.1", "@heroicons/react": "^2.1.5", "@tailwindcss/typography": "^0.5.15", - "@tanstack/react-query": "^5.53.3", - "@tanstack/react-router": "^1.52.4", + "@tanstack/react-query": "^5.59.0", + "@tanstack/react-router": "^1.58.16", "clsx": "^2.1.1", "date-fns": "^4.1.0", "next-themes": "^0.3.0", @@ -2640,10 +2640,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.56.2", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.56.2.tgz", - "integrity": "sha512-gor0RI3/R5rVV3gXfddh1MM+hgl0Z4G7tj6Xxpq6p2I03NGPaJ8dITY9Gz05zYYb/EJq9vPas/T4wn9EaDPd4Q==", - "license": "MIT", + "version": "5.59.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.59.0.tgz", + "integrity": "sha512-WGD8uIhX6/deH/tkZqPNcRyAhDUqs729bWKoByYHSogcshXfFbppOdTER5+qY7mFvu8KEFJwT0nxr8RfPTVh0Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -2660,12 +2659,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.56.2", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.56.2.tgz", - "integrity": "sha512-SR0GzHVo6yzhN72pnRhkEFRAHMsUo5ZPzAxfTMvUxFIDVS6W9LYUp6nXW3fcHVdg0ZJl8opSH85jqahvm6DSVg==", - "license": "MIT", + "version": "5.59.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.59.0.tgz", + "integrity": "sha512-YDXp3OORbYR+8HNQx+lf4F73NoiCmCcSvZvgxE29OifmQFk0sBlO26NWLHpcNERo92tVk3w+JQ53/vkcRUY1hA==", "dependencies": { - "@tanstack/query-core": "5.56.2" + "@tanstack/query-core": "5.59.0" }, "funding": { "type": "github", @@ -2693,9 +2691,9 @@ } }, "node_modules/@tanstack/react-router": { - "version": "1.58.15", - "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.58.15.tgz", - "integrity": "sha512-bo5G6MGrTnrshnbNGvpsfffhJHNP+mP+BevA0Sdq0EQFuzFHuA+9MVihD4AAH0bE8jrtiBd25DLH+6Sa0Zt7nw==", + "version": "1.58.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-router/-/react-router-1.58.16.tgz", + "integrity": "sha512-3kRTNNI+xgpXHhpI5xMw/S0/6ff23k2ubKvkf0LPv1X4B/WzctnH1nfFPpQq9DK0HBtgG8TIk7+gIJx0mV8KOA==", "dependencies": { "@tanstack/history": "1.58.15", "@tanstack/react-store": "^0.5.5", diff --git a/package.json b/package.json index fd836ab..aadfe52 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "@headlessui/tailwindcss": "^0.2.1", "@heroicons/react": "^2.1.5", "@tailwindcss/typography": "^0.5.15", - "@tanstack/react-query": "^5.53.3", - "@tanstack/react-router": "^1.52.4", + "@tanstack/react-query": "^5.59.0", + "@tanstack/react-router": "^1.58.16", "clsx": "^2.1.1", "date-fns": "^4.1.0", "next-themes": "^0.3.0",