update: update dependency @microsoft/api-documenter to v7.19.22 (#1244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
effbe1a0c6
commit
70a87acb9e
|
@ -42,7 +42,7 @@
|
|||
"@apextoaster/js-yaml-schema": "0.5.0",
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
||||
"@istanbuljs/schema": "0.1.3",
|
||||
"@microsoft/api-documenter": "7.19.20",
|
||||
"@microsoft/api-documenter": "7.19.22",
|
||||
"@microsoft/api-extractor": "7.33.2",
|
||||
"@types/bunyan": "1.8.8",
|
||||
"@types/chai": "4.3.3",
|
||||
|
|
20
yarn.lock
20
yarn.lock
|
@ -222,15 +222,15 @@
|
|||
"@jridgewell/resolve-uri" "^3.0.3"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.10"
|
||||
|
||||
"@microsoft/api-documenter@7.19.20":
|
||||
version "7.19.20"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.19.20.tgz#552eb8a4c64fcaaf03cf7604e20e378174119b28"
|
||||
integrity sha512-1SX16ootdbymEG+ZkGhksDwHkd6SlNoQxhtFpx6n8HexcLVXn+ssENN0ALd1gvWRRHeKf3x+cCzfiMM5qwIX9A==
|
||||
"@microsoft/api-documenter@7.19.22":
|
||||
version "7.19.22"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.19.22.tgz#961e1e2d5c0ca4751ef9d72c641dbb3ae1206500"
|
||||
integrity sha512-Gz9l7tspR0Brnv4I1PcDMLZTZ9H4n8g1iHDwRNMWuOehvp3Wkn2ydBxmVB4ugsTfOPm04DK3cMm5RCVNejDYuw==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.25.1"
|
||||
"@microsoft/tsdoc" "0.14.1"
|
||||
"@rushstack/node-core-library" "3.53.2"
|
||||
"@rushstack/ts-command-line" "4.12.5"
|
||||
"@rushstack/ts-command-line" "4.13.0"
|
||||
colors "~1.2.1"
|
||||
js-yaml "~3.13.1"
|
||||
resolve "~1.17.0"
|
||||
|
@ -351,6 +351,16 @@
|
|||
colors "~1.2.1"
|
||||
string-argv "~0.3.1"
|
||||
|
||||
"@rushstack/ts-command-line@4.13.0":
|
||||
version "4.13.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/ts-command-line/-/ts-command-line-4.13.0.tgz#a56aa90e5742c25d330cdb0cda1da19225d7bfcf"
|
||||
integrity sha512-crLT31kl+qilz0eBRjqqYO06CqwbElc0EvzS6jI69B9Ikt1SkkSzIZ2iDP7zt/rd1ZYipKIS9hf9CQR9swDIKg==
|
||||
dependencies:
|
||||
"@types/argparse" "1.0.38"
|
||||
argparse "~1.0.9"
|
||||
colors "~1.2.1"
|
||||
string-argv "~0.3.1"
|
||||
|
||||
"@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0":
|
||||
version "1.7.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@sinonjs/commons/-/commons-1.7.0.tgz#f90ffc52a2e519f018b13b6c4da03cbff36ebed6"
|
||||
|
|
Loading…
Reference in New Issue