1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

update dependencies

This commit is contained in:
shimataro 2020-08-09 15:51:49 +09:00
parent 363e8e6fa1
commit ef556b5b72
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 146 additions and 188 deletions

View file

@ -34,14 +34,14 @@
"@actions/core": "1.2.4"
},
"devDependencies": {
"@types/node": "14.0.14",
"@typescript-eslint/eslint-plugin": "3.5.0",
"@typescript-eslint/parser": "3.5.0",
"eslint": "7.4.0",
"@types/node": "14.0.27",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"eslint": "7.6.0",
"markdownlint-cli": "0.23.2",
"npm-check-updates": "7.0.1",
"npm-check-updates": "7.0.3",
"npm-run-all": "4.1.5",
"typescript": "3.9.6",
"typescript": "3.9.7",
"yaml-lint": "1.2.4"
}
}