Skip to content

Commit 3f02cda

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update dependency axios to v1.16.1
1 parent dbe54ee commit 3f02cda

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"async-mutex": "0.5.0",
18-
"axios": "1.16.0",
18+
"axios": "1.16.1",
1919
"bcrypt": "6.0.0",
2020
"cors": "2.8.6",
2121
"cos-nodejs-sdk-v5": "2.15.4",

yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,13 @@ acorn@^8.11.0, acorn@^8.16.0, acorn@^8.4.1:
588588
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
589589
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
590590

591+
agent-base@6:
592+
version "6.0.2"
593+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
594+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
595+
dependencies:
596+
debug "4"
597+
591598
agent-base@^7.1.2:
592599
version "7.1.4"
593600
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -728,13 +735,14 @@ aws4@^1.8.0:
728735
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.13.2.tgz#0aa167216965ac9474ccfa83892cfb6b3e1e52ef"
729736
integrity sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==
730737

731-
axios@1.16.0:
732-
version "1.16.0"
733-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7"
734-
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
738+
axios@1.16.1:
739+
version "1.16.1"
740+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.1.tgz#517e29291d19d6e8cf919ff264f4fe157261ba12"
741+
integrity sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==
735742
dependencies:
736743
follow-redirects "^1.16.0"
737744
form-data "^4.0.5"
745+
https-proxy-agent "^5.0.1"
738746
proxy-from-env "^2.1.0"
739747

740748
axios@^0.21.1:
@@ -1839,6 +1847,14 @@ http_ece@1.2.0:
18391847
resolved "https://registry.yarnpkg.com/http_ece/-/http_ece-1.2.0.tgz#84d5885f052eae8c9b075eee4d2eb5105f114479"
18401848
integrity sha512-JrF8SSLVmcvc5NducxgyOrKXe3EsyHMgBFgSaIUGmArKe+rwr0uphRkRXvwiom3I+fpIfoItveHrfudL8/rxuA==
18411849

1850+
https-proxy-agent@^5.0.1:
1851+
version "5.0.1"
1852+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
1853+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
1854+
dependencies:
1855+
agent-base "6"
1856+
debug "4"
1857+
18421858
https-proxy-agent@^7.0.0:
18431859
version "7.0.6"
18441860
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"

0 commit comments

Comments
 (0)