Skip to content

Commit 47d029d

Browse files
Bump axios from 0.18.0 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](axios/axios@v0.18.0...v0.18.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent bcc98ca commit 47d029d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/woaer/segmentfault-t-java-blogs#readme",
2424
"dependencies": {
2525
"@dwing/common": "^1.2.7",
26-
"axios": "^0.18.0",
26+
"axios": "^0.18.1",
2727
"cheerio": "^1.0.0-rc.2"
2828
}
2929
}

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
version "10.5.1"
1313
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.1.tgz#d578446f4abff5c0b49ade9b4e5274f6badaadfc"
1414

15-
axios@^0.18.0:
16-
version "0.18.0"
17-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
15+
axios@^0.18.1:
16+
version "0.18.1"
17+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
1818
dependencies:
19-
follow-redirects "^1.3.0"
20-
is-buffer "^1.1.5"
19+
follow-redirects "1.5.10"
20+
is-buffer "^2.0.2"
2121

2222
boolbase@~1.0.0:
2323
version "1.0.0"
@@ -51,7 +51,7 @@ css-what@2.1:
5151
version "2.1.0"
5252
resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd"
5353

54-
debug@^3.1.0:
54+
debug@=3.1.0:
5555
version "3.1.0"
5656
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
5757
dependencies:
@@ -96,11 +96,11 @@ entities@^1.1.1, entities@~1.1.1:
9696
version "1.1.1"
9797
resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0"
9898

99-
follow-redirects@^1.3.0:
100-
version "1.5.0"
101-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.0.tgz#234f49cf770b7f35b40e790f636ceba0c3a0ab77"
99+
follow-redirects@1.5.10:
100+
version "1.5.10"
101+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
102102
dependencies:
103-
debug "^3.1.0"
103+
debug "=3.1.0"
104104

105105
htmlparser2@^3.9.1:
106106
version "3.9.2"
@@ -117,9 +117,9 @@ inherits@^2.0.1, inherits@~2.0.3:
117117
version "2.0.3"
118118
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
119119

120-
is-buffer@^1.1.5:
121-
version "1.1.6"
122-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
120+
is-buffer@^2.0.2:
121+
version "2.0.4"
122+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
123123

124124
isarray@~1.0.0:
125125
version "1.0.0"

0 commit comments

Comments
 (0)