Skip to content

Commit 1e9f81d

Browse files
build(deps): bump axios from 0.18.0 to 0.21.1 (#398)
Bumps [axios](https://github.com/axios/axios) from 0.18.0 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.0...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffe4854 commit 1e9f81d

File tree

3 files changed

+27
-20
lines changed

3 files changed

+27
-20
lines changed

package-lock.json

Lines changed: 17 additions & 7 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
@@ -16,7 +16,7 @@
1616
"@antv/g2plot": "^0.11.35",
1717
"@babel/polyfill": "^7.4.4",
1818
"@tinymce/tinymce-vue": "^2.0.0",
19-
"axios": "~0.18.0",
19+
"axios": "~0.21.1",
2020
"element-ui": "^2.13.0",
2121
"event-source-polyfill": "^1.0.7",
2222
"fastscan": "^1.0.4",

yarn.lock

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2281,13 +2281,12 @@ aws4@^1.8.0:
22812281
resolved "https://r.cnpmjs.org/aws4/download/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
22822282
integrity sha1-8OAD2cqef1nHpQiUXXsu+aBKVC8=
22832283

2284-
axios@~0.18.0:
2285-
version "0.18.0"
2286-
resolved "http://registry.npm.taobao.org/axios/download/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
2287-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
2284+
axios@~0.21.1:
2285+
version "0.21.1"
2286+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2287+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
22882288
dependencies:
2289-
follow-redirects "^1.3.0"
2290-
is-buffer "^1.1.5"
2289+
follow-redirects "^1.10.0"
22912290

22922291
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
22932292
version "6.26.0"
@@ -5732,12 +5731,10 @@ flush-write-stream@^1.0.0:
57325731
inherits "^2.0.1"
57335732
readable-stream "^2.0.4"
57345733

5735-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
5736-
version "1.5.7"
5737-
resolved "https://r.cnpmjs.org/follow-redirects/download/follow-redirects-1.5.7.tgz#a39e4804dacb90202bca76a9e2ac10433ca6a69a"
5738-
integrity sha1-o55IBNrLkCArynap4qwQQzymppo=
5739-
dependencies:
5740-
debug "^3.1.0"
5734+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
5735+
version "1.13.1"
5736+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
5737+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
57415738

57425739
for-in@^0.1.3:
57435740
version "0.1.8"

0 commit comments

Comments
 (0)