mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore(deps): bump tar from 7.4.1 to 7.4.2
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.1 to 7.4.2. - [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.4.1...v7.4.2) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
15d5496543
commit
d4209c24d1
2 changed files with 5 additions and 5 deletions
|
|
@ -196,7 +196,7 @@
|
|||
"semver": "^7.6.3",
|
||||
"stream-json": "^1.8.0",
|
||||
"sudo-prompt": "^9.2.1",
|
||||
"tar": "^7.4.1",
|
||||
"tar": "^7.4.2",
|
||||
"tar-fs": "^3.0.6",
|
||||
"undici": "^6.19.4",
|
||||
"win-ca": "^3.5.1",
|
||||
|
|
|
|||
|
|
@ -18794,10 +18794,10 @@ tar@^6.1.11, tar@^6.2.0:
|
|||
mkdirp "^1.0.3"
|
||||
yallist "^4.0.0"
|
||||
|
||||
tar@^7.0.0, tar@^7.4.1:
|
||||
version "7.4.1"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.1.tgz#e74de34641cc0cb6a1d6a200085a3fa55de64843"
|
||||
integrity sha512-dDJzpQf7Nud96mCs3wtw+XUiWGpi9WHxytSusrg0lYlj/Kr11DnB5hfw5bNDQNzx52JJ2Vy+7l8AFivp6H7ETA==
|
||||
tar@^7.0.0, tar@^7.4.2:
|
||||
version "7.4.2"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-7.4.2.tgz#244859617851fc6dd5413c67b195585d25a7a2f4"
|
||||
integrity sha512-pP4ToLATHpXOrbxOZudW6rnfyPWJZoyERNrpTpQEtW6LkvpXw+WDnpj2GBQX9tyQ6teUyPESyyiOCFgp6HnGdw==
|
||||
dependencies:
|
||||
"@isaacs/fs-minipass" "^4.0.0"
|
||||
chownr "^3.0.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue