diff --git a/apps/clearance_ui/package.json b/apps/clearance_ui/package.json index ad9a0f923..4b2ea8a91 100644 --- a/apps/clearance_ui/package.json +++ b/apps/clearance_ui/package.json @@ -47,7 +47,7 @@ "generate-password": "1.7.1", "js-yaml": "4.1.0", "lodash.debounce": "4.0.8", - "lucide-react": "0.523.0", + "lucide-react": "0.525.0", "minimatch": "10.0.3", "next-auth": "^4.24.11", "next-themes": "0.4.6", diff --git a/package-lock.json b/package-lock.json index 6eb4fafdb..bd97c0469 100644 --- a/package-lock.json +++ b/package-lock.json @@ -222,7 +222,7 @@ "generate-password": "1.7.1", "js-yaml": "4.1.0", "lodash.debounce": "4.0.8", - "lucide-react": "0.523.0", + "lucide-react": "0.525.0", "minimatch": "10.0.3", "next-auth": "^4.24.11", "next-themes": "0.4.6", @@ -243,7 +243,7 @@ }, "devDependencies": { "@playwright/test": "1.53.1", - "@tailwindcss/postcss": "^4.1.11", + "@tailwindcss/postcss": "^4.0.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.3.0", "@types/js-yaml": "4.0.9", @@ -258,7 +258,7 @@ "jest-environment-jsdom": "30.0.2", "next": "15.3.4", "next-router-mock": "1.0.2", - "tailwindcss": "^4.1.11", + "tailwindcss": "^4.0.0", "ts-jest": "29.4.0", "ts-node": "10.9.2", "typescript": "5.8.3" @@ -16538,9 +16538,9 @@ "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" }, "node_modules/lucide-react": { - "version": "0.523.0", - "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.523.0.tgz", - "integrity": "sha512-rUjQoy7egZT9XYVXBK1je9ckBnNp7qzRZOhLQx5RcEp2dCGlXo+mv6vf7Am4LimEcFBJIIZzSGfgTqc9QCrPSw==", + "version": "0.525.0", + "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.525.0.tgz", + "integrity": "sha512-Tm1txJ2OkymCGkvwoHt33Y2JpN5xucVq1slHcgE6Lk0WjDfjgKWor5CdVER8U6DvcfMwh4M8XxmpTiyzfmfDYQ==", "license": "ISC", "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"