Files
fetch-metadata/package.json
dependabot[bot] 70c6c9ef04 Bump yaml from 1.10.2 to 2.0.1
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.0.1.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v2.0.1)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-20 11:30:28 +01:00

47 lines
1.2 KiB
JSON

{
"name": "dependabot-pull-request-action",
"version": "1.3.0",
"description": "Parse Dependabot commit metadata to automate PR handling",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/main.ts",
"lint": "eslint . --ext .ts",
"test": "jest",
"dry-run": "ts-node src/dry-run.ts"
},
"keywords": [
"actions",
"dependabot",
"merge",
"approve"
],
"author": "dependabot",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.1",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^17.0.25",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vercel/ncc": "^0.33.4",
"dotenv": "^16.0.0",
"eslint": "^8.13.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^26.6.3",
"nock": "^13.2.4",
"ts-jest": "^26.5.6",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"yaml": "^2.0.1",
"yargs": "^17.4.1"
}
}