Skip to content

Commit

Permalink
Update dependency @microsoft/api-extractor to v7.33.6 (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2022
1 parent a6cefce commit 9f9e741
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 15 deletions.
60 changes: 51 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@kristiandupont/eslint-config": "1.3.2",
"@microsoft/api-documenter": "7.19.23",
"@microsoft/api-extractor": "7.33.5",
"@microsoft/api-extractor": "7.33.6",
"@types/jsonpath": "0.2.0",
"@types/pg": "8.6.5",
"@types/ramda": "0.28.18",
Expand Down
20 changes: 15 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -486,17 +486,17 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.53.2"

"@microsoft/api-extractor@7.33.5":
version "7.33.5"
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.33.5.tgz"
integrity sha512-ENoWpTWarKNuodpRFDQr3jyBigHuv98KuJ8H5qXc1LZ1aP5Mk77lCo88HbPisTmSnGevJJHTScfd/DPznOb4CQ==
"@microsoft/api-extractor@7.33.6":
version "7.33.6"
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.33.6.tgz"
integrity sha512-EYu1qWiMyvP/P+7na76PbE7+eOtvuYIvQa2DhZqkSQSLYP2sKLmZaSMK5Jvpgdr0fK/xLFujK5vLf3vpfcmC8g==
dependencies:
"@microsoft/api-extractor-model" "7.25.2"
"@microsoft/tsdoc" "0.14.2"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.53.2"
"@rushstack/rig-package" "0.3.17"
"@rushstack/ts-command-line" "4.13.0"
"@rushstack/ts-command-line" "4.13.1"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.17.0"
Expand Down Expand Up @@ -577,6 +577,16 @@
colors "~1.2.1"
string-argv "~0.3.1"

"@rushstack/ts-command-line@4.13.1":
version "4.13.1"
resolved "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.13.1.tgz"
integrity sha512-UTQMRyy/jH1IS2U+6pyzyn9xQ2iMcoUKkTcZUzOP/aaMiKlWLwCTDiBVwhw/M1crDx6apF9CwyjuWO9r1SBdJQ==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"

"@samverschueren/stream-to-observable@^0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz"
Expand Down

0 comments on commit 9f9e741

Please sign in to comment.