forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gatsby): change HTTP request library from
request
to got
fo…
…r future support (gatsbyjs#13434) * change request library from `request` to `got` for future support * remove console statement * use a compatible version of got
- Loading branch information
1 parent
616f63b
commit aca58b7
Showing
3 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10187,6 +10187,30 @@ googleapis@^29.0.0: | |
url-template "^2.0.8" | ||
uuid "^3.2.1" | ||
|
||
[email protected]: | ||
version "8.0.0" | ||
resolved "https://registry.yarnpkg.com/got/-/got-8.0.0.tgz#57a11f841edc58e3f3eba4b3ac220faf5133770f" | ||
integrity sha512-lqVA9ORcSGfJPHfMXh1RW451aYMP1NyXivpGqGggnfDqNz3QVfMl7MkuEz+dr70gK2X8dhLiS5YzHhCV3/3yOQ== | ||
dependencies: | ||
cacheable-request "^2.1.1" | ||
decompress-response "^3.3.0" | ||
duplexer3 "^0.1.4" | ||
get-stream "^3.0.0" | ||
into-stream "^3.1.0" | ||
is-plain-obj "^1.1.0" | ||
is-retry-allowed "^1.1.0" | ||
is-stream "^1.1.0" | ||
isurl "^1.0.0-alpha5" | ||
lowercase-keys "^1.0.0" | ||
mimic-response "^1.0.0" | ||
p-cancelable "^0.3.0" | ||
p-timeout "^1.2.0" | ||
pify "^3.0.0" | ||
safe-buffer "^5.1.1" | ||
timed-out "^4.0.1" | ||
url-parse-lax "^3.0.0" | ||
url-to-options "^1.0.1" | ||
|
||
got@^6.7.1: | ||
version "6.7.1" | ||
resolved "http://registry.npmjs.org/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0" | ||
|
@@ -15728,7 +15752,7 @@ p-some@^2.0.0: | |
dependencies: | ||
aggregate-error "^1.0.0" | ||
|
||
p-timeout@^1.0.0, p-timeout@^1.1.1: | ||
p-timeout@^1.0.0, p-timeout@^1.1.1, p-timeout@^1.2.0: | ||
version "1.2.1" | ||
resolved "https://registry.yarnpkg.com/p-timeout/-/p-timeout-1.2.1.tgz#5eb3b353b7fce99f101a1038880bb054ebbea386" | ||
integrity sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y= | ||
|