From 15d17861ba5aae7ffa6aa4b208980097d16f37b2 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 3 Jan 2019 06:22:23 +0000 Subject: [PATCH 1/2] chore(package): update typedoc to version 0.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e7c874..11ccd5b 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "tslint": "^5", "tslint-config-prettier": "^1", "tslint-eslint-rules": "^5", - "typedoc": "^0.13.0", + "typedoc": "^0.14.0", "typescript": "^3" } } From 7feac543e6555637c981ad8ea6adb09c937e70cd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 3 Jan 2019 06:22:27 +0000 Subject: [PATCH 2/2] chore(package): update lockfile yarn.lock --- yarn.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/yarn.lock b/yarn.lock index 69c158c..10fbe7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2665,9 +2665,10 @@ has@^1.0.1: dependencies: function-bind "^1.1.1" -highlight.js@^9.0.0: +highlight.js@9.12.0: version "9.12.0" resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e" + integrity sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4= home-or-tmp@^2.0.0: version "2.0.0" @@ -6443,9 +6444,10 @@ typedoc-default-themes@^0.5.0: version "0.5.0" resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227" -typedoc@^0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.13.0.tgz#9efdf352bd54873955cd161bd4b75f24a8c59dde" +typedoc@^0.14.0: + version "0.14.0" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.14.0.tgz#f7de2f3f1109b92eeafd6cbff269e28a86c8079e" + integrity sha512-9DOYWO6O02YGZfbNOrELtmpQF4Eba/6AfNQNt46iRuIokoEq1Axdz9Ae/XjgdoXsM2ShGlDZsAO36BwRVz/Nmw== dependencies: "@types/fs-extra" "^5.0.3" "@types/handlebars" "^4.0.38" @@ -6456,18 +6458,19 @@ typedoc@^0.13.0: "@types/shelljs" "^0.8.0" fs-extra "^7.0.0" handlebars "^4.0.6" - highlight.js "^9.0.0" + highlight.js "9.12.0" lodash "^4.17.10" marked "^0.4.0" minimatch "^3.0.0" progress "^2.0.0" shelljs "^0.8.2" typedoc-default-themes "^0.5.0" - typescript "3.1.x" + typescript "3.2.x" -typescript@3.1.x: - version "3.1.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.1.2.tgz#c03a5d16f30bb60ad8bb6fe8e7cb212eedeec950" +typescript@3.2.x: + version "3.2.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5" + integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg== typescript@^3: version "3.1.1"