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

This commit is contained in:
shimataro 2019-12-22 19:15:01 +09:00 committed by GitHub
parent a5366d553c
commit 1a21ee9ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 439 additions and 502 deletions

935
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,8 +29,8 @@
"@actions/core": "1.2.0"
},
"devDependencies": {
"@types/node": "12.12.12",
"npm-check-updates": "3.2.1",
"typescript": "3.7.2"
"@types/node": "12.12.21",
"npm-check-updates": "4.0.1",
"typescript": "3.7.4"
}
}