diff --git a/package.json b/package.json index 5a6fd04..18165aa 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 6757bad..4dc994c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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" @@ -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" @@ -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: