diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index cfab4c89..bd2c09b5 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -1,12 +1,12 @@ { "name": "ai-model-dashboard", - "version": "7.5.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ai-model-dashboard", - "version": "7.5.0", + "version": "8.0.0", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", @@ -43,7 +43,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.564.0", + "lucide-react": "^0.574.0", "next-themes": "^0.4.6", "openai": "^6.0.0", "react": "^19.1.1", @@ -7855,9 +7855,9 @@ } }, "node_modules/lucide-react": { - "version": "0.564.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.564.0.tgz", - "integrity": "sha512-JJ8GVTQqFwuliifD48U6+h7DXEHdkhJ/E87kksGByII3qHxtPciVb8T8woQONHBQgHVOl7rSMrrip3SeVNy7Fg==", + "version": "0.574.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.574.0.tgz", + "integrity": "sha512-dJ8xb5juiZVIbdSn3HTyHsjjIwUwZ4FNwV0RtYDScOyySOeie1oXZTymST6YPJ4Qwt3Po8g4quhYl4OxtACiuQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/dashboard/package.json b/dashboard/package.json index bdc2f73e..23c518cf 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -49,7 +49,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.564.0", + "lucide-react": "^0.574.0", "next-themes": "^0.4.6", "openai": "^6.0.0", "react": "^19.1.1", diff --git a/dwctl/Cargo.toml b/dwctl/Cargo.toml index ef117217..eb1e70e4 100644 --- a/dwctl/Cargo.toml +++ b/dwctl/Cargo.toml @@ -75,7 +75,7 @@ jsonwebtoken = "9.0" argon2 = "0.5" base64 = "0.22" bytes = "1.5" -onwards = "0.14.0" +onwards = "0.15.0" thiserror = "2.0.14" axum-prometheus = "0.10" # Metrics facade and exporter (same versions as axum-prometheus uses) @@ -83,7 +83,7 @@ metrics = "0.24" metrics-exporter-prometheus = "0.18" outlet = "0.5.2" outlet-postgres = "0.4.6" -async-openai = { version = "0.32.0", default-features = false, features = [ +async-openai = { version = "0.33.0", default-features = false, features = [ "chat-completion-types", "completion-types", "embedding-types",