Skip to content

Commit

Permalink
Bump nyholm/psr7 from 1.5.1 to 1.6.1 (#111)
Browse files Browse the repository at this point in the history
Bumps [nyholm/psr7](https://github.com/Nyholm/psr7) from 1.5.1 to 1.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Nyholm/psr7/releases">nyholm/psr7's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.6.1</h2>
<p>Security fix for header validation. See <a
href="https://github.com/Nyholm/psr7/security/advisories/GHSA-wjfc-pgfp-pv9c">https://github.com/Nyholm/psr7/security/advisories/GHSA-wjfc-pgfp-pv9c</a></p>
<h2>What's Changed</h2>
<p>See <a
href="https://github.com/Nyholm/psr7/blob/HEAD/CHANGELOG.md">change
log</a> for changes.</p>
<h2>What's Changed</h2>
<ul>
<li>[CI] Remove scutinizer by <a
href="https://github.com/Nyholm"><code>@​Nyholm</code></a> in <a
href="https://redirect.github.com/Nyholm/psr7/pull/231">Nyholm/psr7#231</a></li>
<li>[CI] Just some code style changes by <a
href="https://github.com/Nyholm"><code>@​Nyholm</code></a> in <a
href="https://redirect.github.com/Nyholm/psr7/pull/232">Nyholm/psr7#232</a></li>
<li>[CI] Remove badge for Travis by <a
href="https://github.com/Nyholm"><code>@​Nyholm</code></a> in <a
href="https://redirect.github.com/Nyholm/psr7/pull/233">Nyholm/psr7#233</a></li>
<li>[CS] native_function_invocation by <a
href="https://github.com/Nyholm"><code>@​Nyholm</code></a> in <a
href="https://redirect.github.com/Nyholm/psr7/pull/235">Nyholm/psr7#235</a></li>
<li>Added change log for 1.6.1 by <a
href="https://github.com/Nyholm"><code>@​Nyholm</code></a> in <a
href="https://redirect.github.com/Nyholm/psr7/pull/236">Nyholm/psr7#236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Nyholm/psr7/compare/1.6.0...1.6.1">https://github.com/Nyholm/psr7/compare/1.6.0...1.6.1</a></p>
<h2>Release 1.6.0</h2>
<h2>What's Changed</h2>
<p>See <a
href="https://github.com/Nyholm/psr7/blob/HEAD/CHANGELOG.md">change
log</a> for changes.</p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vanodevium"><code>@​vanodevium</code></a> made
their first contribution in <a
href="https://redirect.github.com/Nyholm/psr7/pull/211">Nyholm/psr7#211</a></li>
<li><a
href="https://github.com/GrahamCampbell"><code>@​GrahamCampbell</code></a>
made their first contribution in <a
href="https://redirect.github.com/Nyholm/psr7/pull/212">Nyholm/psr7#212</a></li>
<li><a href="https://github.com/simPod"><code>@​simPod</code></a> made
their first contribution in <a
href="https://redirect.github.com/Nyholm/psr7/pull/224">Nyholm/psr7#224</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Nyholm/psr7/compare/1.5.1...1.6.0">https://github.com/Nyholm/psr7/compare/1.5.1...1.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Nyholm/psr7/blob/master/CHANGELOG.md">nyholm/psr7's
changelog</a>.</em></p>
<blockquote>
<h2>1.6.1</h2>
<ul>
<li>Security fix: CVE-2023-29197</li>
</ul>
<h2>1.6.0</h2>
<h3>Changed</h3>
<ul>
<li>Seek to the begining of the string when using Stream::create()</li>
<li>Populate ServerRequest::getQueryParams() on instantiation</li>
<li>Encode <a
href="https://www.rfc-editor.org/rfc/rfc3986#appendix-A">reserved
characters</a> in userinfo in Uri</li>
<li>Normalize leading slashes for Uri::getPath()</li>
<li>Make Stream's constructor public</li>
<li>Add some missing type checks on arguments</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Nyholm/psr7/commit/e874c8c4286a1e010fb4f385f3a55ac56a05cc93"><code>e874c8c</code></a>
Added changelog (<a
href="https://redirect.github.com/Nyholm/psr7/issues/236">#236</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/1029a2671cbdd3e075a21952082c2be7c8018426"><code>1029a26</code></a>
Merge pull request from GHSA-wjfc-pgfp-pv9c</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/52887ca631ea10155313b9a5e14591bffdbd8f94"><code>52887ca</code></a>
[CS] native_function_invocation (<a
href="https://redirect.github.com/Nyholm/psr7/issues/235">#235</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/8793ff541883c2f944d51a531d8eff6521ddae7e"><code>8793ff5</code></a>
[CI] Remove badge for Travis (<a
href="https://redirect.github.com/Nyholm/psr7/issues/233">#233</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/1cb99829352428036ed3f4a06cb63020bf723a1c"><code>1cb9982</code></a>
[CI] Just some code style changes (<a
href="https://redirect.github.com/Nyholm/psr7/issues/232">#232</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/be5f75a97b5a911cde547d9eb0a5e1bff5cf6dea"><code>be5f75a</code></a>
Remove scutinizer (<a
href="https://redirect.github.com/Nyholm/psr7/issues/231">#231</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/bf4aebd170fadf5fd808c70b90535de327e81a50"><code>bf4aebd</code></a>
Release 1.6.0 (<a
href="https://redirect.github.com/Nyholm/psr7/issues/218">#218</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/c3c62f4071b0ce66eb8e84e97067b13bce32fc57"><code>c3c62f4</code></a>
Added some more tests (<a
href="https://redirect.github.com/Nyholm/psr7/issues/228">#228</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/c06c9e0f03ca36a2c4e1823c34a8937eec90ed11"><code>c06c9e0</code></a>
Revert removals of <code>@Final</code> annotations (<a
href="https://redirect.github.com/Nyholm/psr7/issues/225">#225</a>)</li>
<li><a
href="https://github.com/Nyholm/psr7/commit/72535f5d31c0b1258a4550a89dcb6059fd0d7d3a"><code>72535f5</code></a>
refactor(phpunit): make data providers static (<a
href="https://redirect.github.com/Nyholm/psr7/issues/224">#224</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Nyholm/psr7/compare/1.5.1...1.6.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nyholm/psr7&package-manager=composer&previous-version=1.5.1&new-version=1.6.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
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/cash-track/api/network/alerts).

</details>
  • Loading branch information
vokomarov authored Apr 21, 2023
2 parents 48a18da + c388c4f commit 82ffe59
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 82ffe59

Please sign in to comment.