Files
setup-task/package.json
dependabot[bot] a428d85bbe build(deps): bump semver from 7.5.0 to 7.5.1
Bumps [semver](https://github.com/npm/node-semver) from 7.5.0 to 7.5.1.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.5.0...v7.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 20:08:36 +00:00

51 lines
1.3 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.10.0",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.5.1",
"typed-rest-client": "^1.8.9"
},
"devDependencies": {
"@actions/io": "^1.1.3",
"@types/jest": "^28.1.8",
"@types/node": "^16.18.30",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vercel/ncc": "^0.36.1",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"github-label-sync": "2.3.1",
"jest": "^28.1.3",
"jest-circus": "^29.5.0",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.34.0",
"nock": "^13.3.1",
"prettier": "^2.8.8",
"strip-json-comments-cli": "^2.0.2",
"ts-jest": "^28.0.8",
"typescript": "^5.0.4"
}
}