diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7f02c08..7233e60 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "@dnd-kit/utilities": "3.2.2", "@supabase/supabase-js": "^2.99.3", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-query": "5.94.5", + "@tanstack/react-query": "5.99.0", "react": "19.2.4", "react-dom": "19.2.4", "react-markdown": "^10.1.0", @@ -1817,9 +1817,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.94.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.94.5.tgz", - "integrity": "sha512-Vx1JJiBURW/wdNGP45afjrqn0LfxYwL7K/bSrQvNRtyLGF1bxQPgUXCpzscG29e+UeFOh9hz1KOVala0N+bZiA==", + "version": "5.99.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.99.0.tgz", + "integrity": "sha512-3Jv3WQG0BCcH7G+7lf/bP8QyBfJOXeY+T08Rin3GZ1bshvwlbPt7NrDHMEzGdKIOmOzvIQmxjk28YEQX60k7pQ==", "license": "MIT", "funding": { "type": "github", @@ -1827,12 +1827,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.94.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.94.5.tgz", - "integrity": "sha512-1wmrxKFkor+q8l+ygdHmv0Sq5g84Q3p4xvuJ7AdSIAhQQ7udOt+ZSZ19g1Jea3mHqtlTslLGJsmC4vHFgP0P3A==", + "version": "5.99.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.99.0.tgz", + "integrity": "sha512-OY2bCqPemT1LlqJ8Y2CUau4KELnIhhG9Ol3ZndPbdnB095pRbPo1cHuXTndg8iIwtoHTgwZjyaDnQ0xD0mYwAw==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.94.5" + "@tanstack/query-core": "5.99.0" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index d357873..9e888f3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "@dnd-kit/utilities": "3.2.2", "@supabase/supabase-js": "^2.99.3", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-query": "5.94.5", + "@tanstack/react-query": "5.99.0", "react": "19.2.4", "react-dom": "19.2.4", "react-markdown": "^10.1.0",