Files
setup-task/package.json
dependabot[bot] 62a28eb49d build(deps-dev): bump nock from 13.2.2 to 13.2.3
Bumps [nock](https://github.com/nock/nock) from 13.2.2 to 13.2.3.
- [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.2.2...v13.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-04 11:13:43 +00:00

45 lines
1.1 KiB
JSON

{
"name": "setup-task",
"private": true,
"description": "Setup Task action",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/arduino/setup-task.git"
},
"keywords": [
"actions",
"taskfile",
"task",
"setup"
],
"author": "Arduino",
"license": "GPL-3.0",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/tool-cache": "^1.7.1",
"eslint-config-airbnb-base": "^15.0.0",
"semver": "^7.3.5",
"typed-rest-client": "^1.8.6"
},
"devDependencies": {
"@actions/io": "^1.1.1",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.22",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vercel/ncc": "^0.33.1",
"eslint": "^8.8.0",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^27.4.7",
"jest-circus": "^27.4.4",
"nock": "^13.2.3",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
}
}