Skip to content

Commit

Permalink
chore(deps): update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2022
1 parent 1fcf679 commit 130783d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestjs/core": "8.4.7",
"@types/proper-url-join": "2.1.1",
"@types/qs": "6.9.7",
"axios": "0.27.2",
"axios": "1.1.2",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"reflect-metadata": "0.1.13",
Expand Down
22 changes: 20 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2680,6 +2680,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.1.2":
version: 1.1.2
resolution: "axios@npm:1.1.2"
dependencies:
follow-redirects: "npm:^1.15.0"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 484d9b2af94b132342a836f76c0569a7e59fc2f6365ebf9e07c0bf9fec42d7649c753354a8779d44346b51068823bdf2f3bcc4e1e1b2b896302e21b7d6ad5fe5
languageName: node
linkType: hard

"axobject-query@npm:^2.2.0":
version: 2.2.0
resolution: "axobject-query@npm:2.2.0"
Expand Down Expand Up @@ -4806,7 +4817,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.9":
"follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.0":
version: 1.15.2
resolution: "follow-redirects@npm:1.15.2"
peerDependenciesMeta:
Expand Down Expand Up @@ -8189,6 +8200,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: 0bba2ef7c8374b384e94e4477764e53df66fcdfa7d19e2c4a063cb39eea979c139ce13981970223665422e72b7d149609a927046e2e40ab340b84d91af082591
languageName: node
linkType: hard

"pump@npm:^3.0.0":
version: 3.0.0
resolution: "pump@npm:3.0.0"
Expand Down Expand Up @@ -10509,7 +10527,7 @@ __metadata:
"@nestjs/core": "npm:8.4.7"
"@types/proper-url-join": "npm:2.1.1"
"@types/qs": "npm:6.9.7"
axios: "npm:0.27.2"
axios: "npm:1.1.2"
class-transformer: "npm:0.5.1"
class-validator: "npm:0.13.2"
proper-url-join: "npm:^2.1.1"
Expand Down

0 comments on commit 130783d

Please sign in to comment.