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


Updates `tar` from 7.1.0 to 7.4.0
- [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/v7.1.0...v7.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-26 17:20:11 -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": "^7.4.0",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=16"
}
}