diff --git a/package-lock.json b/package-lock.json index 45882f523..b95638c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@scure/base": "^2.2.0", "@supabase/ssr": "^0.12.4", "@supabase/supabase-js": "^2.108.0", - "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query": "^5.102.3", "@types/dompurify": "^3.2.0", "@types/lodash": "^4.17.25", "@types/mdx": "^2.0.13", @@ -6534,9 +6534,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.101.0.tgz", - "integrity": "sha512-cQetA74EB+seWySv1TTKr828TnP0u39m6LykwDXIo84SNortpDkp30TMEjkqtYCNP9c40uT/iwl6MLiufEt0Ow==", + "version": "5.102.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.102.3.tgz", + "integrity": "sha512-5O2VEceonqC4uaTLUGglb0hgPouWCJ4K1ykVWyeV8aThhdNCzwpwu01bYoaRNJ9mgFUXS7Kf9utJ46ysT8m+bw==", "license": "MIT", "funding": { "type": "github", @@ -6544,12 +6544,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.101.0", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.101.0.tgz", - "integrity": "sha512-rLlJXSpkqfizLWgkR5+eLeIk0MvTx/meEIR7LRjxic+qxiQP8zVjq7BqQkiCMNLQBlLfuOLqqr6KO5GtrDlmSg==", + "version": "5.102.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.102.3.tgz", + "integrity": "sha512-nHazxUEUQSGJOswGgSL2DI77f2K75WRCowDgaiyEi0ACocZTFKewTv+A/rJfq6QkuE35rVPff1QUT3ClbaePGQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.101.0" + "@tanstack/query-core": "5.102.3" }, "funding": { "type": "github", diff --git a/package.json b/package.json index f3ba6861a..887851d92 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "@scure/base": "^2.2.0", "@supabase/ssr": "^0.12.4", "@supabase/supabase-js": "^2.108.0", - "@tanstack/react-query": "^5.101.0", + "@tanstack/react-query": "^5.102.3", "@types/dompurify": "^3.2.0", "@types/lodash": "^4.17.25", "@types/mdx": "^2.0.13",