Skip to content

Commit

Permalink
Update dependency documentation to v12.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 4, 2019
1 parent c23ea23 commit d33b793
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"babel-preset-es2015": "6.24.1",
"bluebird": "3.4.6",
"coveralls": "3.0.6",
"documentation": "12.1.2",
"documentation": "12.1.3",
"eslint": "6.4.0",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
Expand Down
43 changes: 28 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2422,9 +2422,9 @@ doctrine@^3.0.0:
dependencies:
esutils "^2.0.2"

documentation@12.1.2:
version "12.1.2"
resolved "https://registry.yarnpkg.com/documentation/-/documentation-12.1.2.tgz#4ed9ab511363504da7a0c120d192a366bd6b994a"
documentation@12.1.3:
version "12.1.3"
resolved "https://registry.yarnpkg.com/documentation/-/documentation-12.1.3.tgz#b4434e813c9724d9216685d187742b029c9efa7f"
dependencies:
"@babel/core" "^7.1.2"
"@babel/generator" "^7.1.3"
Expand Down Expand Up @@ -2459,7 +2459,7 @@ documentation@12.1.2:
diff "^4.0.1"
doctrine-temporary-fork "2.1.0"
get-port "^4.0.0"
git-url-parse "^10.0.1"
git-url-parse "^11.1.2"
github-slugger "1.2.0"
glob "^7.1.2"
globals-docs "^2.4.0"
Expand Down Expand Up @@ -3102,18 +3102,18 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

git-up@^2.0.0:
version "2.0.6"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-2.0.6.tgz#38d6dddc5db720de83ef09ef3865e748f5887e12"
git-up@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0"
dependencies:
is-ssh "^1.3.0"
parse-url "^1.3.0"
parse-url "^5.0.0"

git-url-parse@^10.0.1:
version "10.1.0"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-10.1.0.tgz#a27813218f8777e91d15f1c121b83bf14721b67e"
git-url-parse@^11.1.2:
version "11.1.2"
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67"
dependencies:
git-up "^2.0.0"
git-up "^4.0.0"

github-slugger@1.2.0:
version "1.2.0"
Expand Down Expand Up @@ -4839,6 +4839,10 @@ normalize-path@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"

normalize-url@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"

now-and-later@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/now-and-later/-/now-and-later-2.0.1.tgz#8e579c8685764a7cc02cb680380e94f43ccb1f7c"
Expand Down Expand Up @@ -5094,11 +5098,20 @@ parse-json@^4.0.0:
error-ex "^1.3.1"
json-parse-better-errors "^1.0.1"

parse-url@^1.3.0:
version "1.3.5"
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-1.3.5.tgz#c9f27e266bc81691927a417c77d543a11da31b35"
parse-path@^4.0.0:
version "4.0.1"
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff"
dependencies:
is-ssh "^1.3.0"
protocols "^1.4.0"

parse-url@^5.0.0:
version "5.0.1"
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f"
dependencies:
is-ssh "^1.3.0"
normalize-url "^3.3.0"
parse-path "^4.0.0"
protocols "^1.4.0"

parse5@^1.5.1:
Expand Down

0 comments on commit d33b793

Please sign in to comment.