From 41d1c00f5beba17ce4a87ff929e79852b2aedcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 23:57:02 +0000 Subject: [PATCH] chore(deps-dev): bump jsii-docgen from 7.0.135 to 7.0.136 (#20) Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.135 to 7.0.136.
Release notes

Sourced from jsii-docgen's releases.

v7.0.136

7.0.136 (2022-11-01)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsii-docgen&package-manager=npm_and_yarn&previous-version=7.0.135&new-version=7.0.136)](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 ef7764f7..c35f1ba2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3974,9 +3974,9 @@ jsii-diff@^1.70.0: yargs "^16.2.0" jsii-docgen@^7.0.126: - version "7.0.135" - resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-7.0.135.tgz#b96f7507bdf6d2b46a40aec4b12f81ba8c57a9ff" - integrity sha512-rfhLO9wDv7FkoUoaTAi3KZ+++vkZu+yPcR9EBKtRzUES9uKnWaB9abGYji6DqitL4MG77Mm9QiLZxEvV78+3fg== + version "7.0.136" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-7.0.136.tgz#eaf0e45fad1a9140ac7da5ca8646c74e4794fbd4" + integrity sha512-wxBzEj/3tJWF7wmZdNXET0OwMtp1vDaOnTzdHztHfMi94vSJnBpJmloWZ8j2bGiZVyiv1YqVr9sMXfvXNvOIOw== dependencies: "@jsii/spec" "^1.70.0" case "^1.6.3"