diff --git a/package-lock.json b/package-lock.json index 82b4dc1..3081d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.0.2", "@tailwindcss/typography": "^0.5.16", - "@tanstack/react-query": "^5.80.6", + "@tanstack/react-query": "^5.90.12", "@tanstack/react-query-devtools": "^5.80.6", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", @@ -2629,9 +2629,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.80.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.80.6.tgz", - "integrity": "sha512-nl7YxT/TAU+VTf+e2zTkObGTyY8YZBMnbgeA1ee66lIVqzKlYursAII6z5t0e6rXgwUMJSV4dshBTNacNpZHbQ==", + "version": "5.90.12", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.12.tgz", + "integrity": "sha512-T1/8t5DhV/SisWjDnaiU2drl6ySvsHj1bHBCWNXd+/T+Hh1cf6JodyEYMd5sgwm+b/mETT4EV3H+zCVczCU5hg==", "license": "MIT", "funding": { "type": "github", @@ -2649,13 +2649,13 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.80.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.80.6.tgz", - "integrity": "sha512-izX+5CnkpON3NQGcEm3/d7LfFQNo9ZpFtX2QsINgCYK9LT2VCIdi8D3bMaMSNhrAJCznRoAkFic76uvLroALBw==", + "version": "5.90.12", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.12.tgz", + "integrity": "sha512-graRZspg7EoEaw0a8faiUASCyJrqjKPdqJ9EwuDRUF9mEYJ1YPczI9H+/agJ0mOJkPCJDk0lsz5QTrLZ/jQ2rg==", "license": "MIT", "peer": true, "dependencies": { - "@tanstack/query-core": "5.80.6" + "@tanstack/query-core": "5.90.12" }, "funding": { "type": "github", diff --git a/package.json b/package.json index a1400e3..ba7dbed 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-slot": "^1.0.2", "@tailwindcss/typography": "^0.5.16", - "@tanstack/react-query": "^5.80.6", + "@tanstack/react-query": "^5.90.12", "@tanstack/react-query-devtools": "^5.80.6", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0",