Skip to content

Commit

Permalink
Bump boxen from 7.1.0 to 7.1.1 (#501)
Browse files Browse the repository at this point in the history
Bumps [boxen](https://github.com/sindresorhus/boxen) from 7.1.0 to
7.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sindresorhus/boxen/releases">boxen's
releases</a>.</em></p>
<blockquote>
<h2>v7.1.1</h2>
<ul>
<li>Fix <code>borderStyle: 'none'</code> (<a
href="https://redirect.github.com/sindresorhus/boxen/issues/89">#89</a>)
ef5c987</li>
</ul>
<p><a
href="https://github.com/sindresorhus/boxen/compare/v7.1.0...v7.1.1">https://github.com/sindresorhus/boxen/compare/v7.1.0...v7.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sindresorhus/boxen/commit/bbebe45d9aa8f2fd63448150b1ce804ce926e5a6"><code>bbebe45</code></a>
7.1.1</li>
<li><a
href="https://github.com/sindresorhus/boxen/commit/ef5c9870f54ca4923a3c2cdfd5eadc81577f1abc"><code>ef5c987</code></a>
Fix <code>borderStyle: 'none'</code> (<a
href="https://redirect.github.com/sindresorhus/boxen/issues/89">#89</a>)</li>
<li><a
href="https://github.com/sindresorhus/boxen/commit/b0647629b507aa5f327c0246b11d63d175ac61c8"><code>b064762</code></a>
Readme tweak</li>
<li>See full diff in <a
href="https://github.com/sindresorhus/boxen/compare/v7.1.0...v7.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=boxen&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.1.1)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent f70c50e commit b69b9d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion typescript/ws-protocol-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@foxglove/wasm-zstd": "^1.0.1",
"@foxglove/ws-protocol": "0.7.0",
"@mcap/core": "^1.2.1",
"boxen": "^7.1.0",
"boxen": "^7.1.1",
"commander": "^11.0.0",
"debug": "^4",
"eventemitter3": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,10 +1479,10 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

boxen@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-7.1.0.tgz#ba10a9ef4e73a9e220105b5f8c07a56d359a4cb4"
integrity sha512-ScG8CDo8dj7McqCZ5hz4dIBp20xj4unQ2lXIDa7ff6RcZElCpuNzutdwzKVvRikfNjm7CFAlR3HJHcoHkDOExQ==
boxen@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/boxen/-/boxen-7.1.1.tgz#f9ba525413c2fec9cdb88987d835c4f7cad9c8f4"
integrity sha512-2hCgjEmP8YLWQ130n2FerGv7rYpfBmnmp9Uy2Le1vge6X3gZIfSmEzP5QTDElFxcvVcXlEn8Aq6MU/PZygIOog==
dependencies:
ansi-align "^3.0.1"
camelcase "^7.0.1"
Expand Down

0 comments on commit b69b9d6

Please sign in to comment.