-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency adm-zip to v0.5.16 #89
Conversation
Reviewer's Guide by SourceryThis PR updates the Class diagram showing adm-zip dependency updateclassDiagram
class Package {
+dependencies
}
class AdmZip {
+version: string
+preserveLinuxPermissions()
+handleTotalEntries()
+protectAgainstZipBombs()
}
Package --> AdmZip: depends on
note for AdmZip "Updated from v0.5.2 to v0.5.16"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
e046ce6
to
eb52a47
Compare
📦 Packages
|
This PR contains the following updates:
0.5.2
->0.5.16
Release Notes
cthackers/adm-zip (adm-zip)
v0.5.16
Compare Source
What's Changed
New Contributors
Full Changelog: cthackers/adm-zip@v0.5.15...v0.5.16
v0.5.15
Compare Source
What's Changed
New Contributors
Full Changelog: cthackers/adm-zip@v0.5.14...v0.5.15
v0.5.14
Compare Source
Fixed an issue introduced on version 0.1.13 requiring a new mandatory parameter on the inflater on nodejs version >= 15
v0.5.13
Compare Source
v0.5.12
Compare Source
Fixed extraction error
v0.5.11
Compare Source
Add support for Info-Zip password check spec for ZipCrypto @lukemalcolm
Extraction of password protected zip entries @Santa77
Fixed unnecessary scanning a local file headers (except in the case of corrupted archives) @likev
v0.5.10
Compare Source
Add Unix mode attribute even when archive is created from Windows
Fixed an issue where addLocalFolderAsync causes stack overflow when a lot of files are filtered
Support to unzip symlinks
Fix parameter initialization bug of extractAllToAsync
Allow for custom stat or permissions value in addLocalFolder
Various small fixes and tests
v0.5.9
Compare Source
v0.5.8
Compare Source
v0.5.7
Compare Source
v0.5.6
: .Compare Source
v0.5.5
Compare Source
v0.5.4
Compare Source
==================
v0.5.3
Compare Source
==================
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.