Skip to content

Commit afd9d97

Browse files
Chore: Update dependency axios to v1.16.1 (#140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fce3b12 commit afd9d97

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
@@ -44,7 +44,7 @@
4444
"resolutions": {
4545
"**/@isaacs/brace-expansion": "5.0.1",
4646
"**/ajv": "6.15.0",
47-
"**/axios": "1.16.0",
47+
"**/axios": "1.16.1",
4848
"**/flatted": "3.4.2",
4949
"**/handlebars": "4.7.9",
5050
"**/lodash": "4.18.1",

yarn.lock

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,6 +2092,13 @@ add-stream@^1.0.0:
20922092
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
20932093
integrity sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==
20942094

2095+
agent-base@6:
2096+
version "6.0.2"
2097+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
2098+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
2099+
dependencies:
2100+
debug "4"
2101+
20952102
agent-base@^7.1.0, agent-base@^7.1.2:
20962103
version "7.1.4"
20972104
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -2314,13 +2321,14 @@ available-typed-arrays@^1.0.7:
23142321
dependencies:
23152322
possible-typed-array-names "^1.0.0"
23162323

2317-
axios@1.16.0, axios@^1.12.0:
2318-
version "1.16.0"
2319-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7"
2320-
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
2324+
axios@1.16.1, axios@^1.12.0:
2325+
version "1.16.1"
2326+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.1.tgz#517e29291d19d6e8cf919ff264f4fe157261ba12"
2327+
integrity sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==
23212328
dependencies:
23222329
follow-redirects "^1.16.0"
23232330
form-data "^4.0.5"
2331+
https-proxy-agent "^5.0.1"
23242332
proxy-from-env "^2.1.0"
23252333

23262334
balanced-match@^1.0.0:
@@ -4483,6 +4491,14 @@ http-proxy-agent@^7.0.0:
44834491
agent-base "^7.1.0"
44844492
debug "^4.3.4"
44854493

4494+
https-proxy-agent@^5.0.1:
4495+
version "5.0.1"
4496+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
4497+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
4498+
dependencies:
4499+
agent-base "6"
4500+
debug "4"
4501+
44864502
https-proxy-agent@^7.0.1:
44874503
version "7.0.6"
44884504
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"

0 commit comments

Comments
 (0)