Skip to content

Commit 9c3d427

Browse files
Bump axios from 0.18.0 to 0.21.2
Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.18.0...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd76f0d commit 9c3d427

File tree

3 files changed

+69
-108
lines changed

3 files changed

+69
-108
lines changed

package-lock.json

Lines changed: 59 additions & 88 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
@@ -8,7 +8,7 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11-
"axios": "0.18.0",
11+
"axios": "0.21.2",
1212
"compression-webpack-plugin": "1.1.12",
1313
"crypto-js": "4.1.1",
1414
"echarts": "5.2.2",

yarn.lock

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,13 +1375,12 @@ aws4@^1.8.0:
13751375
resolved "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz"
13761376
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
13771377

1378-
axios@0.18.0:
1379-
version "0.18.0"
1380-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1381-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
1378+
axios@0.21.2:
1379+
version "0.21.2"
1380+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
1381+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
13821382
dependencies:
1383-
follow-redirects "^1.3.0"
1384-
is-buffer "^1.1.5"
1383+
follow-redirects "^1.14.0"
13851384

13861385
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
13871386
version "6.26.0"
@@ -2567,13 +2566,6 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.6, debug@^2.6.8, debug@^2.6.
25672566
dependencies:
25682567
ms "2.0.0"
25692568

2570-
debug@=3.1.0:
2571-
version "3.1.0"
2572-
resolved "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz"
2573-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
2574-
dependencies:
2575-
ms "2.0.0"
2576-
25772569
debug@^3.1.0:
25782570
version "3.2.5"
25792571
resolved "https://registry.npmjs.org/debug/-/debug-3.2.5.tgz"
@@ -3639,12 +3631,10 @@ flush-write-stream@^1.0.0:
36393631
inherits "^2.0.1"
36403632
readable-stream "^2.0.4"
36413633

3642-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
3643-
version "1.6.0"
3644-
resolved "http://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.6.0.tgz"
3645-
integrity sha1-0SRSwDHoxn62Y32GG/x6gJAWeTM=
3646-
dependencies:
3647-
debug "=3.1.0"
3634+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
3635+
version "1.14.7"
3636+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
3637+
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==
36483638

36493639
for-in@^1.0.1, for-in@^1.0.2:
36503640
version "1.0.2"

0 commit comments

Comments
 (0)