Skip to content

Commit a282b45

Browse files
Bump axios from 0.18.1 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.18.1 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.1...v0.21.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f8252cf commit a282b45

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@polkadot/util-crypto": "^3.5.1",
3030
"@solana/web3.js": "^0.90.5",
3131
"avalanche": "^3.1.0",
32-
"axios": "^0.18.0",
32+
"axios": "^0.21.1",
3333
"bip32": "^2.0.5",
3434
"bip39": "^3.0.2",
3535
"bs58": "^4.0.1",

yarn.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,13 +2077,12 @@ [email protected]:
20772077
dependencies:
20782078
follow-redirects "1.5.10"
20792079

2080-
axios@^0.18.0:
2081-
version "0.18.1"
2082-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
2083-
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
2080+
axios@^0.21.1:
2081+
version "0.21.1"
2082+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2083+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
20842084
dependencies:
2085-
follow-redirects "1.5.10"
2086-
is-buffer "^2.0.2"
2085+
follow-redirects "^1.10.0"
20872086

20882087
babel-loader@^8.0.4:
20892088
version "8.2.2"
@@ -4448,7 +4447,7 @@ [email protected]:
44484447
dependencies:
44494448
debug "=3.1.0"
44504449

4451-
follow-redirects@^1.0.0:
4450+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
44524451
version "1.13.2"
44534452
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
44544453
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
@@ -5306,11 +5305,6 @@ is-buffer@^1.1.5:
53065305
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
53075306
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
53085307

5309-
is-buffer@^2.0.2:
5310-
version "2.0.5"
5311-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
5312-
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
5313-
53145308
is-callable@^1.1.4, is-callable@^1.2.2:
53155309
version "1.2.3"
53165310
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"

0 commit comments

Comments
 (0)