mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other dependencies were upgraded.
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@octokit/endpoint",
|
|
"version": "10.1.3",
|
|
"type": "module",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true
|
|
},
|
|
"description": "Turns REST API endpoints into generic request options",
|
|
"repository": "github:octokit/endpoint.js",
|
|
"keywords": [
|
|
"octokit",
|
|
"github",
|
|
"api",
|
|
"rest"
|
|
],
|
|
"author": "Gregor Martynus (https://github.com/gr2m)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@octokit/tsconfig": "^4.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"@vitest/coverage-v8": "^3.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"glob": "^11.0.0",
|
|
"prettier": "3.4.2",
|
|
"semantic-release": "^24.0.0",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"typescript": "^5.0.0",
|
|
"vitest": "^3.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/types": "^13.6.2",
|
|
"universal-user-agent": "^7.0.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"types": "./dist-types/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist-types/index.d.ts",
|
|
"import": "./dist-bundle/index.js",
|
|
"default": "./dist-bundle/index.js"
|
|
}
|
|
},
|
|
"sideEffects": false
|
|
}
|