Skip to content

Commit 5393abd

Browse files
authored
Merge pull request #41 from Rickecr/dependabot/npm_and_yarn/ReactNative/hunt/axios-0.18.1
Bump axios from 0.18.0 to 0.18.1 in /ReactNative/hunt
2 parents f08b858 + ed7272f commit 5393abd

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

ReactNative/hunt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"axios": "^0.18.0",
10+
"axios": "^0.18.1",
1111
"react": "16.6.0-alpha.8af6728",
1212
"react-native": "0.57.4",
1313
"react-navigation": "^2.18.2"

ReactNative/hunt/yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -935,13 +935,13 @@ aws4@^1.8.0:
935935
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
936936
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==
937937

938-
axios@^0.18.0:
939-
version "0.18.0"
940-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
941-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
938+
axios@^0.18.1:
939+
version "0.18.1"
940+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
941+
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
942942
dependencies:
943-
follow-redirects "^1.3.0"
944-
is-buffer "^1.1.5"
943+
follow-redirects "1.5.10"
944+
is-buffer "^2.0.2"
945945

946946
babel-code-frame@^6.26.0:
947947
version "6.26.0"
@@ -2507,10 +2507,10 @@ find-up@^2.0.0, find-up@^2.1.0:
25072507
dependencies:
25082508
locate-path "^2.0.0"
25092509

2510-
follow-redirects@^1.3.0:
2511-
version "1.5.9"
2512-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.9.tgz#c9ed9d748b814a39535716e531b9196a845d89c6"
2513-
integrity sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==
2510+
follow-redirects@1.5.10:
2511+
version "1.5.10"
2512+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2513+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
25142514
dependencies:
25152515
debug "=3.1.0"
25162516

@@ -2944,6 +2944,11 @@ is-buffer@^1.1.5:
29442944
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
29452945
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
29462946

2947+
is-buffer@^2.0.2:
2948+
version "2.0.4"
2949+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
2950+
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
2951+
29472952
is-builtin-module@^1.0.0:
29482953
version "1.0.0"
29492954
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)