diff --git a/client/package-lock.json b/client/package-lock.json index d4d56c6..c2e94ce 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.3", + "@tanstack/react-query": "^5.62.8", "cookies": "^0.9.1", "lucide-react": "^0.468.0", "react": "^18.3.1", @@ -1336,20 +1336,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.3", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.3.tgz", - "integrity": "sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==", + "version": "5.62.8", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.8.tgz", + "integrity": "sha512-4fV31vDsUyvNGrKIOUNPrZztoyL187bThnoQOvAXEVlZbSiuPONpfx53634MKKdvsDir5NyOGm80ShFaoHS/mw==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.62.3", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.3.tgz", - "integrity": "sha512-y2zDNKuhgiuMgsKkqd4AcsLIBiCfEO8U11AdrtAUihmLbRNztPrlcZqx2lH1GacZsx+y1qRRbCcJLYTtF1vKsw==", + "version": "5.62.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.8.tgz", + "integrity": "sha512-8TUstKxF/fysHonZsWg/hnlDVgasTdHx6Q+f1/s/oPKJBJbKUWPZEHwLTMOZgrZuroLMiqYKJ9w69Abm8mWP0Q==", "dependencies": { - "@tanstack/query-core": "5.62.3" + "@tanstack/query-core": "5.62.8" }, "funding": { "type": "github", diff --git a/client/package.json b/client/package.json index 9768cd2..782e9a6 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "test": "vitest" }, "dependencies": { - "@tanstack/react-query": "^5.62.3", + "@tanstack/react-query": "^5.62.8", "cookies": "^0.9.1", "lucide-react": "^0.468.0", "react": "^18.3.1",