Skip to content

Commit 28d58ad

Browse files
fix(deps): update dependency axios to v1 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 590d408 commit 28d58ad

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

src/automation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"format": "prettier --write ."
77
},
88
"dependencies": {
9-
"axios": "0.27.2",
9+
"axios": "1.1.2",
1010
"object-path": "0.11.8",
1111
"shelljs": "0.8.5"
1212
},

src/automation/yarn.lock

+15-9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ asynckit@^0.4.0:
77
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
88
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
99

10-
axios@0.27.2:
11-
version "0.27.2"
12-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
13-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
10+
axios@1.1.2:
11+
version "1.1.2"
12+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
13+
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
1414
dependencies:
15-
follow-redirects "^1.14.9"
15+
follow-redirects "^1.15.0"
1616
form-data "^4.0.0"
17+
proxy-from-env "^1.1.0"
1718

1819
balanced-match@^1.0.0:
1920
version "1.0.2"
@@ -45,10 +46,10 @@ delayed-stream@~1.0.0:
4546
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
4647
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
4748

48-
follow-redirects@^1.14.9:
49-
version "1.15.0"
50-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
51-
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
49+
follow-redirects@^1.15.0:
50+
version "1.15.2"
51+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
52+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
5253

5354
form-data@^4.0.0:
5455
version "4.0.0"
@@ -159,6 +160,11 @@ [email protected]:
159160
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
160161
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
161162

163+
proxy-from-env@^1.1.0:
164+
version "1.1.0"
165+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
166+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
167+
162168
rechoir@^0.6.2:
163169
version "0.6.2"
164170
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.6.2.tgz#85204b54dba82d5742e28c96756ef43af50e3384"

0 commit comments

Comments
 (0)