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 (#65)

This commit is contained in:
shimataro 2020-01-18 11:14:01 +09:00 committed by GitHub
parent 3fe6393646
commit 0f5a528e4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 27 additions and 18 deletions

View file

@ -31,10 +31,10 @@
"author": "shimataro",
"license": "MIT",
"dependencies": {
"@actions/core": "1.2.0"
"@actions/core": "1.2.1"
},
"devDependencies": {
"@types/node": "13.1.1",
"@types/node": "13.1.8",
"@typescript-eslint/eslint-plugin": "2.16.0",
"@typescript-eslint/parser": "2.16.0",
"eslint": "6.8.0",
@ -42,7 +42,7 @@
"markdownlint-cli": "0.21.0",
"npm-check-updates": "4.0.1",
"npm-run-all": "4.1.5",
"typescript": "3.7.4",
"typescript": "3.7.5",
"yaml-lint": "1.2.4"
}
}