datatracker/dev/deploy-to-container/package.json
dependabot[bot] eba8fc6c6c
chore(deps): bump yargs in /dev/deploy-to-container (#5300)
Bumps [yargs](https://github.com/yargs/yargs) from 17.5.1 to 17.7.1.
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/yargs/yargs/compare/v17.5.1...v17.7.1)

---
updated-dependencies:
- dependency-name: yargs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-13 15:59:09 -04:00

17 lines
307 B
JSON

{
"name": "deploy-to-container",
"type": "module",
"dependencies": {
"dockerode": "^3.3.3",
"fs-extra": "^10.1.0",
"nanoid": "4.0.0",
"nanoid-dictionary": "5.0.0-beta.1",
"slugify": "1.6.5",
"tar": "^6.1.11",
"yargs": "^17.7.1"
},
"engines": {
"node": ">=16"
}
}