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

This commit is contained in:
shimataro 2024-02-11 11:18:12 +09:00 committed by GitHub
parent 8f0e25e199
commit 9383557752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1725 additions and 1156 deletions

80
dist/main.js vendored

File diff suppressed because one or more lines are too long

8
dist/main.js.map vendored

File diff suppressed because one or more lines are too long

82
dist/post.js vendored

File diff suppressed because one or more lines are too long

8
dist/post.js.map vendored

File diff suppressed because one or more lines are too long

2687
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -33,15 +33,15 @@
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@actions/core": "1.10.1", "@actions/core": "1.10.1",
"@types/node": "20.8.5", "@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "6.7.5", "@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.7.5", "@typescript-eslint/parser": "6.21.0",
"esbuild": "0.19.4", "esbuild": "0.20.0",
"eslint": "8.51.0", "eslint": "8.56.0",
"markdownlint-cli": "0.37.0", "markdownlint-cli": "0.39.0",
"npm-check-updates": "16.14.6", "npm-check-updates": "16.14.15",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"typescript": "5.2.2", "typescript": "5.3.3",
"yaml-lint": "1.7.0" "yaml-lint": "1.7.0"
} }
} }