Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 1f2cc54

Browse files
committed
Upgrade axios to 0.19.0
1 parent b4f60ae commit 1f2cc54

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"@types/react-i18next": "^8.1.0",
176176
"animate.css": "^3.7.0",
177177
"awaiting": "^3.0.0",
178-
"axios": "^0.18.0",
178+
"axios": "^0.19.0",
179179
"babel-loader": "^8.0.0",
180180
"babel-plugin-dynamic-import-node": "^2.0.0",
181181
"babel-plugin-react-html-attrs": "^2.1.0",

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,13 +1818,13 @@ axios@^0.16.1, axios@^0.16.2:
18181818
follow-redirects "^1.2.3"
18191819
is-buffer "^1.1.5"
18201820

1821-
axios@^0.18.0:
1822-
version "0.18.0"
1823-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1824-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
1821+
axios@^0.19.0:
1822+
version "0.19.0"
1823+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
1824+
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
18251825
dependencies:
1826-
follow-redirects "^1.3.0"
1827-
is-buffer "^1.1.5"
1826+
follow-redirects "1.5.10"
1827+
is-buffer "^2.0.2"
18281828

18291829
babel-code-frame@^6.26.0:
18301830
version "6.26.0"
@@ -3294,7 +3294,7 @@ [email protected], debug@^2.1.2, debug@^2.1.3, debug@^2.2.0, debug@^2.3.3, debug@^2.6.
32943294
dependencies:
32953295
ms "2.0.0"
32963296

3297-
3297+
[email protected], debug@=3.1.0:
32983298
version "3.1.0"
32993299
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
33003300
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
@@ -4535,7 +4535,14 @@ foldline@^1.1.0:
45354535
resolved "https://registry.yarnpkg.com/foldline/-/foldline-1.1.0.tgz#95017b3fc2cff156c167373897e76ceb32ae0964"
45364536
integrity sha512-9SheyADS50hjvFYjFJ3OB/GlDz2mD1T2CHd7auIk4Uto5YYWPBcw8iYo3F+gENJ+/SOeH9tT0loHZSqlUlumTA==
45374537

4538-
follow-redirects@^1.2.3, follow-redirects@^1.3.0:
4538+
4539+
version "1.5.10"
4540+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
4541+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
4542+
dependencies:
4543+
debug "=3.1.0"
4544+
4545+
follow-redirects@^1.2.3:
45394546
version "1.7.0"
45404547
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.7.0.tgz#489ebc198dc0e7f64167bd23b03c4c19b5784c76"
45414548
integrity sha512-m/pZQy4Gj287eNy94nivy5wchN3Kp+Q5WgUPNy5lJSZ3sgkVKSYV/ZChMAQVIgx1SqfZ2zBZtPA2YlXIWxxJOQ==
@@ -5598,6 +5605,11 @@ is-buffer@^1.1.5:
55985605
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
55995606
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
56005607

5608+
is-buffer@^2.0.2:
5609+
version "2.0.3"
5610+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
5611+
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==
5612+
56015613
is-callable@^1.1.3, is-callable@^1.1.4:
56025614
version "1.1.4"
56035615
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"

0 commit comments

Comments
 (0)