From 9dc438136df92e64d88ac921b756261cc1863d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 23:29:24 +0000 Subject: [PATCH] chore(deps-dev): Bump jsii-docgen from 7.0.149 to 7.0.151 (#55) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [jsii-docgen](https://github.com/cdklabs/jsii-docgen) from 7.0.149 to 7.0.151.
Release notes

Sourced from jsii-docgen's releases.

v7.0.151

7.0.151 (2022-11-16)

v7.0.150

7.0.150 (2022-11-16)

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.149&new-version=7.0.151)](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 9a7493ba..f19292a1 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.149" - resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-7.0.149.tgz#32450e9890928b08f3f2bcae30b6ff44024eeb37" - integrity sha512-lwC7972qZ7Ylm6oj7TSdAylS2RQjIpARzALDiU4ztjbDxTWoBGSzLnB+qvDd9ib3rUSHGEzMi+ifHVJJdWJfVw== + version "7.0.151" + resolved "https://registry.yarnpkg.com/jsii-docgen/-/jsii-docgen-7.0.151.tgz#eb510ee838e218724c6e638146c5239d654c02f8" + integrity sha512-azdyf2Tb9X5NZ9QFxWrEIMS7UfqX15onm1ABsaD8c/eNlWVNtnyMnZo9rbkDi86wilBBX1aIPHyUIYw3ixoj2A== dependencies: "@jsii/spec" "^1.71.0" case "^1.6.3"