Skip to content

Commit 3655db6

Browse files
committed
chore(deps): superagent upgrade
1 parent 487b82a commit 3655db6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/ionic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"semver": "^5.5.0",
6565
"split2": "^3.0.0",
6666
"ssh-config": "^1.1.1",
67-
"superagent": "^3.8.2",
67+
"superagent": "^4.1.0",
6868
"superagent-proxy": "^2.0.0",
6969
"tar": "^4.3.0",
7070
"through2": "^3.0.0",

types/superagent.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ declare module "superagent" {
9999
auth(user: string, name: string): this;
100100
buffer(val?: boolean): this;
101101
clearTimeout(): this;
102-
end(callback?: CallbackHandler): this;
103102
field(name: string, val: string | Buffer): this;
104103
field(fields: object): this;
105104
get(field: string): string;

0 commit comments

Comments
 (0)