Skip to content

Commit 0841c51

Browse files
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>
1 parent b620045 commit 0841c51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/cli/browser v1.1.0
1313
github.com/cli/safeexec v1.0.1
1414
github.com/coreos/go-oidc/v3 v3.6.0
15-
github.com/creack/pty v1.1.21
15+
github.com/creack/pty v1.1.23
1616
github.com/dotenv-org/godotenvvault v0.6.0
1717
github.com/go-playground/validator/v10 v10.15.5
1818
github.com/google/go-cmp v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
3737
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
3838
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
3939
github.com/creack/pty v1.1.17/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
40-
github.com/creack/pty v1.1.21 h1:1/QdRyBaHHJP61QkWMXlOIBfsgdDeeKfK8SYVUWJKf0=
41-
github.com/creack/pty v1.1.21/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
40+
github.com/creack/pty v1.1.23 h1:4M6+isWdcStXEf15G/RbrMPOQj1dZ7HPZCGwE4kOeP0=
41+
github.com/creack/pty v1.1.23/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE=
4242
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
4343
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
4444
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)