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 2022-12-21 17:15:19 +09:00
parent c8a575584e
commit 872b9259c1
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 961 additions and 722 deletions

1669
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -32,15 +32,15 @@
"license": "MIT",
"devDependencies": {
"@actions/core": "1.10.0",
"@types/node": "18.11.9",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@vercel/ncc": "0.34.0",
"eslint": "8.26.0",
"@types/node": "18.11.17",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"@vercel/ncc": "0.36.0",
"eslint": "8.30.0",
"markdownlint-cli": "0.32.2",
"npm-check-updates": "16.3.16",
"npm-check-updates": "16.6.0",
"npm-run-all": "4.1.5",
"typescript": "4.8.4",
"typescript": "4.9.4",
"yaml-lint": "1.7.0"
}
}