Skip to content

Commit d572b45

Browse files
committed
Update dependency documentation to v12.1.4
1 parent c23ea23 commit d572b45

2 files changed

Lines changed: 29 additions & 16 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"babel-preset-es2015": "6.24.1",
5858
"bluebird": "3.4.6",
5959
"coveralls": "3.0.6",
60-
"documentation": "12.1.2",
60+
"documentation": "12.1.4",
6161
"eslint": "6.4.0",
6262
"eslint-config-airbnb": "13.0.0",
6363
"eslint-plugin-import": "2.2.0",

yarn.lock

Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,9 +2422,9 @@ doctrine@^3.0.0:
24222422
dependencies:
24232423
esutils "^2.0.2"
24242424

2425-
documentation@12.1.2:
2426-
version "12.1.2"
2427-
resolved "https://registry.yarnpkg.com/documentation/-/documentation-12.1.2.tgz#4ed9ab511363504da7a0c120d192a366bd6b994a"
2425+
documentation@12.1.4:
2426+
version "12.1.4"
2427+
resolved "https://registry.yarnpkg.com/documentation/-/documentation-12.1.4.tgz#ec0aafbd9d3879a44189d2d4434953ae3a258598"
24282428
dependencies:
24292429
"@babel/core" "^7.1.2"
24302430
"@babel/generator" "^7.1.3"
@@ -2459,7 +2459,7 @@ documentation@12.1.2:
24592459
diff "^4.0.1"
24602460
doctrine-temporary-fork "2.1.0"
24612461
get-port "^4.0.0"
2462-
git-url-parse "^10.0.1"
2462+
git-url-parse "^11.1.2"
24632463
github-slugger "1.2.0"
24642464
glob "^7.1.2"
24652465
globals-docs "^2.4.0"
@@ -3102,18 +3102,18 @@ getpass@^0.1.1:
31023102
dependencies:
31033103
assert-plus "^1.0.0"
31043104

3105-
git-up@^2.0.0:
3106-
version "2.0.6"
3107-
resolved "https://registry.yarnpkg.com/git-up/-/git-up-2.0.6.tgz#38d6dddc5db720de83ef09ef3865e748f5887e12"
3105+
git-up@^4.0.0:
3106+
version "4.0.1"
3107+
resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0"
31083108
dependencies:
31093109
is-ssh "^1.3.0"
3110-
parse-url "^1.3.0"
3110+
parse-url "^5.0.0"
31113111

3112-
git-url-parse@^10.0.1:
3113-
version "10.1.0"
3114-
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-10.1.0.tgz#a27813218f8777e91d15f1c121b83bf14721b67e"
3112+
git-url-parse@^11.1.2:
3113+
version "11.1.2"
3114+
resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67"
31153115
dependencies:
3116-
git-up "^2.0.0"
3116+
git-up "^4.0.0"
31173117

31183118
github-slugger@1.2.0:
31193119
version "1.2.0"
@@ -4839,6 +4839,10 @@ normalize-path@^3.0.0:
48394839
version "3.0.0"
48404840
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
48414841

4842+
normalize-url@^3.3.0:
4843+
version "3.3.0"
4844+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
4845+
48424846
now-and-later@^2.0.0:
48434847
version "2.0.1"
48444848
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:
50945098
error-ex "^1.3.1"
50955099
json-parse-better-errors "^1.0.1"
50965100

5097-
parse-url@^1.3.0:
5098-
version "1.3.5"
5099-
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-1.3.5.tgz#c9f27e266bc81691927a417c77d543a11da31b35"
5101+
parse-path@^4.0.0:
5102+
version "4.0.1"
5103+
resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff"
5104+
dependencies:
5105+
is-ssh "^1.3.0"
5106+
protocols "^1.4.0"
5107+
5108+
parse-url@^5.0.0:
5109+
version "5.0.1"
5110+
resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f"
51005111
dependencies:
51015112
is-ssh "^1.3.0"
5113+
normalize-url "^3.3.0"
5114+
parse-path "^4.0.0"
51025115
protocols "^1.4.0"
51035116

51045117
parse5@^1.5.1:

0 commit comments

Comments
 (0)