Skip to content

Commit d409d3d

Browse files
committed
chore(deps): update dependency typedoc-plugin-markdown to v2.2.17
1 parent 14015c5 commit d409d3d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"semantic-release": "15.13.31",
5858
"ts-jest": "24.2.0",
5959
"typedoc": "0.15.5",
60-
"typedoc-plugin-markdown": "2.2.14"
60+
"typedoc-plugin-markdown": "2.2.17"
6161
},
6262
"config": {
6363
"commitizen": {

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3120,6 +3120,17 @@ handlebars@^4.5.3:
31203120
optionalDependencies:
31213121
uglify-js "^3.1.4"
31223122

3123+
handlebars@^4.7.3:
3124+
version "4.7.3"
3125+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.3.tgz#8ece2797826886cf8082d1726ff21d2a022550ee"
3126+
integrity sha512-SRGwSYuNfx8DwHD/6InAPzD6RgeruWLT+B8e8a7gGs8FWgHzlExpTFMEq2IA6QpAfOClpKHy6+8IqTjeBCu6Kg==
3127+
dependencies:
3128+
neo-async "^2.6.0"
3129+
optimist "^0.6.1"
3130+
source-map "^0.6.1"
3131+
optionalDependencies:
3132+
uglify-js "^3.1.4"
3133+
31233134
har-schema@^2.0.0:
31243135
version "2.0.0"
31253136
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -7616,13 +7627,13 @@ typedoc-default-themes@^0.6.2:
76167627
lunr "^2.3.8"
76177628
underscore "^1.9.1"
76187629

7619-
7620-
version "2.2.14"
7621-
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.2.14.tgz#30c9c51301a2bd1428463bc0b47d8a6228f9914e"
7622-
integrity sha512-MukndnFdFWMc24HpzvCPDRKMX8Fx92arfMvlAVFhPv8ClXyK7aQVPygHLB1iWXvev6TzggUSQf6IM3LHvoknCw==
7630+
7631+
version "2.2.17"
7632+
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-2.2.17.tgz#aaef7420e8268170e62c764f43740e10f842548d"
7633+
integrity sha512-eE6cTeqsZIbjur6RG91Lhx1vTwjR49OHwVPRlmsxY3dthS4FNRL8sHxT5Y9pkosBwv1kSmNGQEPHjMYy1Ag6DQ==
76237634
dependencies:
76247635
fs-extra "^8.1.0"
7625-
handlebars "^4.5.3"
7636+
handlebars "^4.7.3"
76267637

76277638
76287639
version "0.15.5"

0 commit comments

Comments
 (0)