Skip to content

Commit 89b8a8d

Browse files
Bump axios from 0.19.2 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.19.2...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4741fb3 commit 89b8a8d

2 files changed

Lines changed: 7 additions & 21 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@vue/cli": "^4.1.1",
13-
"axios": "^0.19.0",
13+
"axios": "^0.21.2",
1414
"core-js": "^3.4.3",
1515
"material-design-icons-iconfont": "^5.0.1",
1616
"pluralize": "^8.0.0",

yarn.lock

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2798,12 +2798,12 @@ aws4@^1.8.0:
27982798
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
27992799
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
28002800

2801-
axios@^0.19.0:
2802-
version "0.19.2"
2803-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
2804-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
2801+
axios@^0.21.2:
2802+
version "0.21.2"
2803+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2804+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
28052805
dependencies:
2806-
follow-redirects "1.5.10"
2806+
follow-redirects "^1.14.0"
28072807

28082808
babel-core@^7.0.0-bridge.0:
28092809
version "7.0.0-bridge.0"
@@ -4286,13 +4286,6 @@ debug@4, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
42864286
dependencies:
42874287
ms "2.1.2"
42884288

4289-
debug@=3.1.0:
4290-
version "3.1.0"
4291-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
4292-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
4293-
dependencies:
4294-
ms "2.0.0"
4295-
42964289
debug@^3.2.7:
42974290
version "3.2.7"
42984291
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
@@ -5729,14 +5722,7 @@ flush-write-stream@^1.0.0:
57295722
inherits "^2.0.3"
57305723
readable-stream "^2.3.6"
57315724

5732-
follow-redirects@1.5.10:
5733-
version "1.5.10"
5734-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
5735-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
5736-
dependencies:
5737-
debug "=3.1.0"
5738-
5739-
follow-redirects@^1.0.0:
5725+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
57405726
version "1.15.2"
57415727
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
57425728
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==

0 commit comments

Comments
 (0)