Skip to content
Merged
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
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:

- run: npm run build

# Catches new high/critical advisories as they're published upstream,
# without failing on the currently-acknowledged moderate one (Next.js
# bundles its own vulnerable postcss even at the latest 16.2.x patch —
# see CHANGELOG.md 0.4.0 and MIGRATION.md; not fixable from here short
# of a real Next.js release, so it's excluded from the gate rather
# than left permanently red).
# Catches new high/critical advisories as they're published upstream.
# Transitive dep vulnerabilities (postcss, sharp, @hono/node-server)
# are pinned via root package.json overrides — see commit history.
- run: npm audit --audit-level=high
2 changes: 1 addition & 1 deletion examples/inkform-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@inkform/framework": "^0.3.0",
"lucide-react": "^0.483.0",
"next": "16.2.10",
"next": "16.2.12",
"react": "19.2.1",
"react-dom": "19.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@inkform/framework": "^0.3.0",
"lucide-react": "^0.483.0",
"next": "16.2.10",
"next": "16.2.12",
"react": "19.2.1",
"react-dom": "19.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/pokeapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@inkform/framework": "^0.3.0",
"lucide-react": "^0.483.0",
"next": "16.2.10",
"next": "16.2.12",
"react": "19.2.1",
"react-dom": "19.2.1"
},
Expand Down
Loading
Loading