Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23 (#259)
Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.21 to 1.1.23. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/creack/pty/releases">github.com/creack/pty's releases</a>.</em></p> <blockquote> <h2>v1.1.23</h2> <h2>What's Changed</h2> <ul> <li>Upgrade to go version 1.18.2 to fix multiple CVEs by <a href="https://github.com/pinaki124"><code>@pinaki124</code></a> in <a href="https://redirect.github.com/creack/pty/pull/154">creack/pty#154</a></li> <li>Tests cleanup by <a href="https://github.com/creack"><code>@creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/173">creack/pty#173</a></li> <li>Revert <a href="https://redirect.github.com/creack/pty/issues/167">#167</a> to avoid race on Linux. by <a href="https://github.com/creack"><code>@creack</code></a> in <a href="https://redirect.github.com/creack/pty/pull/177">creack/pty#177</a></li> <li>Add non-blocking notes by <a href="https://github.com/WeidiDeng"><code>@WeidiDeng</code></a> in <a href="https://redirect.github.com/creack/pty/pull/180">creack/pty#180</a></li> <li>ztypes_openbsd_32bit_int.go: remove arch list by <a href="https://github.com/n2vi"><code>@n2vi</code></a> in <a href="https://redirect.github.com/creack/pty/pull/189">creack/pty#189</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pinaki124"><code>@pinaki124</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/154">creack/pty#154</a></li> <li><a href="https://github.com/WeidiDeng"><code>@WeidiDeng</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/180">creack/pty#180</a></li> <li><a href="https://github.com/n2vi"><code>@n2vi</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/189">creack/pty#189</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.20...v1.1.23">https://github.com/creack/pty/compare/v1.1.20...v1.1.23</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/creack/pty/commit/2cde18bfb702199728dd43bf10a6c15c7336da0a"><code>2cde18b</code></a> Fix go.mod</li> <li><a href="https://github.com/creack/pty/commit/08e77a045af86a5b8300dc7b86e04ce71730a40c"><code>08e77a0</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/189">#189</a> from n2vi/openbsd-arch-free</li> <li><a href="https://github.com/creack/pty/commit/3c9ed8dffc223fcae9107ed75626f3502759df87"><code>3c9ed8d</code></a> ztypes_openbsd_32bit_int.go: remove arch list</li> <li><a href="https://github.com/creack/pty/commit/03db72c7b76cea3be0ad99244f6f8b1ae878cd73"><code>03db72c</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/180">#180</a> from WeidiDeng/non-blocking</li> <li><a href="https://github.com/creack/pty/commit/f3f519ed1212ffa359249a36a223e9837e558495"><code>f3f519e</code></a> add notes to README.md</li> <li><a href="https://github.com/creack/pty/commit/2711aac0dbfa4a4bb89f069e6ad570c8025f0e73"><code>2711aac</code></a> using a larger timeout in test</li> <li><a href="https://github.com/creack/pty/commit/bb5f79cd0d3766d07833b8f0fbe53d5235f0c566"><code>bb5f79c</code></a> re-enable non-blocking tests</li> <li>See full diff in <a href="https://github.com/creack/pty/compare/v1.1.21...v1.1.23">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/creack/pty&package-manager=go_modules&previous-version=1.1.21&new-version=1.1.23)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information