Skip to content

Commit df52f8b

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 9f80f52 commit df52f8b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@material-ui/lab": "^4.0.0-alpha.46",
99
"@reduxjs/toolkit": "^1.2.3",
1010
"@types/material-ui": "^0.21.7",
11-
"axios": "^0.19.2",
11+
"axios": "^0.21.1",
1212
"bignumber.js": "^9.0.0",
1313
"classnames": "^2.2.6",
1414
"jwt-decode": "^2.2.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -3240,12 +3240,12 @@ [email protected]:
32403240
follow-redirects "1.5.10"
32413241
is-buffer "^2.0.2"
32423242

3243-
axios@^0.19.2:
3244-
version "0.19.2"
3245-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
3246-
integrity sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==
3243+
axios@^0.21.1:
3244+
version "0.21.1"
3245+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
3246+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
32473247
dependencies:
3248-
follow-redirects "1.5.10"
3248+
follow-redirects "^1.10.0"
32493249

32503250
axobject-query@^2.0.2:
32513251
version "2.1.1"
@@ -6501,10 +6501,10 @@ [email protected]:
65016501
dependencies:
65026502
debug "=3.1.0"
65036503

6504-
follow-redirects@^1.0.0:
6505-
version "1.13.0"
6506-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
6507-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
6504+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
6505+
version "1.13.1"
6506+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
6507+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
65086508

65096509
for-in@^0.1.3:
65106510
version "0.1.8"

0 commit comments

Comments
 (0)