Files
fetch-metadata/package.json
dependabot[bot] 665b42ad67 Bump dotenv from 16.0.2 to 16.0.3
Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.2 to 16.0.3.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.0.2...v16.0.3)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 05:34:05 +00:00

51 lines
1.2 KiB
JSON

{
"name": "dependabot-pull-request-action",
"version": "1.3.5",
"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"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=7.10.0"
},
"author": "dependabot",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"pluralize": "^8.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^18.11.18",
"@types/yargs": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.45.0",
"@vercel/ncc": "^0.36.0",
"dotenv": "^16.0.3",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^26.6.3",
"nock": "^13.2.9",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"yaml": "^2.1.3",
"yargs": "^17.6.2"
}
}