update: update dependency @microsoft/api-documenter to v7.7.11 (#149)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
parent
807a43566b
commit
0414f18a58
|
@ -22,7 +22,7 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
||||
"@microsoft/api-documenter": "7.7.9",
|
||||
"@microsoft/api-documenter": "7.7.11",
|
||||
"@microsoft/api-extractor": "7.7.7",
|
||||
"@types/chai": "4.2.7",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
|
|
33
yarn.lock
33
yarn.lock
|
@ -159,27 +159,19 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
|
||||
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
|
||||
|
||||
"@microsoft/api-documenter@7.7.9":
|
||||
version "7.7.9"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.7.9.tgz#cdc8c03b3a9c2bbfae59151cb4d5ddfdb7a8da8b"
|
||||
integrity sha512-hkcPoDiq8dxpel8AMA2yEC6egwDdoW4I/VBgFm357nbHxlBmzzYNoAgnfGBkyVq66csl9eE2OFkdQju4bKwHjQ==
|
||||
"@microsoft/api-documenter@7.7.11":
|
||||
version "7.7.11"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.7.11.tgz#26be1610eacb9213bbb39e41e47ba00a94f0e8fb"
|
||||
integrity sha512-MQ3a05jQmQunptqy0uQ4SpM+JDQI1bhOwX8fZAptcZ1TeevyXv9ypXAg48tmtwPDLh6jKpix23HtHOnfeZc95A==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.7.5"
|
||||
"@microsoft/node-core-library" "3.19.1"
|
||||
"@microsoft/api-extractor-model" "7.7.6"
|
||||
"@microsoft/node-core-library" "3.19.2"
|
||||
"@microsoft/ts-command-line" "4.3.10"
|
||||
"@microsoft/tsdoc" "0.12.14"
|
||||
colors "~1.2.1"
|
||||
js-yaml "~3.13.1"
|
||||
resolve "1.8.1"
|
||||
|
||||
"@microsoft/api-extractor-model@7.7.5":
|
||||
version "7.7.5"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.7.5.tgz#ddf6eb87d723361204d77d3570a2e7cb7743ec62"
|
||||
integrity sha512-zMk+iqG7AVPYwAn2S/KgtRLnFLd66+XJx1ld86RT36z3zHcrr1Xg/PbHGfaXr4m+4nT/MASGRJV6/xf7wnaa0A==
|
||||
dependencies:
|
||||
"@microsoft/node-core-library" "3.19.1"
|
||||
"@microsoft/tsdoc" "0.12.14"
|
||||
|
||||
"@microsoft/api-extractor-model@7.7.6":
|
||||
version "7.7.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.7.6.tgz#3575bab3170b2774ccf17c5f7723d81d50ac60e2"
|
||||
|
@ -203,19 +195,6 @@
|
|||
source-map "~0.6.1"
|
||||
typescript "~3.7.2"
|
||||
|
||||
"@microsoft/node-core-library@3.19.1":
|
||||
version "3.19.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/node-core-library/-/node-core-library-3.19.1.tgz#cc881d9a3ccb21857ecc71bfc2df92e52fe82907"
|
||||
integrity sha512-CTlTX3goPe2HUWg+n5w/cYUFI+qTx2gv4XVycjpPRi5KqwrowZ+wfSWkaM7AQ8RaMZ7d4AXVXeRm+2k6eW261g==
|
||||
dependencies:
|
||||
"@types/node" "10.17.13"
|
||||
colors "~1.2.1"
|
||||
fs-extra "~7.0.1"
|
||||
jju "~1.4.0"
|
||||
semver "~5.3.0"
|
||||
timsort "~0.3.0"
|
||||
z-schema "~3.18.3"
|
||||
|
||||
"@microsoft/node-core-library@3.19.2":
|
||||
version "3.19.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/node-core-library/-/node-core-library-3.19.2.tgz#57a564969ce93c7b352d157f70057e605f04ba0e"
|
||||
|
|
Loading…
Reference in New Issue