dependabot[bot]
3363aff617
build(deps): bump body-parser and express in /md-cli
...
Bumps [body-parser](https://github.com/expressjs/body-parser ) and [express](https://github.com/expressjs/express ). These dependencies needed to be updated together.
Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases )
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md )
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3 )
Updates `express` from 4.18.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.21.0 )
---
updated-dependencies:
- dependency-name: body-parser
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-16 09:08:25 +00:00
thinkasany
c2e5bec81e
ci: cli release ( #261 )
2023-12-07 11:44:52 +08:00
xw
5dec24f819
chore: upgrade md-cli to v0.0.6 ( #257 )
...
* fix: Update the command line parameter passing method
* chore: Upgrade mockm
* chore: Only use mockm with md-cli
* chore: Update the version number of md-cli
* feat: Optimize process management
* fix: Optimize space paths
2023-12-06 18:46:27 +08:00
dependabot[bot]
f6edf04dd6
build(deps): bump vm2 from 3.9.11 to 3.9.17 in /md-cli ( #213 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.11 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.11...3.9.17 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 20:04:42 +08:00
dependabot[bot]
296dd404f3
build(deps): bump vm2 from 3.9.10 to 3.9.11 in /md-cli ( #192 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.10 to 3.9.11.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.10...3.9.11 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-29 10:12:15 +08:00
xw
19d87ce67b
fix(cli): More suitable service detection method ( #169 )
2022-08-04 10:26:40 +08:00
xw
f0fd26beb0
chore: update dependencies ( #167 )
2022-08-03 17:39:13 +08:00
yanglbme
1483ebaf79
build: release v1.5.8
...
- 支持 minio 图床,移除 Gitee 图床 #131 #146
- 支持批量上传图片 #144
- 新增 docker 镜像部署 #doocs/docker-md
- 修复 prettier, cheerio 等依赖包版本问题 #140
- 其他小部分优化
2022-05-25 22:31:54 +08:00
xw
4f296d6145
fix: Handle command argument path boundary cases on some systems ( #128 )
...
* fix: Handle command argument path boundary cases on some systems #126
* feat: Add service startup detection function
* feat: upgrade dependencies
* feat: Add version display function
2022-02-12 21:00:34 +08:00
xw
e7a0ded14a
fix: Upgrade node-fetch ( #115 )
2021-12-03 15:50:23 +08:00
xw
61cfa68e65
feat: Support command npm command line to quickly deploy private server ( #106 )
2021-11-28 20:11:00 +08:00