diff --git a/ui/package-lock.json b/ui/package-lock.json index 007edc535..5d0bd8cd3 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8,8 +8,8 @@ "name": "kagents-ui", "version": "0.1.0", "dependencies": { - "@a2a-js/sdk": "^0.2.4", - "@hookform/resolvers": "^5.2.0", + "@a2a-js/sdk": "^0.2.5", + "@hookform/resolvers": "^5.2.1", "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-alert-dialog": "^1.1.14", "@radix-ui/react-checkbox": "^1.3.2", @@ -32,7 +32,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.525.0", + "lucide-react": "^0.534.0", "next": "^15.4.5", "next-themes": "^0.4.6", "react": "^18.3.1", @@ -46,7 +46,7 @@ "tailwindcss-animate": "^1.0.7", "uuid": "^11.1.0", "zod": "^3.25.76", - "zustand": "^5.0.6" + "zustand": "^5.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", @@ -74,9 +74,9 @@ } }, "node_modules/@a2a-js/sdk": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/@a2a-js/sdk/-/sdk-0.2.4.tgz", - "integrity": "sha512-s9wEF5SUswhaAeAERA3tIBcrYEqWfkf+B3yiofxFX8+wnJMQL2l6bT6e7LZqjFf8sup0IRqFtGbckBPDLQymjw==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/@a2a-js/sdk/-/sdk-0.2.5.tgz", + "integrity": "sha512-VTDuRS5V0ATbJ/LkaQlisMnTAeYKXAK6scMguVBstf+KIBQ7HIuKhiXLv+G/hvejkV+THoXzoNifInAkU81P1g==", "dependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.23", @@ -952,9 +952,9 @@ "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==" }, "node_modules/@hookform/resolvers": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.2.0.tgz", - "integrity": "sha512-3YI+VqxJQH6ryRWG+j3k+M19Wf37LeSKJDg6Vdjq6makLOqZGYn77iTaYLMLpVi/uHc1N6OTCmcxJwhOQV979g==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.2.1.tgz", + "integrity": "sha512-u0+6X58gkjMcxur1wRWokA7XsiiBJ6aK17aPZxhkoYiK5J+HcTx0Vhu9ovXe6H+dVpO6cjrn2FkJTryXEMlryQ==", "license": "MIT", "dependencies": { "@standard-schema/utils": "^0.3.0" @@ -10905,9 +10905,9 @@ "license": "ISC" }, "node_modules/lucide-react": { - "version": "0.525.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", - "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", + "version": "0.534.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.534.0.tgz", + "integrity": "sha512-4Bz7rujQ/mXHqCwjx09ih/Q9SCizz9CjBV5repw9YSHZZZaop9/Oj0RgCDt6WdEaeAPfbcZ8l2b4jzApStqgNw==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" @@ -15939,9 +15939,10 @@ } }, "node_modules/zustand": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.6.tgz", - "integrity": "sha512-ihAqNeUVhe0MAD+X8M5UzqyZ9k3FFZLBTtqo6JLPwV53cbRB/mJwBI0PxcIgqhBBHlEs8G45OTDTMq3gNcLq3A==", + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.8.tgz", + "integrity": "sha512-gyPKpIaxY9XcO2vSMrLbiER7QMAMGOQZVRdJ6Zi782jkbzZygq5GI9nG8g+sMgitRtndwaBSl7uiqC49o1SSiw==", + "license": "MIT", "engines": { "node": ">=12.20.0" }, diff --git a/ui/package.json b/ui/package.json index 30f315bfc..82ea66e20 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,8 +11,8 @@ "test:watch": "jest --watch" }, "dependencies": { - "@a2a-js/sdk": "^0.2.4", - "@hookform/resolvers": "^5.2.0", + "@a2a-js/sdk": "^0.2.5", + "@hookform/resolvers": "^5.2.1", "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-alert-dialog": "^1.1.14", "@radix-ui/react-checkbox": "^1.3.2", @@ -35,7 +35,7 @@ "clsx": "^2.1.1", "cmdk": "^1.1.1", "date-fns": "^4.1.0", - "lucide-react": "^0.525.0", + "lucide-react": "^0.534.0", "next": "^15.4.5", "next-themes": "^0.4.6", "react": "^18.3.1", @@ -49,7 +49,7 @@ "tailwindcss-animate": "^1.0.7", "uuid": "^11.1.0", "zod": "^3.25.76", - "zustand": "^5.0.6" + "zustand": "^5.0.7" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1",