Skip to content

Commit

Permalink
Update dependency @microsoft/api-extractor to v7.33.8 (#294)
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 Jan 23, 2023
1 parent 9dc736d commit 0c70e23
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 37 deletions.
39 changes: 9 additions & 30 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/dev-deps": "^1.1.0",
"@microsoft/api-documenter": "7.19.26",
"@microsoft/api-extractor": "7.33.7",
"@microsoft/api-extractor": "7.33.8",
"@types/jsonpath": "0.2.0",
"@types/pg": "8.6.5",
"@types/ramda": "0.28.20",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -598,10 +598,10 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.53.3"

"@microsoft/api-extractor@7.33.7":
version "7.33.7"
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.33.7.tgz"
integrity sha512-fQT2v/j/55DhvMFiopLtth66E7xTFNhnumMKgKY14SaG6qU/V1W0e4nOAgbA+SmLakQjAd1Evu06ofaVaxBPbA==
"@microsoft/api-extractor@7.33.8":
version "7.33.8"
resolved "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.33.8.tgz"
integrity sha512-lNscBtYcNwJ4t9kKt6AdYA+FGDG6S8a2EhHdggxgn+rkcTzQ9P6ZsDBSjXa+r+E8qdZjOLP5J1rxohH7t+FTJg==
dependencies:
"@microsoft/api-extractor-model" "7.25.3"
"@microsoft/tsdoc" "0.14.2"
Expand All @@ -611,7 +611,7 @@
"@rushstack/ts-command-line" "4.13.1"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.17.0"
resolve "~1.22.1"
semver "~7.3.0"
source-map "~0.6.1"
typescript "~4.8.4"
Expand Down Expand Up @@ -4000,7 +4000,7 @@ resolve-from@^5.0.0:
resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz"
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==

resolve@^1.10.0, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.1:
resolve@^1.10.0, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.22.1, resolve@~1.22.1:
version "1.22.1"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz"
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
Expand Down

0 comments on commit 0c70e23

Please sign in to comment.