Skip to content

Commit

Permalink
pkg:1.6.31 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
kongxiangyiren authored Jan 25, 2024
1 parent 2a6cd32 commit 42e73ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/server/pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"dependencies": {
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"tkserver": "1.6.30"
"dotenv": "^16.4.1",
"tkserver": "1.6.31"
},
"devDependencies": {
"patch-package": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/server/pkg/patches/pkg-fetch+3.4.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 4b1339e..08d09ee 100644
switch (_c.label) {
case 0:
- url = "https://github.com/vercel/pkg-fetch/releases/download/" + tag + "/" + name;
+ url = "https://mirror.ghproxy.com/https://github.com/vercel/pkg-fetch/releases/download/" + tag + "/" + name;
+ url = "https://hub.gitmirror.com/https://github.com/vercel/pkg-fetch/releases/download/" + tag + "/" + name;
_c.label = 1;
case 1:
_c.trys.push([1, 4, , 5]);

0 comments on commit 42e73ae

Please sign in to comment.