diff --git a/package.json b/package.json index 6e50b43..694aebb 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@babel/preset-typescript": "7.17.12", "@commitlint/cli": "12.1.4", "@commitlint/config-conventional": "12.0.1", - "@microsoft/api-documenter": "7.17.19", + "@microsoft/api-documenter": "7.17.20", "@microsoft/api-extractor": "7.25.2", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-node-resolve": "13.3.0", diff --git a/yarn.lock b/yarn.lock index 26eba8c..45f851f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2382,15 +2382,15 @@ npmlog "^4.1.2" write-file-atomic "^3.0.3" -"@microsoft/api-documenter@7.17.19": - version "7.17.19" - resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.17.19.tgz#1ddc5c1d157d257ffa3a1138f533c8bc8e5c41f9" - integrity sha512-6aUzSTmzU4dIXkAwbrpNGVxBigH1e+h49jStQ2f0uH+Z155GEFRoNmyZTZW0b/Q9sjsgSaa+EdJK0UkNwEM1Qw== +"@microsoft/api-documenter@7.17.20": + version "7.17.20" + resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.17.20.tgz#df7a17a1c976ab922df133ac262f17d82d3466ed" + integrity sha512-hysSnNZn+rbOJ1znZ+M4hKBfe7J2g7O3UXza4ZimeF8m0nu92gr2c/xS6By6EdmI6os8hR/eqTWEmZs8fjB/pw== dependencies: "@microsoft/api-extractor-model" "7.18.2" "@microsoft/tsdoc" "0.14.1" "@rushstack/node-core-library" "3.45.7" - "@rushstack/ts-command-line" "4.11.1" + "@rushstack/ts-command-line" "4.12.0" colors "~1.2.1" js-yaml "~3.13.1" resolve "~1.17.0" @@ -2718,6 +2718,16 @@ colors "~1.2.1" string-argv "~0.3.1" +"@rushstack/ts-command-line@4.12.0": + version "4.12.0" + resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.12.0.tgz#8691d16771ed085c3431d5799875bdd2489e012b" + integrity sha512-+dC3ZwT1PjvsEnybXzM9UUYg4xdDOl6vmE+23eByxbWmAxo/nB8VAD5iFs+jbbUd9MtG/7xqCBWbMWEDA+cBjw== + dependencies: + "@types/argparse" "1.0.38" + argparse "~1.0.9" + colors "~1.2.1" + string-argv "~0.3.1" + "@sindresorhus/is@^0.14.0": version "0.14.0" resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"