Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit e0844b0

Browse files
committed
fix(deps): update dependency axios to v1
1 parent e7e53a8 commit e0844b0

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@oclif/command": "^1",
1515
"@oclif/config": "^1",
1616
"@oclif/plugin-help": "^5.0.0",
17-
"axios": "^0.27.0",
17+
"axios": "^1.0.0",
1818
"cli-ux": "^6.0.0",
1919
"tslib": "^2.0.0"
2020
},

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,13 +1106,14 @@ at-least-node@^1.0.0:
11061106
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
11071107
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
11081108

1109-
axios@^0.27.0:
1110-
version "0.27.2"
1111-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
1112-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
1109+
axios@^1.0.0:
1110+
version "1.1.2"
1111+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
1112+
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
11131113
dependencies:
1114-
follow-redirects "^1.14.9"
1114+
follow-redirects "^1.15.0"
11151115
form-data "^4.0.0"
1116+
proxy-from-env "^1.1.0"
11161117

11171118
balanced-match@^1.0.0:
11181119
version "1.0.2"
@@ -2207,10 +2208,10 @@ flatted@^3.1.0:
22072208
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.6.tgz#022e9218c637f9f3fc9c35ab9c9193f05add60b2"
22082209
integrity sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==
22092210

2210-
follow-redirects@^1.14.9:
2211-
version "1.15.1"
2212-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
2213-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
2211+
follow-redirects@^1.15.0:
2212+
version "1.15.2"
2213+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
2214+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
22142215

22152216
form-data@^4.0.0:
22162217
version "4.0.0"
@@ -4106,6 +4107,11 @@ promzard@^0.3.0:
41064107
dependencies:
41074108
read "1"
41084109

4110+
proxy-from-env@^1.1.0:
4111+
version "1.1.0"
4112+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
4113+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
4114+
41094115
pump@^3.0.0:
41104116
version "3.0.0"
41114117
resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64"

0 commit comments

Comments
 (0)