mirror of
https://github.com/werf/actions.git
synced 2026-02-05 02:46:23 +03:00
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) to 9.2.2 and updates ancestor dependency [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github). These dependencies need to be updated together. Updates `@octokit/plugin-paginate-rest` from 2.17.0 to 9.2.2 - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v2.17.0...v9.2.2) Updates `@actions/github` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-version: 9.2.2 dependency-type: indirect - dependency-name: "@actions/github" dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "werf-actions",
|
|
"version": "1.2.1",
|
|
"description": "",
|
|
"main": "lib",
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/github": "^6.0.0",
|
|
"@actions/tool-cache": "^1.7.1",
|
|
"dotenv": "10.0.x",
|
|
"semver": "^7.5.2",
|
|
"string-argv": "^0.3.1",
|
|
"superagent": "^6.1.0",
|
|
"tmp": "^0.2.1",
|
|
"typescript-string-operations": "^1.4.0",
|
|
"ws": ">=8.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^12.19.1",
|
|
"@types/semver": "^7.3.4",
|
|
"@types/superagent": "^4.1.10",
|
|
"@types/tmp": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
|
"@typescript-eslint/parser": "^5.1.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-github": "^4.3.2",
|
|
"js-yaml": "^3.13.1",
|
|
"node-fetch": ">=3.2.10",
|
|
"prettier": "^1.19.1",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write **/*.ts",
|
|
"format-check": "prettier --check **/*.ts",
|
|
"lint": "eslint src/**/*.ts",
|
|
"pack": "./pack.sh",
|
|
"all": "npm run build && npm run format && npm run lint && npm run pack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/werf/actions.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "flant",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/werf/actions/issues"
|
|
},
|
|
"homepage": "https://github.com/werf/actions#readme"
|
|
}
|