Files
blackroad-os-prism-console/package.json
Your Name f664f43449
Some checks failed
Cadillac - The Optimizer / Cadillac's Performance Optimization (push) Has been cancelled
Elias - The Tester / Elias's Quality Assurance (push) Has been cancelled
Auto Deploy PR / detect-and-deploy (push) Has been cancelled
Auto Deploy / detect-and-deploy (push) Has been cancelled
Build / Build Next.js Application (push) Has been cancelled
CI/CD / test (push) Has been cancelled
CI / build (push) Has been cancelled
Console Deploy / build-and-deploy (push) Has been cancelled
Deploy / deploy-cloudflare (push) Has been cancelled
Deploy / deploy-railway (push) Has been cancelled
Deploy / deploy-vercel (push) Has been cancelled
Lint / ESLint & Type Check (push) Has been cancelled
Railway Deploy / deploy (push) Has been cancelled
🧪 Test Auto-Heal on Failure / test-runner (push) Has been cancelled
Tests / Run Tests (20.x) (push) Has been cancelled
Tests / Run Tests (22.x) (push) Has been cancelled
CI/CD / deploy (push) Has been cancelled
Anastasia - The Designer / Anastasia's Design Review (push) Has been cancelled
Ophelia - The Poet / Ophelia's Documentation (push) Has been cancelled
Autonomous Orchestrator / Security Scan (push) Has been skipped
Claude - The Architect / Claude's Architecture Review (push) Failing after 48s
Persephone - The Seasons Keeper / Persephone's Seasonal Renewal (push) Failing after 33s
Stale Issue Cleanup / stale (push) Failing after 1m16s
Auto-Fix Dependencies & Security / auto-fix (push) Failing after 32s
Autonomous Dependency Manager / Analyze Dependencies (push) Failing after 30s
Silas - The Guardian / Silas's Security Audit (push) Failing after 40s
Autonomous Dependency Manager / Update npm Dependencies (push) Has been skipped
Autonomous Dependency Manager / Update Python Dependencies (push) Has been skipped
Autonomous Dependency Manager / Generate Report (push) Successful in 2s
Octavia - The Orchestrator / Octavia's Service Symphony (push) Failing after 34s
Octavia - The Orchestrator / Dependency Coordination (push) Has been skipped
Athena - The Warrior / Athena's Deployment (push) Failing after 32s
Athena - The Warrior / Athena's Incident Response (push) Has been skipped
Athena - The Warrior / Emergency Rollback (push) Has been skipped
Sidian - The Debugger / Sidian's Error Investigation (push) Failing after 40s
Cordelia - The Diplomat / Cordelia's Collaboration Hub (push) Failing after 39s
Autonomous Issue Manager / Smart Triage (push) Has been skipped
Autonomous Issue Manager / Stale Cleanup (push) Failing after 4s
Autonomous Issue Manager / Create Failure Issue (push) Has been skipped
Autonomous Issue Manager / Generate Issue Report (push) Has been skipped
Codex - The Innovator / Codex's Innovation Scan (push) Failing after 32s
Cecilia - The Data Scientist / Cecilia's Data Analysis (push) Failing after 45s
Cecilia - The Data Scientist / Weekly Insights Report (push) Has been skipped
Autonomous Self-Healer / Diagnose Failure (push) Failing after 34s
Autonomous Self-Healer / Fix Lint Issues (push) Has been skipped
Autonomous Self-Healer / Fix Dependencies (push) Has been skipped
Autonomous Self-Healer / Fix Security Issues (push) Has been skipped
Autonomous Self-Healer / AI-Assisted Fix (push) Has been skipped
Autonomous Self-Healer / Report Results (push) Successful in 2s
Autonomous Orchestrator / Analyze Repository (push) Failing after 38s
Autonomous Orchestrator / Test & Build (push) Has been skipped
Autonomous Orchestrator / Issue Triage (push) Has been skipped
Autonomous Orchestrator / Scheduled Maintenance (push) Has been skipped
Autonomous Orchestrator / AI Code Review (push) Has been skipped
Autonomous Orchestrator / Auto-Deploy (push) Has been skipped
Autonomous Orchestrator / Persist Memory (push) Successful in 3s
Autonomous Orchestrator / Auto-Merge (push) Has been skipped
🤖 Self-Healing Master / analyze-failure (push) Failing after 45s
🤖 Self-Healing Master / health-check (push) Successful in 4s
🤖 Self-Healing Master / dependency-audit (push) Failing after 43s
Health Monitor & Auto-Heal / health-check (push) Failing after 46s
🤖 Self-Healing Master / auto-heal (push) Has been skipped
fix: Upgrade Next.js 14.2.17 → 14.2.28 (HIGH severity DoS fix)
Addresses CVE-2024-56337: HTTP request deserialization DoS vulnerability

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-14 17:22:22 -06:00

48 lines
1.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "blackroad-os-prism-console",
"version": "0.0.1",
"description": "Prism Console minimal admin console scaffold for BlackRoad OS.",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT:-3000}",
"lint": "eslint . --ext .ts,.tsx",
"test": "vitest run",
"test:watch": "vitest",
"postbuild": "tsx scripts/postbuild.ts",
"format": "prettier --write ."
},
"engines": {
"node": ">=20"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next": "14.2.28",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "8.57.1",
"eslint-config-next": "14.2.28",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"packageManager": "pnpm@9.12.0"
}