mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-08-22 03:18:54 +08:00
shell-quote 1.8.3 (root and base-action dependency) is affected by CVE-2026-9277, a CRITICAL severity vulnerability. 1.8.4 contains the fix. Co-authored-by: Ashwin Bhat <ashwin@anthropic.com>
25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"name": "@anthropic-ai/claude-code-base-action",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"install-hooks": "bun run scripts/install-hooks.sh",
|
|
"test": "bun test",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.1",
|
|
"@anthropic-ai/claude-agent-sdk": "^0.3.233",
|
|
"shell-quote": "^1.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.12",
|
|
"@types/node": "^20.0.0",
|
|
"@types/shell-quote": "^1.7.5",
|
|
"prettier": "3.5.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|