Skip to content

Commit

Permalink
Update adm-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Oct 26, 2024
1 parent 8acb607 commit 04cd2c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .ncurc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@ module.exports = {
if (major === "0") return "minor";
return "latest";
},
reject: (name, semver) => {
if (name === "adm-zip") {
return true;
}
return false;
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"dependencies": {
"@zkochan/cmd-shim": "^6.0.0",
"adm-zip": "0.5.10",
"adm-zip": "^0.5.16",
"clipanion": "4.0.0-rc.4",
"execa": "^8.0.1",
"semver": "^7.6.3"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04cd2c2

Please sign in to comment.