Files
fetch-metadata/package.json
dependabot[bot] 5eb082cb10 Bump nock from 13.0.11 to 13.1.0
Bumps [nock](https://github.com/nock/nock) from 13.0.11 to 13.1.0.
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nock/nock/compare/v13.0.11...v13.1.0)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 07:11:35 +00:00

47 lines
1.2 KiB
JSON

{
"name": "dependabot-pull-request-action",
"version": "1.0.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.3.0",
"@actions/github": "^5.0.0",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.0",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"@vercel/ncc": "^0.28.5",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"jest": "^26.6.3",
"nock": "^13.1.0",
"ts-jest": "^26.5.6",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"yaml": "^1.10.2",
"yargs": "^17.0.1"
}
}