Files
copilotkit__copilotkit/examples/v2/react-router/package.json
Jordan Ritter 868f6b1716 fix: deep security vulnerability sweep — 155 → 3 remaining
Phase 2: upgrade existing overrides to higher patched versions
Phase 3: add 36 new safe overrides for all resolvable transitive deps
Phase 4: bump storybook devDeps, vite in react-router, vitest in demo-agents, next canary

Remaining 3 are truly unfixable:
- parse-git-config: no patch exists (danger devDep)
- elliptic: no patch exists (storybook crypto chain)
- next: example on 15.x canary, advisory needs 16.x

Part of CPK-7320
2026-04-28 10:33:05 -07:00

43 lines
1016 B
JSON

{
"name": "react-router-example",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "react-router dev",
"build": "react-router build",
"start": "react-router-serve ./build/server/index.js"
},
"dependencies": {
"@ai-sdk/openai": "latest",
"@copilotkit/react-core": "workspace:*",
"@copilotkit/runtime": "workspace:*",
"@react-router/node": "^7.11.0",
"@tanstack/ai": "latest",
"@tanstack/ai-openai": "latest",
"ai": "latest",
"isbot": "^5.1.27",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.11.0"
},
"devDependencies": {
"@react-router/dev": "^7.11.0",
"@react-router/fs-routes": "^7.11.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4.0.0",
"typescript": "~5.7.0",
"vite": "~7.3.2",
"vite-tsconfig-paths": "^4.3.0"
},
"nx": {
"targets": {
"build": {
"cache": false
}
}
}
}