This repository was archived by the owner on Jan 16, 2024. It is now read-only.
File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 54
54
"prettier" : " 1.18.2" ,
55
55
"ts-jest" : " 24.1.0" ,
56
56
"typedoc" : " 0.15.0" ,
57
- "typedoc-plugin-markdown" : " 2.2.6 " ,
57
+ "typedoc-plugin-markdown" : " 2.2.17 " ,
58
58
"typescript" : " 3.6.3"
59
59
}
60
60
}
Original file line number Diff line number Diff line change @@ -1902,6 +1902,17 @@ handlebars@^4.1.2:
1902
1902
optionalDependencies :
1903
1903
uglify-js "^3.1.4"
1904
1904
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
+
1905
1916
har-schema@^2.0.0 :
1906
1917
version "2.0.0"
1907
1918
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -4727,12 +4738,13 @@ typedoc-default-themes@^0.6.0:
4727
4738
lunr "^2.3.6"
4728
4739
underscore "^1.9.1"
4729
4740
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 ==
4734
4745
dependencies :
4735
4746
fs-extra "^8.1.0"
4747
+ handlebars "^4.7.3"
4736
4748
4737
4749
typedoc@0.15.0 :
4738
4750
version "0.15.0"
You can’t perform that action at this time.
0 commit comments