Skip to content

Commit babe259

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 89c3055 commit babe259

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

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

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,13 +2098,12 @@ [email protected]:
20982098
dependencies:
20992099
follow-redirects "1.5.10"
21002100

2101-
axios@^0.18.0:
2102-
version "0.18.1"
2103-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
2104-
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
2101+
axios@^0.21.1:
2102+
version "0.21.1"
2103+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
2104+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
21052105
dependencies:
2106-
follow-redirects "1.5.10"
2107-
is-buffer "^2.0.2"
2106+
follow-redirects "^1.10.0"
21082107

21092108
babel-loader@^8.0.4:
21102109
version "8.1.0"
@@ -4467,10 +4466,10 @@ [email protected]:
44674466
dependencies:
44684467
debug "=3.1.0"
44694468

4470-
follow-redirects@^1.0.0:
4471-
version "1.13.0"
4472-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db"
4473-
integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA==
4469+
follow-redirects@^1.0.0, follow-redirects@^1.10.0:
4470+
version "1.13.2"
4471+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.2.tgz#dd73c8effc12728ba5cf4259d760ea5fb83e3147"
4472+
integrity sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA==
44744473

44754474
for-in@^1.0.2:
44764475
version "1.0.2"
@@ -5338,11 +5337,6 @@ is-buffer@^1.1.5:
53385337
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
53395338
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
53405339

5341-
is-buffer@^2.0.2:
5342-
version "2.0.4"
5343-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
5344-
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
5345-
53465340
is-callable@^1.1.4, is-callable@^1.2.2:
53475341
version "1.2.2"
53485342
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"

0 commit comments

Comments
 (0)