Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
Remove the post-install patch. The bug of adm-zip has been fixed.
  • Loading branch information
wdzeng committed Sep 26, 2024
1 parent 54f03a0 commit 4587111
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 310 deletions.
13 changes: 5 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,31 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"adm-zip": "^0.5.15",
"axios": "^1.7.3",
"adm-zip": "^0.5.16",
"axios": "^1.7.7",
"jsonwebtoken": "^9.0.2",
"ts-custom-error": "^3.3.1"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.14.15",
"@types/tmp": "^0.2.6",
"axios-mock-adapter": "^2.0.0",
"dotenv": "^16.4.5",
"esbuild": "^0.23.0",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"eslint-config-wdzeng": "github:wdzeng/eslint-config#semver:~0.9.0",
"prettier": "^3.3.3",
"tmp": "^0.2.3",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"vitest": "^2.1.1"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
},
"patchedDependencies": {
"adm-zip": "patches/adm-zip.patch"
}
}
}
16 changes: 0 additions & 16 deletions patches/adm-zip.patch

This file was deleted.

Loading

0 comments on commit 4587111

Please sign in to comment.