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 Sep 27, 2023
1 parent 0a9a141 commit 531c221
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 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": "9.3.12",
"@types/proper-url-join": "2.1.1",
"@types/qs": "6.9.7",
"axios": "0.27.2",
"axios": "1.5.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"reflect-metadata": "0.1.13",
Expand Down
30 changes: 29 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2757,6 +2757,17 @@ __metadata:
languageName: node
linkType: hard

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

"axobject-query@npm:^3.1.1":
version: 3.1.1
resolution: "axobject-query@npm:3.1.1"
Expand Down Expand Up @@ -5029,6 +5040,16 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.0":
version: 1.15.3
resolution: "follow-redirects@npm:1.15.3"
peerDependenciesMeta:
debug:
optional: true
checksum: bbdd012afa48de9d20ab9547a06b8f2150690b58e4cc60d8125b1f615750b7c9152953bb05a6f27371dc137459ad71fbba7eb3243b18b83280c805bcb217eb33
languageName: node
linkType: hard

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand Down Expand Up @@ -8684,6 +8705,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 @@ -11128,7 +11156,7 @@ __metadata:
"@nestjs/core": "npm:9.3.12"
"@types/proper-url-join": "npm:2.1.1"
"@types/qs": "npm:6.9.7"
axios: "npm:0.27.2"
axios: "npm:1.5.1"
class-transformer: "npm:0.5.1"
class-validator: "npm:0.14.0"
proper-url-join: "npm:^2.1.1"
Expand Down

0 comments on commit 531c221

Please sign in to comment.