Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@vllnt/typescript": "^1.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.39.1",
"postcss": "^8.5",
"postcss": "^8.5.10",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Blocking: this direct PostCSS bump does not fully clear the PostCSS audit finding at HEAD. pnpm audit --audit-level moderate --json still reports advisory 1117015 through next@16.2.6 -> postcss@8.4.31, so the #355 remediation evidence needs either a fix or an explicit residual-audit/non-actionable rationale.

"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.19.0",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"eslint>ajv": "^6.12.4",
"qs": ">=6.14.2",
"rollup": ">=4.59.0",
"next": ">=16.2.6"
"next": ">=16.2.6",
"postcss": ">=8.5.10"
}
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"eslint": "^9.39.1",
"jsdom": "^26.1.0",
"playwright": "^1.57.0",
"postcss": "^8.5.6",
"postcss": "^8.5.10",
"remark-gfm": "^4.0.1",
"storybook": "^10.2.17",
"tailwindcss": "^3.4.17",
Expand Down
88 changes: 40 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading