diff --git a/ui/litellm-dashboard/package-lock.json b/ui/litellm-dashboard/package-lock.json index 312db1071c11..7bd7e501a115 100644 --- a/ui/litellm-dashboard/package-lock.json +++ b/ui/litellm-dashboard/package-lock.json @@ -15,7 +15,7 @@ "@heroicons/react": "^1.0.6", "@remixicon/react": "^4.1.1", "@tanstack/react-pacer": "^0.2.0", - "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query": "^5.90.8", "@tanstack/react-table": "^8.20.6", "@tremor/react": "^3.13.3", "@types/papaparse": "^5.3.15", @@ -5677,9 +5677,10 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.64.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.64.1.tgz", - "integrity": "sha512-978Wx4Wl4UJZbmvU/rkaM9cQtXXrbhK0lsz/UZhYIbyKYA8E4LdomTwyh2GHZ4oU0BKKoDH4YlKk2VscCUgNmg==", + "version": "5.90.8", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.8.tgz", + "integrity": "sha512-4E0RP/0GJCxSNiRF2kAqE/LQkTJVlL/QNU7gIJSptaseV9HP6kOuA+N11y4bZKZxa3QopK3ZuewwutHx6DqDXQ==", + "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -5706,11 +5707,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.64.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.64.1.tgz", - "integrity": "sha512-vW5ggHpIO2Yjj44b4sB+Fd3cdnlMJppXRBJkEHvld6FXh3j5dwWJoQo7mGtKI2RbSFyiyu/PhGAy0+Vv5ev9Eg==", + "version": "5.90.8", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.90.8.tgz", + "integrity": "sha512-/3b9QGzkf4rE5/miL6tyhldQRlLXzMHcySOm/2Tm2OLEFE9P1ImkH0+OviDBSvyAvtAOJocar5xhd7vxdLi3aQ==", + "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.64.1" + "@tanstack/query-core": "5.90.8" }, "funding": { "type": "github", diff --git a/ui/litellm-dashboard/package.json b/ui/litellm-dashboard/package.json index d73769811101..b5304760fb26 100644 --- a/ui/litellm-dashboard/package.json +++ b/ui/litellm-dashboard/package.json @@ -20,7 +20,7 @@ "@heroicons/react": "^1.0.6", "@remixicon/react": "^4.1.1", "@tanstack/react-pacer": "^0.2.0", - "@tanstack/react-query": "^5.64.1", + "@tanstack/react-query": "^5.90.8", "@tanstack/react-table": "^8.20.6", "@tremor/react": "^3.13.3", "@types/papaparse": "^5.3.15",