Skip to content

Commit 425e669

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] <[email protected]>
1 parent f11fec6 commit 425e669

File tree

3 files changed

+22
-26
lines changed

3 files changed

+22
-26
lines changed

package-lock.json

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:unit": "vue-cli-service test:unit"
1212
},
1313
"dependencies": {
14-
"axios": "^0.19.0",
14+
"axios": "^0.21.1",
1515
"axios-mock-adapter": "^1.18.1",
1616
"better-scroll": "^1.15.2",
1717
"core-js": "^3.4.3",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,12 +1979,12 @@ axios-mock-adapter@^1.18.1:
19791979
fast-deep-equal "^3.1.1"
19801980
is-buffer "^2.0.3"
19811981

1982-
axios@^0.19.0:
1983-
version "0.19.2"
1984-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
1985-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
1982+
axios@^0.21.1:
1983+
version "0.21.1"
1984+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
1985+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
19861986
dependencies:
1987-
follow-redirects "1.5.10"
1987+
follow-redirects "^1.10.0"
19881988

19891989
babel-code-frame@^6.26.0:
19901990
version "6.26.0"
@@ -3474,13 +3474,6 @@ [email protected], debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9:
34743474
dependencies:
34753475
ms "2.0.0"
34763476

3477-
debug@=3.1.0:
3478-
version "3.1.0"
3479-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
3480-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
3481-
dependencies:
3482-
ms "2.0.0"
3483-
34843477
debug@^3.1.1, debug@^3.2.5:
34853478
version "3.2.6"
34863479
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -4702,14 +4695,7 @@ flush-write-stream@^1.0.0:
47024695
inherits "^2.0.3"
47034696
readable-stream "^2.3.6"
47044697

4705-
4706-
version "1.5.10"
4707-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4708-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4709-
dependencies:
4710-
debug "=3.1.0"
4711-
4712-
follow-redirects@^1.0.0:
4698+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
47134699
version "1.13.3"
47144700
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.3.tgz#e5598ad50174c1bc4e872301e82ac2cd97f90267"
47154701
integrity sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==

0 commit comments

Comments
 (0)