Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "dependency-review-action",
|
|
"version": "2.5.0",
|
|
"private": true,
|
|
"description": "A GitHub Action for Dependency Review",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts",
|
|
"package": "ncc build --source-map --license licenses.txt",
|
|
"test": "jest",
|
|
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/dependency-review-action.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"node",
|
|
"setup"
|
|
],
|
|
"author": "GitHub",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1",
|
|
"@octokit/plugin-retry": "^3.0.9",
|
|
"@octokit/request-error": "^3.0.2",
|
|
"ansi-styles": "^6.2.1",
|
|
"got": "^12.5.2",
|
|
"nodemon": "^2.0.20",
|
|
"octokit": "^2.0.7",
|
|
"yaml": "^2.1.3",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.11.65",
|
|
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
"@typescript-eslint/parser": "^5.40.0",
|
|
"@vercel/ncc": "^0.34.0",
|
|
"esbuild-register": "^3.3.3",
|
|
"eslint": "^8.25.0",
|
|
"eslint-plugin-github": "^4.4.0",
|
|
"eslint-plugin-jest": "^27.1.1",
|
|
"jest": "^27.5.1",
|
|
"js-yaml": "^4.1.0",
|
|
"nodemon": "^2.0.20",
|
|
"prettier": "2.7.1",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|