From 31cf43726dbb90cd812d026ab80292aac55cf458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 03:09:54 +0000 Subject: [PATCH] build(deps-dev): Bump jsii-docgen from 1.8.109 to 1.8.110 (#396) Bumps [jsii-docgen](https://github.com/eladb/jsii-docgen) from 1.8.109 to 1.8.110.
Release notes

Sourced from jsii-docgen's releases.

v1.8.110

1.8.110 (2021-06-30)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=1.8.109&new-version=1.8.110)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index d873ad284a8e..541985daf548 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3606,9 +3606,9 @@ jsii-diff@^1.19.0: yargs "^16.2.0" jsii-docgen@^1.8.33: - version "1.8.109" - resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-1.8.109.tgz#d9712c1b78aa39bcf020f67105eefb9cf5b0602d" - integrity sha512-qtH6DXNURvM+yDxlpzOeDjXJzcs1lESHlmdQrBvGMeh3omkv0DHE8xOlbHo0veyM/vt08mIEEn5mLQaWISgiKg== + version "1.8.110" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-1.8.110.tgz#83c829864db993a9479531b43e8dcb2288803c1f" + integrity sha512-xl/A8lpOfRzG7KQqHDkWf3bveR3b0hM91CG1/eHLSpBJpvsEvCS97JkOpcCp16XEiTHrHMrnILZPPGWneFUncw== dependencies: "@jsii/spec" "^1.30.0" fs-extra "^9.1.0"