Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.57.1 to 5.59.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.8 KiB
JSON
63 lines
1.8 KiB
JSON
{
|
|
"name": "dependency-review-action",
|
|
"version": "3.0.4",
|
|
"private": true,
|
|
"description": "A GitHub Action for Dependency Review",
|
|
"main": "lib/main.js",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.build.json",
|
|
"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": "^4.1.1",
|
|
"@octokit/request-error": "^2.1.0",
|
|
"ansi-styles": "^6.2.1",
|
|
"got": "^12.6.0",
|
|
"nodemon": "^2.0.22",
|
|
"octokit": "^2.0.14",
|
|
"spdx-expression-parse": "^3.0.1",
|
|
"spdx-satisfies": "^5.0.1",
|
|
"yaml": "^2.2.1",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.18.23",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
"@typescript-eslint/parser": "^5.48.0",
|
|
"@types/spdx-expression-parse": "^3.0.2",
|
|
"@types/spdx-satisfies": "^0.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
"@typescript-eslint/parser": "^5.59.0",
|
|
"@vercel/ncc": "^0.36.1",
|
|
"esbuild-register": "^3.4.2",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-github": "^4.7.0",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"jest": "^27.5.1",
|
|
"js-yaml": "^4.1.0",
|
|
"nodemon": "^2.0.22",
|
|
"prettier": "2.8.7",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|