Skip to content

Commit 6eaa337

Browse files
chore(deps): bump axios from 0.18.1 to 0.21.1 (#1568)
Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.18.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c0d84b commit 6eaa337

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"Base64": "^0.3.0",
6060
"async": "^2.0.0-rc.3",
6161
"aws-sdk": "^2.77.0",
62-
"axios": "^0.18.0",
62+
"axios": "^0.21.1",
6363
"azure-sb": "^0.11.0",
6464
"babel-runtime": "6.22.0",
6565
"bcryptjs": "^2.4.3",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,13 @@ axios@^0.19.0:
15631563
follow-redirects "1.5.10"
15641564
is-buffer "^2.0.2"
15651565

1566+
axios@^0.21.1:
1567+
version "0.21.1"
1568+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1569+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1570+
dependencies:
1571+
follow-redirects "^1.10.0"
1572+
15661573
azure-common@^0.9.22:
15671574
version "0.9.22"
15681575
resolved "https://registry.yarnpkg.com/azure-common/-/azure-common-0.9.22.tgz#87aaa8d0d0698299c0dbe65912a4278632cae29a"
@@ -4169,7 +4176,7 @@ dateformat@^3.0.0:
41694176
version "3.0.3"
41704177
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-3.0.3.tgz#a6e37499a4d9a9cf85ef5872044d62901c9889ae"
41714178

4172-
"debug@0.8.0 - 3.5.0", debug@^3.0.0, debug@^3.1.0, debug@^3.2.6:
4179+
"debug@0.8.0 - 3.5.0", debug@^3.1.0, debug@^3.2.6:
41734180
version "3.2.6"
41744181
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
41754182
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -5763,11 +5770,10 @@ follow-redirects@1.5.10:
57635770
dependencies:
57645771
debug "=3.1.0"
57655772

5766-
follow-redirects@^1.0.0:
5767-
version "1.9.0"
5768-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.9.0.tgz#8d5bcdc65b7108fe1508649c79c12d732dcedb4f"
5769-
dependencies:
5770-
debug "^3.0.0"
5773+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
5774+
version "1.13.1"
5775+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
5776+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
57715777

57725778
for-in@^0.1.3:
57735779
version "0.1.8"

0 commit comments

Comments
 (0)