chore(deps): bump httparty from 0.21.0 to 0.24.0 (#13199)
Bumps [httparty](https://github.com/jnunemaker/httparty) from 0.21.0 to 0.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jnunemaker/httparty/releases">httparty's releases</a>.</em></p> <blockquote> <h2>v0.24.0</h2> <h2>What's Changed</h2> <ul> <li>Force binary encoding throughout by <a href="https://github.com/jnunemaker"><code>@jnunemaker</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/823">jnunemaker/httparty#823</a></li> <li>set Content-Type for Hash body in requests by <a href="https://github.com/jnunemaker"><code>@jnunemaker</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/828">jnunemaker/httparty#828</a></li> <li>feat: stream multipart file uploads to reduce memory usage by <a href="https://github.com/jnunemaker"><code>@jnunemaker</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/829">jnunemaker/httparty#829</a></li> <li>fix: prevent SSRF via absolute URL bypassing base_uri by <a href="https://github.com/jnunemaker"><code>@jnunemaker</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/830">jnunemaker/httparty#830</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jnunemaker/httparty/compare/v0.23.2...v0.24.0">https://github.com/jnunemaker/httparty/compare/v0.23.2...v0.24.0</a></p> <h2>0.23.2</h2> <h2>What's Changed</h2> <ul> <li>Add changelog_uri metadata to gemspec by <a href="https://github.com/baraidrissa"><code>@baraidrissa</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/817">jnunemaker/httparty#817</a></li> <li>Fix multipart with files in binary mode and fields including non-ASCII characters by <a href="https://github.com/rdimartino"><code>@rdimartino</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/822">jnunemaker/httparty#822</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/baraidrissa"><code>@baraidrissa</code></a> made their first contribution in <a href="https://redirect.github.com/jnunemaker/httparty/pull/817">jnunemaker/httparty#817</a></li> <li><a href="https://github.com/rdimartino"><code>@rdimartino</code></a> made their first contribution in <a href="https://redirect.github.com/jnunemaker/httparty/pull/822">jnunemaker/httparty#822</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jnunemaker/httparty/compare/v0.23.1...v0.23.2">https://github.com/jnunemaker/httparty/compare/v0.23.1...v0.23.2</a></p> <h2>v0.23.1</h2> <ul> <li>Add foul option to class level <a href="d2683879c9</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jnunemaker/httparty/compare/v0.23.0...v0.23.1">https://github.com/jnunemaker/httparty/compare/v0.23.0...v0.23.1</a></p> <h2>v0.23.0</h2> <h2>What's Changed</h2> <ul> <li>new: foul mode to rescue all common network errors: <a href="891a4a8093/examples/party_foul_mode.rb</a></li> <li>docs: replace master branch to main for better view by <a href="https://github.com/bestony"><code>@bestony</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/803">jnunemaker/httparty#803</a></li> <li>Update README.md by <a href="https://github.com/tradesmanhelix"><code>@tradesmanhelix</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/811">jnunemaker/httparty#811</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ashishra0"><code>@ashishra0</code></a> made their first contribution with foul mode</li> <li><a href="https://github.com/bestony"><code>@bestony</code></a> made their first contribution in <a href="https://redirect.github.com/jnunemaker/httparty/pull/803">jnunemaker/httparty#803</a></li> <li><a href="https://github.com/tradesmanhelix"><code>@tradesmanhelix</code></a> made their first contribution in <a href="https://redirect.github.com/jnunemaker/httparty/pull/811">jnunemaker/httparty#811</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.23.0">https://github.com/jnunemaker/httparty/compare/v0.22.0...v0.23.0</a></p> <h2>v0.22.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typo in example name by <a href="https://github.com/xymbol"><code>@xymbol</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/780">jnunemaker/httparty#780</a></li> <li>Extract request building method by <a href="https://github.com/aliismayilov"><code>@aliismayilov</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/786">jnunemaker/httparty#786</a></li> <li>CI: Tell dependabot to update GH Actions by <a href="https://github.com/olleolleolle"><code>@olleolleolle</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/791">jnunemaker/httparty#791</a></li> <li>Add CSV gem as a dependency for Ruby 3.4 by <a href="https://github.com/ngan"><code>@ngan</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/796">jnunemaker/httparty#796</a></li> <li>Clear body when redirecting to a GET by <a href="https://github.com/rhett-inbox"><code>@rhett-inbox</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/783">jnunemaker/httparty#783</a></li> <li>CI against Ruby 3.3 by <a href="https://github.com/y-yagi"><code>@y-yagi</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/798">jnunemaker/httparty#798</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/jnunemaker/httparty/pull/792">jnunemaker/httparty#792</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jnunemaker/httparty/blob/main/Changelog.md">httparty's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable <a href="https://github.com/jnunemaker/httparty/releases">changes since 0.22 are documented in GitHub Releases</a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="55ec76e8d1"><code>55ec76e</code></a> Release 0.24.0</li> <li><a href="ddfbc8ddfc"><code>ddfbc8d</code></a> Merge pull request <a href="https://redirect.github.com/jnunemaker/httparty/issues/830">#830</a> from jnunemaker/fix-ssrf-base-uri-bypass</li> <li><a href="0529bcd630"><code>0529bcd</code></a> fix: prevent SSRF via absolute URL bypassing base_uri (GHSA-hm5p-x4rq-38w4)</li> <li><a href="05f38fd35d"><code>05f38fd</code></a> Merge pull request <a href="https://redirect.github.com/jnunemaker/httparty/issues/829">#829</a> from jnunemaker/memory</li> <li><a href="8901c238c0"><code>8901c23</code></a> feat: stream multipart file uploads to reduce memory usage</li> <li><a href="091bd6aa90"><code>091bd6a</code></a> Merge pull request <a href="https://redirect.github.com/jnunemaker/httparty/issues/828">#828</a> from jnunemaker/issue-826</li> <li><a href="59c0ac5f3d"><code>59c0ac5</code></a> feat: set Content-Type for Hash body in requests</li> <li><a href="5c8b45e629"><code>5c8b45e</code></a> Merge pull request <a href="https://redirect.github.com/jnunemaker/httparty/issues/823">#823</a> from jnunemaker/mixed-encodings</li> <li><a href="6419cb307d"><code>6419cb3</code></a> Force binary encoding throughout</li> <li><a href="c74571f792"><code>c74571f</code></a> Release 0.23.2</li> <li>Additional commits viewable in <a href="https://github.com/jnunemaker/httparty/compare/v0.21.0...v0.24.0">compare view</a></li> </ul> </details> <br /> [](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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/chatwoot/chatwoot/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
@@ -441,7 +441,8 @@ GEM
|
||||
http-cookie (1.0.5)
|
||||
domain_name (~> 0.5)
|
||||
http-form_data (2.3.0)
|
||||
httparty (0.21.0)
|
||||
httparty (0.24.0)
|
||||
csv
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
httpclient (2.8.3)
|
||||
@@ -555,7 +556,8 @@ GEM
|
||||
ruby2_keywords
|
||||
msgpack (1.8.0)
|
||||
multi_json (1.15.0)
|
||||
multi_xml (0.6.0)
|
||||
multi_xml (0.8.0)
|
||||
bigdecimal (>= 3.1, < 5)
|
||||
multipart-post (2.3.0)
|
||||
mutex_m (0.3.0)
|
||||
neighbor (0.2.3)
|
||||
|
||||
Reference in New Issue
Block a user