Skip to content

Commit

Permalink
Pin back adm-zip to prevent crashing, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Mar 21, 2024
1 parent c17074c commit e5a9066
Show file tree
Hide file tree
Showing 4 changed files with 190 additions and 135 deletions.
5 changes: 5 additions & 0 deletions .changeset/quick-poems-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"every-ts": patch
---

Pin back adm-zip to prevent unzip from crashing
10 changes: 5 additions & 5 deletions 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.10",
"clipanion": "4.0.0-rc.3",
"execa": "^8.0.1",
"semver": "^7.6.0"
Expand All @@ -24,16 +24,16 @@
"@changesets/cli": "^2.27.1",
"@tsconfig/node18": "^18.2.2",
"@types/adm-zip": "^0.5.5",
"@types/node": "^20.11.25",
"@types/node": "^20.11.30",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"dprint": "^0.45.0",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unicorn": "^51.0.1",
"rimraf": "^5.0.5",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit e5a9066

Please sign in to comment.