update: update dependency @microsoft/api-documenter to v7.12.7
This commit is contained in:
parent
41b4eb2024
commit
410e7e6807
|
@ -18,7 +18,7 @@
|
|||
"@gitbeaker/core": "23.5.0",
|
||||
"@gitbeaker/node": "23.5.0",
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.1",
|
||||
"@microsoft/api-documenter": "7.12.6",
|
||||
"@microsoft/api-documenter": "7.12.7",
|
||||
"@microsoft/api-extractor": "7.13.1",
|
||||
"@octokit/auth-app": "2.11.0",
|
||||
"@octokit/rest": "18.0.12",
|
||||
|
|
35
yarn.lock
35
yarn.lock
|
@ -286,27 +286,19 @@
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
|
||||
integrity sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==
|
||||
|
||||
"@microsoft/api-documenter@7.12.6":
|
||||
version "7.12.6"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.12.6.tgz#a7aec65d16cac9009dea38230aea77fb85089fd7"
|
||||
integrity sha512-67VolY0ObxFyLqK5eVT73x1TLldZHWOyeW4R1FazGA+3LPheCU+TLW6ys7yrdtwuprw2jqtOXcvhVYVuvjkepw==
|
||||
"@microsoft/api-documenter@7.12.7":
|
||||
version "7.12.7"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.12.7.tgz#7b1742999bc083a237f78e658b3351e92012b3f7"
|
||||
integrity sha512-GD3Z52yzDz8ZN3efB0mL2ogXLoL/I/cpoZmwLm8KiXL6o5g9K25fQ7HrFt4fvk9XTvcYX/EvZw4TBjrWz7cj5A==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.12.1"
|
||||
"@microsoft/api-extractor-model" "7.12.2"
|
||||
"@microsoft/tsdoc" "0.12.24"
|
||||
"@rushstack/node-core-library" "3.35.2"
|
||||
"@rushstack/node-core-library" "3.36.0"
|
||||
"@rushstack/ts-command-line" "4.7.8"
|
||||
colors "~1.2.1"
|
||||
js-yaml "~3.13.1"
|
||||
resolve "~1.17.0"
|
||||
|
||||
"@microsoft/api-extractor-model@7.12.1":
|
||||
version "7.12.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.12.1.tgz#1f10915c434048da34e1c07845ba2623d5f23f66"
|
||||
integrity sha512-Hw+kYfUb1gt6xPWGFW8APtLVWeNEWz4JE6PbLkSHw/j+G1hAaStzgxhBx3GOAWM/G0SCDGVJOpd5YheVOyu/KQ==
|
||||
dependencies:
|
||||
"@microsoft/tsdoc" "0.12.24"
|
||||
"@rushstack/node-core-library" "3.35.2"
|
||||
|
||||
"@microsoft/api-extractor-model@7.12.2":
|
||||
version "7.12.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.12.2.tgz#d48b35e8ed20643b1c19d7a4f80c90c42dc7d1d8"
|
||||
|
@ -574,21 +566,6 @@
|
|||
estree-walker "^1.0.1"
|
||||
picomatch "^2.2.2"
|
||||
|
||||
"@rushstack/node-core-library@3.35.2":
|
||||
version "3.35.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/node-core-library/-/node-core-library-3.35.2.tgz#21ca879b5051a5ebafa952fafcd648a07a142bcb"
|
||||
integrity sha512-SPd0uG7mwsf3E30np9afCUhtaM1SBpibrbxOXPz82KWV6SQiPUtXeQfhXq9mSnGxOb3WLWoSDe7AFxQNex3+kQ==
|
||||
dependencies:
|
||||
"@types/node" "10.17.13"
|
||||
colors "~1.2.1"
|
||||
fs-extra "~7.0.1"
|
||||
import-lazy "~4.0.0"
|
||||
jju "~1.4.0"
|
||||
resolve "~1.17.0"
|
||||
semver "~7.3.0"
|
||||
timsort "~0.3.0"
|
||||
z-schema "~3.18.3"
|
||||
|
||||
"@rushstack/node-core-library@3.36.0":
|
||||
version "3.36.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/node-core-library/-/node-core-library-3.36.0.tgz#95dace39d763c8695d6607c421f95c6ac65b0ed4"
|
||||
|
|
Loading…
Reference in New Issue