Skip to content

Commit 9f0aac6

Browse files
Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 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.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32ebf26 commit 9f0aac6

File tree

2 files changed

+11
-27
lines changed

2 files changed

+11
-27
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:unit": "vue-cli-service test:unit"
1313
},
1414
"dependencies": {
15-
"axios": "^0.19.2",
15+
"axios": "^0.21.1",
1616
"core-js": "^3.6.4",
1717
"js-cookie": "^2.2.1",
1818
"vue": "^2.6.11",

yarn.lock

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1957,12 +1957,12 @@ axios-mock-adapter@^1.17.0:
19571957
dependencies:
19581958
deep-equal "^1.0.1"
19591959

1960-
axios@^0.19.2:
1961-
version "0.19.2"
1962-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1963-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1960+
axios@^0.21.1:
1961+
version "0.21.1"
1962+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1963+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
19641964
dependencies:
1965-
follow-redirects "1.5.10"
1965+
follow-redirects "^1.10.0"
19661966

19671967
babel-code-frame@^6.26.0:
19681968
version "6.26.0"
@@ -3406,14 +3406,7 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
34063406
dependencies:
34073407
ms "2.0.0"
34083408

3409-
debug@=3.1.0:
3410-
version "3.1.0"
3411-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3412-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3413-
dependencies:
3414-
ms "2.0.0"
3415-
3416-
debug@^3.0.0, debug@^3.1.1, debug@^3.2.5:
3409+
debug@^3.1.1, debug@^3.2.5:
34173410
version "3.2.6"
34183411
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
34193412
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
@@ -4498,19 +4491,10 @@ flush-write-stream@^1.0.0:
44984491
inherits "^2.0.3"
44994492
readable-stream "^2.3.6"
45004493

4501-
follow-redirects@1.5.10:
4502-
version "1.5.10"
4503-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4504-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4505-
dependencies:
4506-
debug "=3.1.0"
4507-
4508-
follow-redirects@^1.0.0:
4509-
version "1.10.0"
4510-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.10.0.tgz#01f5263aee921c6a54fb91667f08f4155ce169eb"
4511-
integrity sha512-4eyLK6s6lH32nOvLLwlIOnr9zrL8Sm+OvW4pVTJNoXeGzYIkHVf+pADQi+OJ0E67hiuSLezPVPyBcIZO50TmmQ==
4512-
dependencies:
4513-
debug "^3.0.0"
4494+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4495+
version "1.13.1"
4496+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
4497+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
45144498

45154499
for-in@^1.0.2:
45164500
version "1.0.2"

0 commit comments

Comments
 (0)