Skip to content

Commit 16d5425

Browse files
chore(deps): bump faraday from 1.10.5 to 1.10.6 (#958)
Bumps [faraday](https://github.com/lostisland/faraday) from 1.10.5 to 1.10.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lostisland/faraday/releases">faraday's releases</a>.</em></p> <blockquote> <h2>v1.10.6</h2> <h2>What's Changed</h2> <ul> <li>See if tests pass against Ruby 3.3 by <a href="https://github.com/jturel"><code>@​jturel</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1677">lostisland/faraday#1677</a></li> <li>Backport GHSA-98m9-hrrm-r99r fix to 1.x: add param_depth_limit to NestedParamsEncoder by <a href="https://github.com/iMacTia"><code>@​iMacTia</code></a> with <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/lostisland/faraday/pull/1681">lostisland/faraday#1681</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jturel"><code>@​jturel</code></a> made their first contribution in <a href="https://redirect.github.com/lostisland/faraday/pull/1677">lostisland/faraday#1677</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/lostisland/faraday/compare/v1.10.5...v1.10.6">https://github.com/lostisland/faraday/compare/v1.10.5...v1.10.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lostisland/faraday/commit/3194de5434368b2d6379be22635b395807c4d2d8"><code>3194de5</code></a> v1.10.6</li> <li><a href="https://github.com/lostisland/faraday/commit/dd10c0d8a53ba2eeb6613b45bf05509c1088059c"><code>dd10c0d</code></a> Backport GHSA-98m9-hrrm-r99r fix to 1.x: add param_depth_limit to NestedParam...</li> <li><a href="https://github.com/lostisland/faraday/commit/623080715673efa3c480588986c92dd02a5836c9"><code>6230807</code></a> See if tests pass against Ruby 3.3 (<a href="https://redirect.github.com/lostisland/faraday/issues/1677">#1677</a>)</li> <li>See full diff in <a href="https://github.com/lostisland/faraday/compare/v1.10.5...v1.10.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=faraday&package-manager=bundler&previous-version=1.10.5&new-version=1.10.6)](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 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/RevenueCat/purchases-js/network/alerts). </details> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Patch-level lockfile-only dependency bump for Ruby CI/release tooling; main behavioral change is stricter nested param encoding in HTTP clients. > > **Overview** > Bumps the locked **`faraday`** gem from **1.10.5** to **1.10.6** in `Gemfile.lock` only (no `Gemfile` change). That version pulls in a backported fix for **GHSA-98m9-hrrm-r99r** by adding **`param_depth_limit`** to `NestedParamsEncoder`, which caps how deeply nested request params can be encoded. > > **Faraday** is a transitive dependency of Ruby tooling in this repo (**fastlane**, **danger**, **octokit**, Google API clients, etc.), not the purchases-js runtime. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit eba21f5. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63a7598 commit 16d5425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
drb (2.2.3)
8989
emoji_regex (3.2.3)
9090
excon (0.112.0)
91-
faraday (1.10.5)
91+
faraday (1.10.6)
9292
faraday-em_http (~> 1.0)
9393
faraday-em_synchrony (~> 1.0)
9494
faraday-excon (~> 1.1)

0 commit comments

Comments
 (0)