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

This commit is contained in:
shimataro 2021-02-23 10:42:34 +09:00 committed by GitHub
parent 4b6bc79244
commit 80ed341cfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 148 additions and 222 deletions

View file

@ -32,15 +32,15 @@
"license": "MIT",
"devDependencies": {
"@actions/core": "1.2.6",
"@types/node": "14.14.25",
"@typescript-eslint/eslint-plugin": "4.14.2",
"@typescript-eslint/parser": "4.14.2",
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.15.2",
"@typescript-eslint/parser": "4.15.2",
"@vercel/ncc": "0.27.0",
"eslint": "7.19.0",
"eslint": "7.20.0",
"markdownlint-cli": "0.26.0",
"npm-check-updates": "11.1.1",
"npm-check-updates": "11.1.8",
"npm-run-all": "4.1.5",
"typescript": "4.1.3",
"typescript": "4.1.5",
"yaml-lint": "1.2.4"
}
}