Skip to content

Commit 8a95ee3

Browse files
Bump axios from 0.21.1 to 0.21.2 in /web
Bumps [axios](https://github.com/axios/axios) from 0.21.1 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.21.1...v0.21.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68868ce commit 8a95ee3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/polyfill": "^7.0.0-beta.36",
1919
"@babel/runtime": "^7.3.1",
2020
"antd": "^3.15.2",
21-
"axios": "^0.21.1",
21+
"axios": "^0.21.2",
2222
"classnames": "^2.2.5",
2323
"dva": "^2.4.1",
2424
"history": "^4.7.2",

web/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2609,12 +2609,12 @@ aws4@^1.8.0:
26092609
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
26102610
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
26112611

2612-
axios@^0.21.1:
2613-
version "0.21.1"
2614-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2615-
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
2612+
axios@^0.21.2:
2613+
version "0.21.2"
2614+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
2615+
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
26162616
dependencies:
2617-
follow-redirects "^1.10.0"
2617+
follow-redirects "^1.14.0"
26182618

26192619
axobject-query@^2.0.2:
26202620
version "2.0.2"
@@ -6389,10 +6389,10 @@ fn-name@~2.0.1:
63896389
resolved "https://registry.yarnpkg.com/fn-name/-/fn-name-2.0.1.tgz#5214d7537a4d06a4a301c0cc262feb84188002e7"
63906390
integrity sha1-UhTXU3pNBqSjAcDMJi/rhBiAAuc=
63916391

6392-
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
6393-
version "1.13.1"
6394-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
6395-
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
6392+
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
6393+
version "1.15.0"
6394+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
6395+
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
63966396

63976397
for-in@^0.1.3:
63986398
version "0.1.8"

0 commit comments

Comments
 (0)