From 34bfe957fd68220c4c135be2e54f98d517c8bf14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 14:47:18 +0000 Subject: [PATCH] chore(deps-dev): bump jsii-docgen from 6.3.21 to 6.3.27 (#31) Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 6.3.21 to 6.3.27.
Release notes

Sourced from jsii-docgen's releases.

v6.3.27

6.3.27 (2022-05-02)

v6.3.26

6.3.26 (2022-05-02)

v6.3.25

6.3.25 (2022-05-01)

v6.3.24

6.3.24 (2022-04-29)

v6.3.23

6.3.23 (2022-04-28)

v6.3.22

6.3.22 (2022-04-27)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=6.3.21&new-version=6.3.27)](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 3fa7505..8fc6742 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3781,9 +3781,9 @@ jsii-diff@^1.57.0: yargs "^16.2.0" jsii-docgen@^6.3.16: - version "6.3.21" - resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-6.3.21.tgz#d690c6a49ec060c3ccf169922274da9498d9501c" - integrity sha512-M5dpNNux7gfqWfu6pND9daR/uN0lo50VivU6A64pZwQbOHKtlsmK9KdUrSD2Z8yLSVhs50dNk2B6t9Zs28smaQ== + version "6.3.27" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-6.3.27.tgz#b5e7a69ee71c2e1252380f5d623c937465080c3f" + integrity sha512-BuDpCO3S1rlPuP+mM8UJP+4d+2ca34DUhnEdVxiD6E8XE4xj5hZDnbX3Z6ocD3h2eJG4Xt644ZC5byWOlBiAQw== dependencies: "@jsii/spec" "^1.57.0" case "^1.6.3"