Skip to content

Commit

Permalink
build(deps): bump axios from 1.7.2 to 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pmstss committed Oct 21, 2024
1 parent 654295e commit c49d400
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 28 deletions.
72 changes: 49 additions & 23 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
"homepage": "https://github.com/NeuraLegion/sectester-js#readme",
"dependencies": {
"@har-sdk/core": "~1.4.5",
"axios": "^1.7.2",
"axios-rate-limit": "^1.4.0",
"chalk": "^4.1.2",
"ci-info": "^4.0.0",
"content-type": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"repeaterVersion": "10.0.0"
},
"dependencies": {
"axios": "^1.7.2",
"axios": "^1.7.7",
"axios-rate-limit": "^1.4.0",
"chalk": "^4.1.2",
"form-data": "^4.0.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/repeater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"https-proxy-agent": "^7.0.5",
"iconv-lite": "^0.6.3",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"socket.io-msgpack-parser": "^3.0.2",
"socks-proxy-agent": "^8.0.4",
Expand All @@ -51,5 +50,8 @@
},
"peerDependencies": {
"@sectester/core": ">=0.16.0 <1.0.0"
},
"devDependencies": {
"socket.io": "^4.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/repeater/src/lib/DefaultRepeaterServer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MockSocketServer {
}

public close() {
this.io.close();
void this.io.close();
}

public emit(event: string, data: any) {
Expand Down

0 comments on commit c49d400

Please sign in to comment.