mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-22 10:15:31 -04:00
de335914fa
Snyk has created this PR to upgrade @octokit/graphql from 9.0.1 to 9.0.3. See this package in npm: @octokit/graphql See this project in Snyk: https://app.snyk.io/org/adolago/project/20d84b90-a385-44b4-9545-4e2acbf2c5a7?utm_source=github&utm_medium=referral&page=upgrade-pr
21 lines
407 B
JSON
21 lines
407 B
JSON
{
|
|
"name": "github",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "1.11.1",
|
|
"@actions/github": "6.0.1",
|
|
"@octokit/graphql": "9.0.3",
|
|
"@octokit/rest": "catalog:",
|
|
"@opencode-ai/sdk": "workspace:*"
|
|
}
|
|
}
|