mirror of
https://github.com/github/codeql-action.git
synced 2025-12-26 17:20:10 +08:00
* Bump @octokit/plugin-retry from 4.0.4 to 5.0.2 Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 4.0.4 to 5.0.2. - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](https://github.com/octokit/plugin-retry.js/compare/v4.0.4...v5.0.2) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update checked-in dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Angela P Wen <angelapwen@github.com>
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@octokit/plugin-retry",
|
|
"version": "5.0.2",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Automatic retry plugin for octokit",
|
|
"repository": "github:octokit/plugin-retry.js",
|
|
"author": "Simon Grondin (http://github.com/SGrondin)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@octokit/types": "^9.0.0",
|
|
"bottleneck": "^2.15.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@octokit/core": ">=3"
|
|
},
|
|
"devDependencies": {
|
|
"@octokit/core": "^4.0.0",
|
|
"@octokit/request-error": "^4.0.0",
|
|
"@octokit/tsconfig": "^2.0.0",
|
|
"@types/fetch-mock": "^7.3.1",
|
|
"@types/jest": "^29.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"esbuild": "^0.17.19",
|
|
"fetch-mock": "^9.0.0",
|
|
"glob": "^10.2.6",
|
|
"jest": "^29.0.0",
|
|
"prettier": "2.8.8",
|
|
"semantic-release-plugin-update-version-in-files": "^1.0.0",
|
|
"ts-jest": "^29.0.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"files": [
|
|
"dist-*/**",
|
|
"bin/**"
|
|
],
|
|
"main": "dist-node/index.js",
|
|
"browser": "dist-web/index.js",
|
|
"types": "dist-types/index.d.ts",
|
|
"module": "dist-src/index.js",
|
|
"sideEffects": false
|
|
}
|