From 72ab4856866869fbc564a3d3b3973aa5f7853295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:29:57 +0000 Subject: [PATCH] chore(deps): update dependency adm-zip to v0.5.16 (#62) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [adm-zip](https://redirect.github.com/cthackers/adm-zip) | overrides | patch | [`0.5.2` -> `0.5.16`](https://renovatebot.com/diffs/npm/adm-zip/0.5.2/0.5.16) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/cthackers/adm-zip/badge)](https://securityscorecards.dev/viewer/?uri=github.com/cthackers/adm-zip) | --- ### Release Notes
cthackers/adm-zip (adm-zip) ### [`v0.5.16`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.16) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.15...v0.5.16) #### What's Changed - Fixing preserving linux file permissions by [@​NickAllmakerOpsCompass](https://redirect.github.com/NickAllmakerOpsCompass) in [https://github.com/cthackers/adm-zip/pull/531](https://redirect.github.com/cthackers/adm-zip/pull/531) - fix: totalEntries is not defined by [@​sidartaveloso](https://redirect.github.com/sidartaveloso) in [https://github.com/cthackers/adm-zip/pull/535](https://redirect.github.com/cthackers/adm-zip/pull/535) #### New Contributors - [@​NickAllmakerOpsCompass](https://redirect.github.com/NickAllmakerOpsCompass) made their first contribution in [https://github.com/cthackers/adm-zip/pull/531](https://redirect.github.com/cthackers/adm-zip/pull/531) - [@​sidartaveloso](https://redirect.github.com/sidartaveloso) made their first contribution in [https://github.com/cthackers/adm-zip/pull/535](https://redirect.github.com/cthackers/adm-zip/pull/535) **Full Changelog**: https://github.com/cthackers/adm-zip/compare/v0.5.15...v0.5.16 ### [`v0.5.15`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.15) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.14...v0.5.15) #### What's Changed - Fix utils canonical to valid posix by [@​skoniks](https://redirect.github.com/skoniks) in [https://github.com/cthackers/adm-zip/pull/499](https://redirect.github.com/cthackers/adm-zip/pull/499) - addFile backslash test by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/500](https://redirect.github.com/cthackers/adm-zip/pull/500) - added addLocalFolderAsync2 by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/501](https://redirect.github.com/cthackers/adm-zip/pull/501) - fixed windows paths by [@​roosipuu](https://redirect.github.com/roosipuu) in [https://github.com/cthackers/adm-zip/pull/503](https://redirect.github.com/cthackers/adm-zip/pull/503) - Add Windows build by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/504](https://redirect.github.com/cthackers/adm-zip/pull/504) - inital "decoder" functionality by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/505](https://redirect.github.com/cthackers/adm-zip/pull/505) - Bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cthackers/adm-zip/pull/506](https://redirect.github.com/cthackers/adm-zip/pull/506) - Write out Electron original-fs auto loading by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/502](https://redirect.github.com/cthackers/adm-zip/pull/502) - using writeZip() twice throws "Invalid LOC header (bad signature)" error by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/507](https://redirect.github.com/cthackers/adm-zip/pull/507) - Descriptor check & Main Header locating by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/508](https://redirect.github.com/cthackers/adm-zip/pull/508) - House keeping by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/509](https://redirect.github.com/cthackers/adm-zip/pull/509) - typo by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/510](https://redirect.github.com/cthackers/adm-zip/pull/510) - Allow interoperability files with non-UTF-8 (bit 11 = 0) name by [@​yfdyh000](https://redirect.github.com/yfdyh000) in [https://github.com/cthackers/adm-zip/pull/450](https://redirect.github.com/cthackers/adm-zip/pull/450) - package lock update by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/511](https://redirect.github.com/cthackers/adm-zip/pull/511) - small updates by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/513](https://redirect.github.com/cthackers/adm-zip/pull/513) - CodeQL check by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/514](https://redirect.github.com/cthackers/adm-zip/pull/514) - Keep local extra data by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/515](https://redirect.github.com/cthackers/adm-zip/pull/515) - Update old test by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/516](https://redirect.github.com/cthackers/adm-zip/pull/516) - make all errors a function by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/517](https://redirect.github.com/cthackers/adm-zip/pull/517) - Update date time functions by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/518](https://redirect.github.com/cthackers/adm-zip/pull/518) - Add a length check when extra field parsed by [@​code-sunbo](https://redirect.github.com/code-sunbo) in [https://github.com/cthackers/adm-zip/pull/520](https://redirect.github.com/cthackers/adm-zip/pull/520) - deleteFile is too eager by [@​5saviahv](https://redirect.github.com/5saviahv) in [https://github.com/cthackers/adm-zip/pull/525](https://redirect.github.com/cthackers/adm-zip/pull/525) #### New Contributors - [@​skoniks](https://redirect.github.com/skoniks) made their first contribution in [https://github.com/cthackers/adm-zip/pull/499](https://redirect.github.com/cthackers/adm-zip/pull/499) - [@​roosipuu](https://redirect.github.com/roosipuu) made their first contribution in [https://github.com/cthackers/adm-zip/pull/503](https://redirect.github.com/cthackers/adm-zip/pull/503) - [@​code-sunbo](https://redirect.github.com/code-sunbo) made their first contribution in [https://github.com/cthackers/adm-zip/pull/520](https://redirect.github.com/cthackers/adm-zip/pull/520) **Full Changelog**: https://github.com/cthackers/adm-zip/compare/v0.5.14...v0.5.15 ### [`v0.5.14`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.14) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.13...v0.5.14) Fixed an issue introduced on version 0.1.13 requiring a new mandatory parameter on the inflater on nodejs version >= 15 ### [`v0.5.13`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.13) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.12...v0.5.13) - Fixed extractAllToAsync callback [@​5saviahv](https://redirect.github.com/5saviahv) - Fixed issue with "toAsyncBuffer" where after that command all entries are gone [@​5saviahv](https://redirect.github.com/5saviahv) - Minor fixes (tests, typos etc) [@​5saviahv](https://redirect.github.com/5saviahv) - Added a an option to specificy the maximum expectedLength of the file to protect against zip bombs or limit memory usage [@​undefined-moe](https://redirect.github.com/undefined-moe) - Add check for invalid large disk entries [@​criyle](https://redirect.github.com/criyle) ### [`v0.5.12`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.12) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.11...v0.5.12) Fixed extraction error ### [`v0.5.11`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.11) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.10...v0.5.11) Add support for Info-Zip password check spec for ZipCrypto [@​lukemalcolm](https://redirect.github.com/lukemalcolm) Extraction of password protected zip entries [@​Santa77](https://redirect.github.com/Santa77) Fixed unnecessary scanning a local file headers (except in the case of corrupted archives) [@​likev](https://redirect.github.com/likev) ### [`v0.5.10`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.10) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.9...v0.5.10) 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`](https://redirect.github.com/cthackers/adm-zip/compare/d77f1cf441be3acd7ccaec2580c503f2a1a1f6bb...bebbabf600a6ae5d64ee31cbc89a1274bd1d8c1f) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.8...v0.5.9) ### [`v0.5.8`](https://redirect.github.com/cthackers/adm-zip/compare/c1236b5c1952437fe802b4a216a9308a51910db2...d77f1cf441be3acd7ccaec2580c503f2a1a1f6bb) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.7...v0.5.8) ### [`v0.5.7`](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.6...c1236b5c1952437fe802b4a216a9308a51910db2) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.6...v0.5.7) ### [`v0.5.6`](https://redirect.github.com/cthackers/adm-zip/releases/tag/v0.5.6): . [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.5...v0.5.6) ### [`v0.5.5`](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.4...v0.5.5) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.4...v0.5.5) ### [`v0.5.4`](https://redirect.github.com/cthackers/adm-zip/blob/HEAD/history.md#054--2021-03-08) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.3...v0.5.4) \================== - Fixed relative paths - Added zipcrypto encryption - Lower verMade for macOS when generating zip file ### [`v0.5.3`](https://redirect.github.com/cthackers/adm-zip/blob/HEAD/history.md#053--2021-02-07) [Compare Source](https://redirect.github.com/cthackers/adm-zip/compare/v0.5.2...v0.5.3) \================== - Fixed filemode when unzipping
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc1155). ## Summary by Sourcery Chores: - Update adm-zip from 0.5.2 to 0.5.16. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bun.lock | 10 +++------- package.json | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/bun.lock b/bun.lock index 000f5ef..fdfecda 100644 --- a/bun.lock +++ b/bun.lock @@ -22,8 +22,10 @@ "secp256k1", ], "overrides": { + "ws": "7.5.10", "elliptic": "6.6.1", "@graphprotocol/graph-cli": "0.94.0", + "adm-zip": "0.5.16", "@graphprotocol/graph-ts": "0.37.0", }, "packages": { @@ -351,7 +353,7 @@ "acorn-walk": ["acorn-walk@8.3.4", "", { "dependencies": { "acorn": "^8.11.0" } }, "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g=="], - "adm-zip": ["adm-zip@0.4.16", "", {}, "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg=="], + "adm-zip": ["adm-zip@0.5.16", "", {}, "sha512-TGw5yVi4saajsSEgz25grObGHEUaDrniwvA2qwSC060KfqGPdglhvPMA2lPIoxs3PQIItj2iag35fONcQqgUaQ=="], "aes-js": ["aes-js@4.0.0-beta.5", "", {}, "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q=="], @@ -1479,8 +1481,6 @@ "@ethersproject/providers/@ethersproject/address": ["@ethersproject/address@5.7.0", "", { "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/bytes": "^5.7.0", "@ethersproject/keccak256": "^5.7.0", "@ethersproject/logger": "^5.7.0", "@ethersproject/rlp": "^5.7.0" } }, "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA=="], - "@ethersproject/providers/ws": ["ws@7.4.6", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": "^5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A=="], - "@ethersproject/signing-key/bn.js": ["bn.js@5.2.1", "", {}, "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ=="], "@ethersproject/transactions/@ethersproject/address": ["@ethersproject/address@5.7.0", "", { "dependencies": { "@ethersproject/bignumber": "^5.7.0", "@ethersproject/bytes": "^5.7.0", "@ethersproject/keccak256": "^5.7.0", "@ethersproject/logger": "^5.7.0", "@ethersproject/rlp": "^5.7.0" } }, "sha512-9wYhYt7aghVGo758POM5nqcOMaE168Q6aRLJZwUmiqSrAungkG74gSSeKEIR7ukixesdRZGPgVqme6vmxs1fkA=="], @@ -1619,8 +1619,6 @@ "ethers/tslib": ["tslib@2.7.0", "", {}, "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA=="], - "ethers/ws": ["ws@8.17.1", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ=="], - "ethjs-unit/bn.js": ["bn.js@4.11.6", "", {}, "sha512-XWwnNNFCuuSQ0m3r3C4LE3EiORltHd9M05pq6FOlVeiophzRbMo50Sbz1ehl8K3Z+jw9+vmgnXefY1hz8X+2wA=="], "execa/signal-exit": ["signal-exit@3.0.7", "", {}, "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="], @@ -1775,8 +1773,6 @@ "viem/abitype": ["abitype@1.0.7", "", { "peerDependencies": { "typescript": ">=5.0.4", "zod": "^3 >=3.22.0" }, "optionalPeers": ["typescript", "zod"] }, "sha512-ZfYYSktDQUwc2eduYu8C4wOs+RDPmnRYMh7zNfzeMtGGgb0U+6tLGjixUic6mXf5xKKCcgT5Qp6cv39tOARVFw=="], - "viem/ws": ["ws@8.18.0", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="], - "weald/ms": ["ms@3.0.0-canary.1", "", {}, "sha512-kh8ARjh8rMN7Du2igDRO9QJnqCb2xYTJxyQYK7vJJS4TvLLmsbyhiKpSW+t+y26gyOyMd0riphX0GeWKU3ky5g=="], "weald/supports-color": ["supports-color@9.4.0", "", {}, "sha512-VL+lNrEoIXww1coLPOmiEmK/0sGigko5COxI09KzHc2VJXJsQ37UaQ+8quuxjDeA7+KnLGTWRyOXSLLR2Wb4jw=="], diff --git a/package.json b/package.json index cdfdf08..d48d83a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@graphprotocol/graph-ts": "0.37.0", "elliptic": "6.6.1", "ws": "7.5.10", - "adm-zip": "0.5.2" + "adm-zip": "0.5.16" }, "trustedDependencies": [ "keccak",