mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore(deps): Bump tar-fs from 3.0.2 to 3.0.3 (#10430)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3b09e956c6
commit
a3fa4017ad
16
package-lock.json
generated
16
package-lock.json
generated
@ -9210,9 +9210,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/tar-fs": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.2.tgz",
|
||||
"integrity": "sha512-mLQ5iTTCv2tt3a4BwvD8QX1YFVBL/94/Nd+U2il38wt2+zaJSusp1VwJSNkBmB48FeTdOqptf1DAUIosXQBRrQ==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.3.tgz",
|
||||
"integrity": "sha512-ZK36riGYnFI6LujIBfBRoDfeaaWUkStIFKwtPjnDWCKnsDE9kuQthG09aQjLjpzoRtVElEMZ/AIAURNb7N9mkA==",
|
||||
"dependencies": {
|
||||
"mkdirp-classic": "^0.5.2",
|
||||
"pump": "^3.0.0",
|
||||
@ -10022,7 +10022,7 @@
|
||||
"extract-zip": "2.0.1",
|
||||
"progress": "2.0.3",
|
||||
"proxy-agent": "6.2.1",
|
||||
"tar-fs": "3.0.2",
|
||||
"tar-fs": "3.0.3",
|
||||
"unbzip2-stream": "1.4.3",
|
||||
"yargs": "17.7.1"
|
||||
},
|
||||
@ -11144,7 +11144,7 @@
|
||||
"extract-zip": "2.0.1",
|
||||
"progress": "2.0.3",
|
||||
"proxy-agent": "6.2.1",
|
||||
"tar-fs": "3.0.2",
|
||||
"tar-fs": "3.0.3",
|
||||
"unbzip2-stream": "1.4.3",
|
||||
"yargs": "17.7.1"
|
||||
},
|
||||
@ -16491,9 +16491,9 @@
|
||||
}
|
||||
},
|
||||
"tar-fs": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.2.tgz",
|
||||
"integrity": "sha512-mLQ5iTTCv2tt3a4BwvD8QX1YFVBL/94/Nd+U2il38wt2+zaJSusp1VwJSNkBmB48FeTdOqptf1DAUIosXQBRrQ==",
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.3.tgz",
|
||||
"integrity": "sha512-ZK36riGYnFI6LujIBfBRoDfeaaWUkStIFKwtPjnDWCKnsDE9kuQthG09aQjLjpzoRtVElEMZ/AIAURNb7N9mkA==",
|
||||
"requires": {
|
||||
"mkdirp-classic": "^0.5.2",
|
||||
"pump": "^3.0.0",
|
||||
|
@ -102,7 +102,7 @@
|
||||
"extract-zip": "2.0.1",
|
||||
"progress": "2.0.3",
|
||||
"proxy-agent": "6.2.1",
|
||||
"tar-fs": "3.0.2",
|
||||
"tar-fs": "3.0.3",
|
||||
"unbzip2-stream": "1.4.3",
|
||||
"yargs": "17.7.1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user