action-wechat-work/package.json
dependabot[bot] dcbae93a71
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-18 06:07:01 +00:00

32 lines
717 B
JSON

{
"name": "action-wechat-work",
"version": "1.0.3",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chf007/action-wechat-work.git"
},
"keywords": [
"wechat",
"wechat work",
"企业微信",
"github",
"action"
],
"author": "chf007 <chf007server@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chf007/action-wechat-work/issues"
},
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"axios": "^0.19.0",
"lodash": "^4.17.19",
"yargs": "^14.0.0"
}
}