Skip to content

Commit aac3137

Browse files
authored
Merge pull request #13 from shuiRong/dependabot/npm_and_yarn/axios-0.18.1
Bump axios from 0.18.0 to 0.18.1
2 parents 23eefe6 + 7496ea9 commit aac3137

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@react-native-community/async-storage": "^1.4.0",
12-
"axios": "^0.18.0",
12+
"axios": "^0.18.1",
1313
"code-push-cli": "^2.1.9",
1414
"d3-interpolate": "^1.3.2",
1515
"jstz": "^2.1.1",

yarn.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1583,13 +1583,13 @@ aws4@^1.8.0:
15831583
resolved "http://registry.npm.taobao.org/aws4/download/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
15841584
integrity sha1-8OAD2cqef1nHpQiUXXsu+aBKVC8=
15851585

1586-
axios@^0.18.0:
1587-
version "0.18.0"
1588-
resolved "http://registry.npm.taobao.org/axios/download/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1589-
integrity sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=
1586+
axios@^0.18.1:
1587+
version "0.18.1"
1588+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
1589+
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
15901590
dependencies:
1591-
follow-redirects "^1.3.0"
1592-
is-buffer "^1.1.5"
1591+
follow-redirects "1.5.10"
1592+
is-buffer "^2.0.2"
15931593

15941594
babel-code-frame@^6.26.0:
15951595
version "6.26.0"
@@ -3572,10 +3572,10 @@ first-chunk-stream@^2.0.0:
35723572
dependencies:
35733573
readable-stream "^2.0.2"
35743574

3575-
follow-redirects@^1.3.0:
3576-
version "1.6.0"
3577-
resolved "http://registry.npm.taobao.org/follow-redirects/download/follow-redirects-1.6.0.tgz#d12452c031e8c67eb6637d861bfc7a8090167933"
3578-
integrity sha1-0SRSwDHoxn62Y32GG/x6gJAWeTM=
3575+
follow-redirects@1.5.10:
3576+
version "1.5.10"
3577+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
3578+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
35793579
dependencies:
35803580
debug "=3.1.0"
35813581

@@ -4236,6 +4236,11 @@ is-buffer@^1.1.5:
42364236
resolved "http://registry.npm.taobao.org/is-buffer/download/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
42374237
integrity sha1-76ouqdqg16suoTqXsritUf776L4=
42384238

4239+
is-buffer@^2.0.2:
4240+
version "2.0.4"
4241+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
4242+
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
4243+
42394244
is-builtin-module@^1.0.0:
42404245
version "1.0.0"
42414246
resolved "http://registry.npm.taobao.org/is-builtin-module/download/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)