Skip to content

Commit 333e1a6

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency axios to ^0.27.0
1 parent 1e039a4 commit 333e1a6

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"typescript": "4.6.3"
5757
},
5858
"dependencies": {
59-
"axios": "^0.26.0"
59+
"axios": "^0.27.0"
6060
},
6161
"publishConfig": {
6262
"access": "public"

yarn.lock

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,12 +2331,13 @@ aws4@^1.8.0:
23312331
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
23322332
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
23332333

2334-
axios@^0.26.0:
2335-
version "0.26.0"
2336-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.0.tgz#9a318f1c69ec108f8cd5f3c3d390366635e13928"
2337-
integrity sha512-lKoGLMYtHvFrPVt3r+RBMp9nh34N0M8zEfCWqdWZx6phynIEhQqAdydpyBAAG211zlhX9Rgu08cOamy6XjE5Og==
2334+
axios@^0.27.0:
2335+
version "0.27.0"
2336+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.0.tgz#973ca980dee9077410189340390ea77964af6b29"
2337+
integrity sha512-XV/WrPxXfzgZ8j4lcB5i6LyaXmi90yetmV/Fem0kmglGx+mpY06CiweL3YxU6wOTNLmqLUePW4G8h45nGZ/+pA==
23382338
dependencies:
2339-
follow-redirects "^1.14.8"
2339+
follow-redirects "^1.14.9"
2340+
form-data "^4.0.0"
23402341

23412342
axobject-query@^2.0.2:
23422343
version "2.1.2"
@@ -2949,7 +2950,7 @@ columnify@~1.5.4:
29492950
strip-ansi "^3.0.0"
29502951
wcwidth "^1.0.0"
29512952

2952-
combined-stream@^1.0.6, combined-stream@~1.0.6:
2953+
combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
29532954
version "1.0.8"
29542955
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
29552956
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -4233,10 +4234,10 @@ flush-write-stream@^1.0.0:
42334234
inherits "^2.0.3"
42344235
readable-stream "^2.3.6"
42354236

4236-
follow-redirects@^1.14.8:
4237-
version "1.14.8"
4238-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.8.tgz#016996fb9a11a100566398b1c6839337d7bfa8fc"
4239-
integrity sha512-1x0S9UVJHsQprFcEC/qnNzBLcIxsjAV905f/UkQxbclCsoTWlacCNOpQa/anodLl2uaEKFhfWOvM2Qg77+15zA==
4237+
follow-redirects@^1.14.9:
4238+
version "1.14.9"
4239+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7"
4240+
integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w==
42404241

42414242
for-in@^1.0.2:
42424243
version "1.0.2"
@@ -4248,6 +4249,15 @@ forever-agent@~0.6.1:
42484249
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
42494250
integrity sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=
42504251

4252+
form-data@^4.0.0:
4253+
version "4.0.0"
4254+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
4255+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
4256+
dependencies:
4257+
asynckit "^0.4.0"
4258+
combined-stream "^1.0.8"
4259+
mime-types "^2.1.12"
4260+
42514261
form-data@~2.3.2:
42524262
version "2.3.3"
42534263
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"

0 commit comments

Comments
 (0)