Skip to content

Commit 07dcbf5

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency axios to ^0.25.0
1 parent 79f3a0a commit 07dcbf5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.5.4"
5757
},
5858
"dependencies": {
59-
"axios": "^0.24.0"
59+
"axios": "^0.25.0"
6060
},
6161
"publishConfig": {
6262
"access": "public"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,12 +2325,12 @@ aws4@^1.8.0:
23252325
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.10.0.tgz#a17b3a8ea811060e74d47d306122400ad4497ae2"
23262326
integrity sha512-3YDiu347mtVtjpyV3u5kVqQLP242c06zwDOgpeRnybmXlYYsLbtTrUBUm8i8srONt+FWobl5aibnU1030PeeuA==
23272327

2328-
axios@^0.24.0:
2329-
version "0.24.0"
2330-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
2331-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
2328+
axios@^0.25.0:
2329+
version "0.25.0"
2330+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
2331+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
23322332
dependencies:
2333-
follow-redirects "^1.14.4"
2333+
follow-redirects "^1.14.7"
23342334

23352335
axobject-query@^2.0.2:
23362336
version "2.1.2"
@@ -4227,10 +4227,10 @@ flush-write-stream@^1.0.0:
42274227
inherits "^2.0.3"
42284228
readable-stream "^2.3.6"
42294229

4230-
follow-redirects@^1.14.4:
4231-
version "1.14.6"
4232-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.6.tgz#8cfb281bbc035b3c067d6cd975b0f6ade6e855cd"
4233-
integrity sha512-fhUl5EwSJbbl8AR+uYL2KQDxLkdSjZGR36xy46AO7cOMTrCMON6Sa28FmAnC2tRTDbd/Uuzz3aJBv7EBN7JH8A==
4230+
follow-redirects@^1.14.7:
4231+
version "1.14.7"
4232+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
4233+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
42344234

42354235
for-in@^1.0.2:
42364236
version "1.0.2"

0 commit comments

Comments
 (0)