Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "dependency-review-action",
|
|
"version": "2.4.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.9.1",
|
|
"@actions/github": "^5.1.0",
|
|
"@octokit/plugin-retry": "^3.0.9",
|
|
"@octokit/request-error": "^3.0.1",
|
|
"ansi-styles": "^6.1.1",
|
|
"got": "^12.5.0",
|
|
"nodemon": "^2.0.20",
|
|
"yaml": "^2.1.1",
|
|
"zod": "^3.19.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.62",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
"@typescript-eslint/parser": "^5.38.1",
|
|
"@vercel/ncc": "^0.34.0",
|
|
"esbuild-register": "^3.3.3",
|
|
"eslint": "^8.24.0",
|
|
"eslint-plugin-github": "^4.3.7",
|
|
"eslint-plugin-jest": "^27.0.4",
|
|
"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"
|
|
}
|
|
}
|