update: update rushstack (#1191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
535e5979c2
commit
59d6b9552f
|
@ -42,8 +42,8 @@
|
|||
"@apextoaster/js-yaml-schema": "0.5.0",
|
||||
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
||||
"@istanbuljs/schema": "0.1.3",
|
||||
"@microsoft/api-documenter": "7.19.4",
|
||||
"@microsoft/api-extractor": "7.29.0",
|
||||
"@microsoft/api-documenter": "7.19.5",
|
||||
"@microsoft/api-extractor": "7.29.3",
|
||||
"@types/bunyan": "1.8.8",
|
||||
"@types/chai": "4.3.3",
|
||||
"@types/chai-as-promised": "7.1.5",
|
||||
|
|
42
yarn.lock
42
yarn.lock
|
@ -217,37 +217,37 @@
|
|||
"@jridgewell/resolve-uri" "^3.0.3"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.10"
|
||||
|
||||
"@microsoft/api-documenter@7.19.4":
|
||||
version "7.19.4"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.19.4.tgz#f9de3c767024aa703ef62a6057d9e09071b2c844"
|
||||
integrity sha512-HWStmTGjfVTAGrJc8dWnVHWFXOpYpGzXGSc9zGNz94Bn/+vKAPVk0hKBtT1R2Oz4AanhqrsRvQJ2ELlgspuUDg==
|
||||
"@microsoft/api-documenter@7.19.5":
|
||||
version "7.19.5"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-documenter/-/api-documenter-7.19.5.tgz#c8736c50e5dda1b4b856beb069952dc3e723a5e7"
|
||||
integrity sha512-MYEsoZ8b7XvrvRmsTlodmY1OZHa5o1IW8SoyuCEpsTKaYh+mSq7fHjLzBdvS1Vk+Ses0/gzhzZAyz1n1CRLE9g==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.23.0"
|
||||
"@microsoft/api-extractor-model" "7.23.1"
|
||||
"@microsoft/tsdoc" "0.14.1"
|
||||
"@rushstack/node-core-library" "3.50.1"
|
||||
"@rushstack/node-core-library" "3.50.2"
|
||||
"@rushstack/ts-command-line" "4.12.2"
|
||||
colors "~1.2.1"
|
||||
js-yaml "~3.13.1"
|
||||
resolve "~1.17.0"
|
||||
|
||||
"@microsoft/api-extractor-model@7.23.0":
|
||||
version "7.23.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.23.0.tgz#266de12607fffe72259bfdf94e35331a18fdb223"
|
||||
integrity sha512-h+2aVyf8IYidPZp+N+yIc/LY/aBwRZ1Vxlsx7rU31807bba5ScJ94bj7OjsPMje0vRYALf+yjZToYT0HdP6omA==
|
||||
"@microsoft/api-extractor-model@7.23.1":
|
||||
version "7.23.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor-model/-/api-extractor-model-7.23.1.tgz#d93704882241e7720094d41c7005b07eb593c073"
|
||||
integrity sha512-axlZ33H2LfYX7goAaWpzABWZl3JtX/EUkfVBsI4SuMn3AZYBJsP5MVpMCq7jt0PCefWGwwO+Rv+lCmmJIjFhlQ==
|
||||
dependencies:
|
||||
"@microsoft/tsdoc" "0.14.1"
|
||||
"@microsoft/tsdoc-config" "~0.16.1"
|
||||
"@rushstack/node-core-library" "3.50.1"
|
||||
"@rushstack/node-core-library" "3.50.2"
|
||||
|
||||
"@microsoft/api-extractor@7.29.0":
|
||||
version "7.29.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.29.0.tgz#be3cfdf42538a51bbbdc314a35ddca208378377a"
|
||||
integrity sha512-tGU5DiwQ7/gN9Chi7cuAdspTuVY8hNcq5hBtvwAvb1H85tbiIHuqgoneHI60rkqlud7szkHJLiCkv75kQ0JLjw==
|
||||
"@microsoft/api-extractor@7.29.3":
|
||||
version "7.29.3"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@microsoft/api-extractor/-/api-extractor-7.29.3.tgz#f91ca61833c170c6c47a0fc064fa010460a11457"
|
||||
integrity sha512-PHq+Oo8yiXhwi11VQ1Nz36s+aZwgFqjtkd41udWHtSpyMv2slJ74m1cHdpWbs2ovGUCfldayzdpGwnexZLd2bA==
|
||||
dependencies:
|
||||
"@microsoft/api-extractor-model" "7.23.0"
|
||||
"@microsoft/api-extractor-model" "7.23.1"
|
||||
"@microsoft/tsdoc" "0.14.1"
|
||||
"@microsoft/tsdoc-config" "~0.16.1"
|
||||
"@rushstack/node-core-library" "3.50.1"
|
||||
"@rushstack/node-core-library" "3.50.2"
|
||||
"@rushstack/rig-package" "0.3.14"
|
||||
"@rushstack/ts-command-line" "4.12.2"
|
||||
colors "~1.2.1"
|
||||
|
@ -293,10 +293,10 @@
|
|||
"@nodelib/fs.scandir" "2.1.3"
|
||||
fastq "^1.6.0"
|
||||
|
||||
"@rushstack/node-core-library@3.50.1":
|
||||
version "3.50.1"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/node-core-library/-/node-core-library-3.50.1.tgz#d4aa4602460f29bbf0662052969b65129384da23"
|
||||
integrity sha512-9d2xE7E9yQEBS6brTptdP8cslt6iL5+UnkY2lRxQQ4Q/jlXtsrWCCJCxwr56W/eJEe9YT/yHR4mMn5QY64Ps2w==
|
||||
"@rushstack/node-core-library@3.50.2":
|
||||
version "3.50.2"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/@rushstack/node-core-library/-/node-core-library-3.50.2.tgz#43df3f8422898a448114fcb9c7d4e967625da585"
|
||||
integrity sha512-+zpZBcaX5s+wA0avF0Lk3sd5jbGRo5SmsEJpElJbqQd3KGFvc/hcyeNSMqV5+esJ1JuTfnE1QyRt8nvxFNTaQg==
|
||||
dependencies:
|
||||
"@types/node" "12.20.24"
|
||||
colors "~1.2.1"
|
||||
|
|
Loading…
Reference in New Issue