mirror of
https://gitee.com/jack_whh/action-wechat-work.git
synced 2026-03-10 05:02:55 +08:00
feat: 补全 action.yml inputs 参数,消除警告;升级一些库的依赖;
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "action-wechat-work",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"description": "GitHub Action that sends a WeChat Work notification.",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -25,9 +25,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/chf007/action-wechat-work#readme",
|
||||
"dependencies": {
|
||||
"@vercel/ncc": "^0.28.5",
|
||||
"axios": "^0.21.2",
|
||||
"@vercel/ncc": "^0.33.1",
|
||||
"axios": "^0.24.0",
|
||||
"lodash": "^4.17.21",
|
||||
"yargs": "^16.2.0"
|
||||
"yargs": "^17.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user