Skip to content

Commit c2bb1c1

Browse files
build(deps-dev): bump @microsoft/api-documenter from 7.8.22 to 7.8.27
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.8.22 to 7.8.27. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.8.22...@microsoft/api-documenter_v7.8.27) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f9a1d7e commit c2bb1c1

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"attributes": "vetur/attributes.json"
6666
},
6767
"devDependencies": {
68-
"@microsoft/api-documenter": "^7.8.22",
68+
"@microsoft/api-documenter": "^7.8.27",
6969
"@microsoft/api-extractor": "^7.8.1",
7070
"@rollup/plugin-alias": "^3.1.1",
7171
"@rollup/plugin-commonjs": "^14.0.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -483,15 +483,15 @@
483483
"@types/yargs" "^15.0.0"
484484
chalk "^4.0.0"
485485

486-
"@microsoft/api-documenter@^7.8.22":
487-
version "7.8.22"
488-
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.8.22.tgz#0461a072161e1a32d85776df23f3d96fb44f6a25"
489-
integrity sha512-Vsgx/sOPBn74PnkLhVN3yTg2ZiQc0cwrdxgKZCtfYLRh00qCTA/EhK+3cgIQqXf6ZPvvGj9VA5zMCpCHjC51dg==
486+
"@microsoft/api-documenter@^7.8.27":
487+
version "7.8.27"
488+
resolved "https://registry.yarnpkg.com/@microsoft/api-documenter/-/api-documenter-7.8.27.tgz#aa18e975013171085b379dab01fad4b6ad0ccb69"
489+
integrity sha512-fELVHf3qgnTm3doAkfiO5AN/5gUgBvhMw97dEG4OdHL/5kL2rnaowU8iHJnZgPyTfOoEX8dmzHKVT5uQp8JDmw==
490490
dependencies:
491-
"@microsoft/api-extractor-model" "7.8.13"
491+
"@microsoft/api-extractor-model" "7.8.15"
492492
"@microsoft/tsdoc" "0.12.19"
493-
"@rushstack/node-core-library" "3.26.1"
494-
"@rushstack/ts-command-line" "4.4.6"
493+
"@rushstack/node-core-library" "3.27.0"
494+
"@rushstack/ts-command-line" "4.4.8"
495495
colors "~1.2.1"
496496
js-yaml "~3.13.1"
497497
resolve "~1.17.0"
@@ -504,13 +504,13 @@
504504
"@microsoft/tsdoc" "0.12.19"
505505
"@rushstack/node-core-library" "3.19.7"
506506

507-
"@microsoft/[email protected].13":
508-
version "7.8.13"
509-
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.8.13.tgz#1a191db5216b8407d4b55487275bd19f8016c094"
510-
integrity sha512-SspJ84pZEZfF5jcVkwtdmgpnxjwMwJxQkK+v868jF6Ue/rJZ7WV/+qFB76gxLXNPsnVhF/xdS8s4AWXL0ePN8g==
507+
"@microsoft/[email protected].15":
508+
version "7.8.15"
509+
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.8.15.tgz#a9ade86180157aead2e63e5edb439c4d8f158049"
510+
integrity sha512-z81RLrvZdCxPMDBH6JVtZAMMrxDsDGz4mW7GM6OGxPlooTtSVtPH9RNhZFbA6zp7/4ANgBlqURl8zIsxvFeppA==
511511
dependencies:
512512
"@microsoft/tsdoc" "0.12.19"
513-
"@rushstack/node-core-library" "3.26.1"
513+
"@rushstack/node-core-library" "3.27.0"
514514

515515
"@microsoft/api-extractor@^7.8.1":
516516
version "7.8.1"
@@ -616,10 +616,10 @@
616616
timsort "~0.3.0"
617617
z-schema "~3.18.3"
618618

619-
"@rushstack/node-core-library@3.26.1":
620-
version "3.26.1"
621-
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.26.1.tgz#1ba3e32954e25f1a2b368f1c06bfc1f127d60463"
622-
integrity sha512-N2wewcrJS2Jut73qxi711D1OXVKd9+8YmCllcjxEN++88qqqxCQVnn6Iu9ydu79Frm5rV8p/zvHOLCeUm/mLOQ==
619+
"@rushstack/node-core-library@3.27.0":
620+
version "3.27.0"
621+
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.27.0.tgz#474446d29dcb5166946af2cd9ec86d58e1444b58"
622+
integrity sha512-6fS7wqcxL4XGVFkhECMCqsqXouPRDWKMgNpyrmXJRS0PPumRMW+9m2knVK/kgTrMwcnbGysqxX/77PiFErw8wg==
623623
dependencies:
624624
"@types/node" "10.17.13"
625625
colors "~1.2.1"
@@ -638,10 +638,10 @@
638638
argparse "~1.0.9"
639639
colors "~1.2.1"
640640

641-
"@rushstack/[email protected].6":
642-
version "4.4.6"
643-
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.4.6.tgz#7818f19e444274e68564a756ef62a2b4e0ced0f8"
644-
integrity sha512-ue3p2m773Yea/s4Ef2Q3gEyLd9T0NDjXCl+PlodGTrJHgxoiRwbROSWHAdYJL/LceGWa6Biqizu9qxUDEWFweQ==
641+
"@rushstack/[email protected].8":
642+
version "4.4.8"
643+
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.4.8.tgz#46559932c7e9a70ea071c3ce376a2e7ad0d2e9b1"
644+
integrity sha512-giyVXuyI2BAID0BINp8TbxcTf5MEao+UPadAMfCuuS64mSE1E76S8wzhjqEy3WaTSpgyRDi7dMlEegNnD/97Gw==
645645
dependencies:
646646
"@types/argparse" "1.0.38"
647647
argparse "~1.0.9"

0 commit comments

Comments
 (0)