Skip to content

Commit 61312f2

Browse files
authored
Merge pull request #92 from mcnaveen/renovate/axios-1.x
fix(deps): update dependency axios to v1
2 parents a6ad7a1 + c3d66c8 commit 61312f2

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"main": "index.js",
77
"dependencies": {
8-
"axios": "^0.27.2",
8+
"axios": "^1.1.0",
99
"cheerio": "^1.0.0-rc.12",
1010
"express": "^4.18.1",
1111
"node-pronounce": "^0.0.4",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,14 @@ asynckit@^0.4.0:
175175
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
176176
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
177177

178-
axios@^0.27.2:
179-
version "0.27.2"
180-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
181-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
178+
axios@^1.1.0:
179+
version "1.1.0"
180+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.0.tgz#94d25e6524743c7fc33954dd536687bbb957793a"
181+
integrity sha512-hsJgcqz4JY7f+HZ4cWTrPZ6tZNCNFPTRx1MjRqu/hbpgpHdSCUpLVuplc+jE/h7dOvyANtw/ERA3HC2Rz/QoMg==
182182
dependencies:
183-
follow-redirects "^1.14.9"
183+
follow-redirects "^1.15.0"
184184
form-data "^4.0.0"
185+
proxy-from-env "^1.1.0"
185186

186187
balanced-match@^1.0.0:
187188
version "1.0.2"
@@ -783,10 +784,10 @@ find-up@^4.1.0:
783784
locate-path "^5.0.0"
784785
path-exists "^4.0.0"
785786

786-
follow-redirects@^1.14.9:
787-
version "1.14.9"
788-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
789-
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
787+
follow-redirects@^1.15.0:
788+
version "1.15.2"
789+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
790+
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
790791

791792
form-data@^4.0.0:
792793
version "4.0.0"
@@ -1582,6 +1583,11 @@ proxy-addr@~2.0.7:
15821583
forwarded "0.2.0"
15831584
ipaddr.js "1.9.1"
15841585

1586+
proxy-from-env@^1.1.0:
1587+
version "1.1.0"
1588+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1589+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1590+
15851591
pstree.remy@^1.1.8:
15861592
version "1.1.8"
15871593
resolved "https://registry.yarnpkg.com/pstree.remy/-/pstree.remy-1.1.8.tgz#c242224f4a67c21f686839bbdb4ac282b8373d3a"

0 commit comments

Comments
 (0)