[PR #30] [CLOSED] Bump RestSharp from 106.11.7 to 106.12.0 in /Power/Service #29

Closed
opened 2026-01-14 09:59:32 -05:00 by ckaczor · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ckaczor/HomeMonitor/pull/30
Author: @dependabot[bot]
Created: 8/18/2022
Status: Closed

Base: masterHead: dependabot/nuget/Power/Service/RestSharp-106.12.0


📝 Commits (1)

  • 469a764 Bump RestSharp from 106.11.7 to 106.12.0 in /Power/Service

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Power/Service/Service.csproj (+1 -1)

📄 Description

Bumps RestSharp from 106.11.7 to 106.12.0.

Release notes

Sourced from RestSharp's releases.

106.12.0

  • Fixes CVE-2021-27293: Fix NewDateRegex #1556

What's Changed

New Contributors

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ckaczor/HomeMonitor/pull/30 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/18/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/nuget/Power/Service/RestSharp-106.12.0` --- ### 📝 Commits (1) - [`469a764`](https://github.com/ckaczor/HomeMonitor/commit/469a764a51b51fef21437501ae16c2429808a494) Bump RestSharp from 106.11.7 to 106.12.0 in /Power/Service ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Power/Service/Service.csproj` (+1 -1) </details> ### 📄 Description Bumps [RestSharp](https://github.com/restsharp/RestSharp) from 106.11.7 to 106.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/restsharp/RestSharp/releases">RestSharp's releases</a>.</em></p> <blockquote> <h2>106.12.0</h2> <ul> <li>Fixes CVE-2021-27293: Fix NewDateRegex <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1556">#1556</a></li> </ul> <h2>What's Changed</h2> <ul> <li>fix <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1480">#1480</a> - ToCamelCase broken for a single word with multiple upperc… by <a href="https://github.com/moderndev"><code>@​moderndev</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1513">restsharp/RestSharp#1513</a></li> <li>fix: throw error if ThrowOnAnyError flag is true by <a href="https://github.com/FrediKats"><code>@​FrediKats</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1515">restsharp/RestSharp#1515</a></li> <li>Fix broken link by <a href="https://github.com/ynden"><code>@​ynden</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1528">restsharp/RestSharp#1528</a></li> <li>Changed tha to who by <a href="https://github.com/devamitk"><code>@​devamitk</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1537">restsharp/RestSharp#1537</a></li> <li>Fix typo by <a href="https://github.com/ynden"><code>@​ynden</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1539">restsharp/RestSharp#1539</a></li> <li>fix memory leak <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1506">#1506</a> by <a href="https://github.com/mhornbacher"><code>@​mhornbacher</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1543">restsharp/RestSharp#1543</a></li> <li>mark ErrorException as nullable to match interface by <a href="https://github.com/mhornbacher"><code>@​mhornbacher</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1548">restsharp/RestSharp#1548</a></li> <li>Fix NewDateRegex in StringExtensions <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1556">#1556</a> by <a href="https://github.com/b-c-ds"><code>@​b-c-ds</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1557">restsharp/RestSharp#1557</a></li> <li>Implement DevSecOps through GitHub's Dependabot and CodeQL by <a href="https://github.com/aleks-ivanov"><code>@​aleks-ivanov</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1563">restsharp/RestSharp#1563</a></li> <li>Update getting-started.md by <a href="https://github.com/asymmetricblue"><code>@​asymmetricblue</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1570">restsharp/RestSharp#1570</a></li> <li>Update parameters.md by <a href="https://github.com/propenster"><code>@​propenster</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1571">restsharp/RestSharp#1571</a></li> <li>Bump actions/setup-dotnet from v1 to v1.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1579">restsharp/RestSharp#1579</a></li> <li>Update actions/checkout requirement to v2.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1580">restsharp/RestSharp#1580</a></li> <li>Important change in Docs in Utf8Json by <a href="https://github.com/ShardulTiurwadkar"><code>@​ShardulTiurwadkar</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1600">restsharp/RestSharp#1600</a></li> <li>Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0 to 1.0.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1588">restsharp/RestSharp#1588</a></li> <li>Bump BenchmarkDotNet from 0.12.1 to 0.13.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1590">restsharp/RestSharp#1590</a></li> <li>Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1591">restsharp/RestSharp#1591</a></li> <li>Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1595">restsharp/RestSharp#1595</a></li> <li>Bump actions/setup-dotnet from 1.8.0 to 1.8.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1602">restsharp/RestSharp#1602</a></li> <li>Let us use C# 9 by <a href="https://github.com/alexeyzimarev"><code>@​alexeyzimarev</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1609">restsharp/RestSharp#1609</a></li> <li>Double uppercase issue by <a href="https://github.com/shipsaw"><code>@​shipsaw</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1601">restsharp/RestSharp#1601</a></li> <li>JsonSerializer does not respect Culture when deserializing primitive types by <a href="https://github.com/Georgiks"><code>@​Georgiks</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1606">restsharp/RestSharp#1606</a></li> <li>Resolves: Add GitHub Codespaces configuration by <a href="https://github.com/aleks-ivanov"><code>@​aleks-ivanov</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1599">restsharp/RestSharp#1599</a></li> <li>Implement &quot;AddOrUpdateHeader(s)&quot; methods by <a href="https://github.com/Lramelot"><code>@​Lramelot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1576">restsharp/RestSharp#1576</a></li> <li>OAuth1: Allow empty customer secrets, according to the specifications. by <a href="https://github.com/JamesMenetrey"><code>@​JamesMenetrey</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1596">restsharp/RestSharp#1596</a></li> <li>Bump prismjs from 1.23.0 to 1.24.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1612">restsharp/RestSharp#1612</a></li> <li>Bump dns-packet from 1.3.1 to 1.3.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1610">restsharp/RestSharp#1610</a></li> <li>Bump postcss from 7.0.35 to 7.0.36 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1611">restsharp/RestSharp#1611</a></li> <li>Bump ws from 6.2.1 to 6.2.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1613">restsharp/RestSharp#1613</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/moderndev"><code>@​moderndev</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1513">restsharp/RestSharp#1513</a></li> <li><a href="https://github.com/FrediKats"><code>@​FrediKats</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1515">restsharp/RestSharp#1515</a></li> <li><a href="https://github.com/ynden"><code>@​ynden</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1528">restsharp/RestSharp#1528</a></li> <li><a href="https://github.com/devamitk"><code>@​devamitk</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1537">restsharp/RestSharp#1537</a></li> <li><a href="https://github.com/mhornbacher"><code>@​mhornbacher</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1543">restsharp/RestSharp#1543</a></li> <li><a href="https://github.com/b-c-ds"><code>@​b-c-ds</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1557">restsharp/RestSharp#1557</a></li> <li><a href="https://github.com/aleks-ivanov"><code>@​aleks-ivanov</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1563">restsharp/RestSharp#1563</a></li> <li><a href="https://github.com/asymmetricblue"><code>@​asymmetricblue</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1570">restsharp/RestSharp#1570</a></li> <li><a href="https://github.com/propenster"><code>@​propenster</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1571">restsharp/RestSharp#1571</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1579">restsharp/RestSharp#1579</a></li> <li><a href="https://github.com/ShardulTiurwadkar"><code>@​ShardulTiurwadkar</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1600">restsharp/RestSharp#1600</a></li> <li><a href="https://github.com/shipsaw"><code>@​shipsaw</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1601">restsharp/RestSharp#1601</a></li> <li><a href="https://github.com/Georgiks"><code>@​Georgiks</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1606">restsharp/RestSharp#1606</a></li> <li><a href="https://github.com/Lramelot"><code>@​Lramelot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1576">restsharp/RestSharp#1576</a></li> <li><a href="https://github.com/JamesMenetrey"><code>@​JamesMenetrey</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/restsharp/RestSharp/pull/1596">restsharp/RestSharp#1596</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/restsharp/RestSharp/commit/d9aaf8e1790c7a8f3a3363bb259cbdeea24982f9"><code>d9aaf8e</code></a> Unshallow</li> <li><a href="https://github.com/restsharp/RestSharp/commit/25dba854c666b4beb4b2d3b305c07f3d1e293303"><code>25dba85</code></a> Address dependabot issues</li> <li><a href="https://github.com/restsharp/RestSharp/commit/0dc8f91feec473d45b0691ec6ba9426d4d9d6025"><code>0dc8f91</code></a> Bump ws from 6.2.1 to 6.2.2 (<a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1613">#1613</a>)</li> <li><a href="https://github.com/restsharp/RestSharp/commit/4ec760810e732583ee4b422c366d3793329c20bd"><code>4ec7608</code></a> Bump postcss from 7.0.35 to 7.0.36 (<a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1611">#1611</a>)</li> <li><a href="https://github.com/restsharp/RestSharp/commit/707305ff27b20d83cf9bc3735f68c4daac511f86"><code>707305f</code></a> Bump dns-packet from 1.3.1 to 1.3.4 (<a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1610">#1610</a>)</li> <li><a href="https://github.com/restsharp/RestSharp/commit/96502fe9dcfdac54ecb9e5d64d2a78be8b000414"><code>96502fe</code></a> Bump prismjs from 1.23.0 to 1.24.1 (<a href="https://github-redirect.dependabot.com/restsharp/RestSharp/issues/1612">#1612</a>)</li> <li><a href="https://github.com/restsharp/RestSharp/commit/659e609363183781c844ad62ff88cf5b6ab7e268"><code>659e609</code></a> Unshallow</li> <li><a href="https://github.com/restsharp/RestSharp/commit/84a3784ff3cb29b90a47ceb2594908898039ad4d"><code>84a3784</code></a> Do it, do it</li> <li><a href="https://github.com/restsharp/RestSharp/commit/f77637a9400a191e4d900d570c34a222f0273285"><code>f77637a</code></a> Unshallow, wrong version gets published</li> <li><a href="https://github.com/restsharp/RestSharp/commit/94e578a246e204ef5a44bc4bb8278198c79ae1b5"><code>94e578a</code></a> Enable using URL segment parameters without encoding</li> <li>Additional commits viewable in <a href="https://github.com/restsharp/RestSharp/compare/106.11.7...106.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=RestSharp&package-manager=nuget&previous-version=106.11.7&new-version=106.12.0)](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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ckaczor/HomeMonitor/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
ckaczor added the pull-request label 2026-01-14 09:59:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ckaczor/HomeMonitor#29