action-wechat-work/package.json
dependabot[bot] b2b6bbbf73
Bump axios from 0.19.0 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-05 14:13:14 +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.21.1",
"lodash": "^4.17.19",
"yargs": "^14.0.0"
}
}