Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 9df44fa

Browse files
committed
Update dependency typedoc-plugin-markdown to v2.2.17
1 parent d8fe297 commit 9df44fa

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"prettier": "1.18.2",
5555
"ts-jest": "24.1.0",
5656
"typedoc": "0.15.0",
57-
"typedoc-plugin-markdown": "2.2.6",
57+
"typedoc-plugin-markdown": "2.2.17",
5858
"typescript": "3.6.3"
5959
}
6060
}

yarn.lock

+16-4
Original file line numberDiff line numberDiff line change
@@ -1902,6 +1902,17 @@ handlebars@^4.1.2:
19021902
optionalDependencies:
19031903
uglify-js "^3.1.4"
19041904

1905+
handlebars@^4.7.3:
1906+
version "4.7.3"
1907+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee"
1908+
integrity sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==
1909+
dependencies:
1910+
neo-async "^2.6.0"
1911+
optimist "^0.6.1"
1912+
source-map "^0.6.1"
1913+
optionalDependencies:
1914+
uglify-js "^3.1.4"
1915+
19051916
har-schema@^2.0.0:
19061917
version "2.0.0"
19071918
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -4727,12 +4738,13 @@ typedoc-default-themes@^0.6.0:
47274738
lunr "^2.3.6"
47284739
underscore "^1.9.1"
47294740

4730-
typedoc-plugin-markdown@2.2.6:
4731-
version "2.2.6"
4732-
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.2.6.tgz#f958e0fa9f569b604ceb1fbbf8ea33f9f26625fa"
4733-
integrity sha512-1c6Vml1WIlUclLP/NX0Fq8UnQ9K9mak8o9J5P7g4kx3SzPsC1vY4/1rQPffKo1YYbRwU7qWBiM1J9vSEHoYSRQ==
4741+
typedoc-plugin-markdown@2.2.17:
4742+
version "2.2.17"
4743+
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.2.17.tgz#aaef7420e8268170e62c764f43740e10f842548d"
4744+
integrity sha512-eE6cTeqsZIbjur6RG91Lhx1vTwjR49OHwVPRlmsxY3dthS4FNRL8sHxT5Y9pkosBwv1kSmNGQEPHjMYy1Ag6DQ==
47344745
dependencies:
47354746
fs-extra "^8.1.0"
4747+
handlebars "^4.7.3"
47364748

47374749
typedoc@0.15.0:
47384750
version "0.15.0"

0 commit comments

Comments
 (0)