datatracker/dev/diff/package.json
dependabot[bot] 960ede93e8
chore(deps): bump the npm group in /dev/diff with 1 update (#7255)
Bumps the npm group in /dev/diff with 1 update: [tar](https://github.com/isaacs/node-tar).


Updates `tar` from 6.2.0 to 6.2.1
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 13:32:37 -04:00

23 lines
435 B
JSON

{
"name": "diff",
"type": "module",
"dependencies": {
"chalk": "^5.3.0",
"dockerode": "^4.0.2",
"enquirer": "^2.4.1",
"extract-zip": "^2.0.1",
"fs-extra": "^11.2.0",
"got": "^13.0.0",
"keypress": "^0.2.1",
"listr2": "^6.6.1",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"pretty-bytes": "^6.1.1",
"tar": "^6.2.1",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=16"
}
}