Skip to content

Commit

Permalink
Update dependency yauzl to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 850fa58 commit 45e31aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"command-exists-promise": "^2.0.2",
"node-fetch": "^2.5.0",
"tar": "^6.0.0",
"yauzl": "^2.10.0"
"yauzl": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.49.0",
Expand Down
17 changes: 5 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1415,13 +1415,6 @@ fastq@^1.6.0:
dependencies:
reusify "^1.0.4"

fd-slicer@~1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz#25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
integrity sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==
dependencies:
pend "~1.2.0"

file-entry-cache@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
Expand Down Expand Up @@ -3884,13 +3877,13 @@ yargs@^15.0.2:
y18n "^4.0.0"
yargs-parser "^18.1.2"

yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
integrity sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==
yauzl@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-3.0.0.tgz#5c317a3a26d243bd755dc089a3a4070dc809effa"
integrity sha512-6LiN2QaAWal/+uTf0N5nt4oAsSgddNO69kkLF0lXFY8J8Zt9WrcJq9saIIsg9vyOAnQ9m/dxoyPRMzo3G5BZHg==
dependencies:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"
pend "~1.2.0"

yocto-queue@^0.1.0:
version "0.1.0"
Expand Down

0 comments on commit 45e31aa

Please sign in to comment.