Skip to content

Commit 23f3082

Browse files
Merge pull request #36 from coding-blocks/greenkeeper/axios-0.19.0
Update axios to the latest version 🚀
2 parents 9564a27 + aee2f5a commit 23f3082

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/amqplib": "^0.5.4",
1212
"amqplib": "^0.5.2",
1313
"apidoc": "^0.17.6",
14-
"axios": "^0.18.0",
14+
"axios": "^0.19.0",
1515
"base-64": "^0.1.0",
1616
"debug": "^4.0.0",
1717
"express": "^4.16.2",

Diff for: yarn.lock

+15-10
Original file line numberDiff line numberDiff line change
@@ -377,13 +377,13 @@ aws4@^1.6.0:
377377
version "1.6.0"
378378
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
379379

380-
axios@^0.18.0:
381-
version "0.18.0"
382-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
383-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
380+
axios@^0.19.0:
381+
version "0.19.0"
382+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
383+
integrity sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==
384384
dependencies:
385-
follow-redirects "^1.3.0"
386-
is-buffer "^1.1.5"
385+
follow-redirects "1.5.10"
386+
is-buffer "^2.0.2"
387387

388388
balanced-match@^1.0.0:
389389
version "1.0.0"
@@ -1075,10 +1075,10 @@ find-up@^2.1.0:
10751075
dependencies:
10761076
locate-path "^2.0.0"
10771077

1078-
follow-redirects@^1.3.0:
1079-
version "1.6.1"
1080-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.6.1.tgz#514973c44b5757368bad8bddfe52f81f015c94cb"
1081-
integrity sha512-t2JCjbzxQpWvbhts3l6SH1DKzSrx8a+SsaVf4h6bG4kOXUuPYS/kg2Lr4gQSb7eemaHqJkOThF1BGyjlUkO1GQ==
1078+
follow-redirects@1.5.10:
1079+
version "1.5.10"
1080+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
1081+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
10821082
dependencies:
10831083
debug "=3.1.0"
10841084

@@ -1374,6 +1374,11 @@ is-buffer@^1.1.5:
13741374
version "1.1.6"
13751375
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
13761376

1377+
is-buffer@^2.0.2:
1378+
version "2.0.3"
1379+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725"
1380+
integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==
1381+
13771382
is-builtin-module@^1.0.0:
13781383
version "1.0.0"
13791384
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)