diff --git a/ui/package-lock.json b/ui/package-lock.json index 377838bd69..3643260973 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -35,7 +35,7 @@ "jose": "^5.9.3", "jwt-decode": "^4.0.0", "lucide-react": "^0.417.0", - "next": "^14.2.12", + "next": "^14.2.22", "next-auth": "^5.0.0-beta.25", "next-themes": "^0.2.1", "react": "^18.3.1", @@ -51,7 +51,7 @@ "zustand": "^4.5.5" }, "devDependencies": { - "@iconify/react": "^5.0.1", + "@iconify/react": "^5.2.0", "@types/bcryptjs": "^2.4.6", "@types/node": "20.5.7", "@types/react": "18.3.3", @@ -469,9 +469,9 @@ "dev": true }, "node_modules/@iconify/react": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@iconify/react/-/react-5.0.1.tgz", - "integrity": "sha512-octpAJRtHZLLS1o6fmz2Ek2Rfwx75kVg48MZyGTqL3QqoxRddEsuLqOt6ADDhRosmlrYnIrVL+7obo1bz2ikNw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@iconify/react/-/react-5.2.0.tgz", + "integrity": "sha512-7Sdjrqq3fkkQNks9SY3adGC37NQTHsBJL2PRKlQd455PoDi9s+Es9AUTY+vGLFOYs5yO9w9yCE42pmxCwG26WA==", "dev": true, "dependencies": { "@iconify/types": "^2.0.0" diff --git a/ui/package.json b/ui/package.json index 578c20f465..fecdcafd80 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "zustand": "^4.5.5" }, "devDependencies": { - "@iconify/react": "^5.0.1", + "@iconify/react": "^5.2.0", "@types/bcryptjs": "^2.4.6", "@types/node": "20.5.7", "@types/react": "18.3.3",