diff --git a/client/package-lock.json b/client/package-lock.json index 2b78d2d..1104ace 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query": "^5.62.16", "cookies": "^0.9.1", "lucide-react": "^0.468.0", "react": "^18.3.1", @@ -1335,20 +1335,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.12", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.12.tgz", - "integrity": "sha512-6igFeBgymHkCxVgaEk+yiLwkMf9haui/EQLmI3o9CatOyDThEoFKe8toLWvWliZC/Jf+h7NwHi/zjfyLArr1ow==", + "version": "5.62.16", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.16.tgz", + "integrity": "sha512-9Sgft7Qavcd+sN0V25xVyo0nfmcZXBuODy3FVG7BMWTg1HMLm8wwG5tNlLlmSic1u7l1v786oavn+STiFaPH2g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.62.14", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.14.tgz", - "integrity": "sha512-ev/6eVdJvX9vpomKmFuXsrQb6TwqqBn/7OeB0KZkHjEYk/Bo1XBMj8wRmobn8pqdU8lK271tUjt+0B0UQ9MZ6A==", + "version": "5.62.16", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.16.tgz", + "integrity": "sha512-XJIZNj65d2IdvU8VBESmrPakfIm6FSdHDzrS1dPrAwmq3ZX+9riMh/ZfbNQHAWnhrgmq7KoXpgZSRyXnqMYT9A==", "dependencies": { - "@tanstack/query-core": "5.62.12" + "@tanstack/query-core": "5.62.16" }, "funding": { "type": "github", diff --git a/client/package.json b/client/package.json index 6ccc1f3..98fb622 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "test": "vitest" }, "dependencies": { - "@tanstack/react-query": "^5.62.14", + "@tanstack/react-query": "^5.62.16", "cookies": "^0.9.1", "lucide-react": "^0.468.0", "react": "^18.3.1",