Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group across 1 directory with 16 updates #221

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the all-dependencies group with 16 updates in the / directory:

Package From To
GraphQL 7.9.0 8.1.0
GraphQL.MicrosoftDI 7.8.0 8.1.0
GraphQL 7.9.0 8.1.0
Jint 4.0.2 4.0.3
Azure.Storage.Blobs 12.22.0 12.22.1
System.Drawing.Common 4.7.2 8.0.8
MailKit 4.7.1.1 4.8.0
MimeKit 4.7.1 4.8.0
AWSSDK.S3 3.7.403.1 3.7.403.5
Azure.Identity 1.12.0 1.12.1
Microsoft.Identity.Web 3.1.0 3.2.0
System.Drawing.Common 4.7.2 5.0.0
System.Formats.Asn1 8.0.1 9.0.0-rc.1.24431.7
Microsoft.IdentityModel.Protocols.OpenIdConnect 8.0.2 8.1.0
Microsoft.AspNetCore.Authentication.OpenIdConnect 8.0.8 9.0.0-rc.1.24452.1
NLog.Web.AspNetCore 5.3.13 5.3.14
libphonenumber-csharp 8.13.45 8.13.46
xunit 2.9.1 2.9.2

Updates GraphQL from 7.9.0 to 8.1.0

Release notes

Sourced from GraphQL's releases.

8.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.2...8.1.0

8.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.1...8.0.2

8.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.0...8.0.1

8.0.0

What's Changed

... (truncated)

Commits
  • 9609f83 Bug fix for issue 4064: object cannot be coerced to a list of objects (#4065)
  • 42c2261 Add DefaultAstValueAttribute to set default values of complex objects in type...
  • f0fb375 Add Parser, Validator and ValidateArguments attribute analyzers (#4057)
  • 91b3708 Verify sample code provided in issue 4060 (#4062)
  • 0a37c8e Deprecated arguments are returned when feature is disabled (#4061)
  • e2e15b2 Rename default method names for Parser and Validator attributes (#4056)
  • 841e422 Allow private methods in Parser/Validator/ValidateArguments attributes (#4055)
  • 36db79b Add attributes for Parser, Validator and ValidateArguments (#4052)
  • b6593a5 Obsolete validation rule constructors (#4051)
  • 7340df9 Add validation for field arguments (#4047)
  • Additional commits viewable in compare view

Updates GraphQL.MicrosoftDI from 7.8.0 to 8.1.0

Release notes

Sourced from GraphQL.MicrosoftDI's releases.

8.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.2...8.1.0

8.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.1...8.0.2

8.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.0...8.0.1

8.0.0

What's Changed

... (truncated)

Commits
  • 9609f83 Bug fix for issue 4064: object cannot be coerced to a list of objects (#4065)
  • 42c2261 Add DefaultAstValueAttribute to set default values of complex objects in type...
  • f0fb375 Add Parser, Validator and ValidateArguments attribute analyzers (#4057)
  • 91b3708 Verify sample code provided in issue 4060 (#4062)
  • 0a37c8e Deprecated arguments are returned when feature is disabled (#4061)
  • e2e15b2 Rename default method names for Parser and Validator attributes (#4056)
  • 841e422 Allow private methods in Parser/Validator/ValidateArguments attributes (#4055)
  • 36db79b Add attributes for Parser, Validator and ValidateArguments (#4052)
  • b6593a5 Obsolete validation rule constructors (#4051)
  • 7340df9 Add validation for field arguments (#4047)
  • Additional commits viewable in compare view

Updates GraphQL from 7.9.0 to 8.1.0

Release notes

Sourced from GraphQL's releases.

8.1.0

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.2...8.1.0

8.0.2

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.1...8.0.2

8.0.1

What's Changed

Full Changelog: graphql-dotnet/graphql-dotnet@8.0.0...8.0.1

8.0.0

What's Changed

... (truncated)

Commits
  • 9609f83 Bug fix for issue 4064: object cannot be coerced to a list of objects (#4065)
  • 42c2261 Add DefaultAstValueAttribute to set default values of complex objects in type...
  • f0fb375 Add Parser, Validator and ValidateArguments attribute analyzers (#4057)
  • 91b3708 Verify sample code provided in issue 4060 (#4062)
  • 0a37c8e Deprecated arguments are returned when feature is disabled (#4061)
  • e2e15b2 Rename default method names for Parser and Validator attributes (#4056)
  • 841e422 Allow private methods in Parser/Validator/ValidateArguments attributes (#4055)
  • 36db79b Add attributes for Parser, Validator and ValidateArguments (#4052)
  • b6593a5 Obsolete validation rule constructors (#4051)
  • 7340df9 Add validation for field arguments (#4047)
  • Additional commits viewable in compare view

Updates Jint from 4.0.2 to 4.0.3

Release notes

Sourced from Jint's releases.

v4.0.3

What's Changed

New Contributors

Full Changelog: sebastienros/jint@v4.0.2...v4.0.3

Commits
  • e67e58a Improve interop finding of properties in derived types (#1969)
  • 6b2d622 Implement Math.sumPrecise (#1966)
  • d20f91a Bump the all-dependencies group with 4 updates (#1965)
  • 332c8f5 Remove some unnecessary excludes from Test262Harness.settings.json (#1964)
  • ca8a653 Prefer CLR type's shadowing property over base's hidden (#1963)
  • 3c4af55 Bump the all-dependencies group with 2 updates (#1960)
  • 7f72d48 Update test262 test suite and fix issues (#1958)
  • 56bd3d4 Bump the all-dependencies group with 2 updates (#1957)
  • See full diff in compare view

Updates Azure.Storage.Blobs from 12.22.0 to 12.22.1

Release notes

Sourced from Azure.Storage.Blobs's releases.

Azure.Storage.Blobs_12.22.1

12.22.1 (2024-09-25)

Other Changes

  • Integrated decryption for CSE v2.1
Commits
  • 45b6f68 Increment package version after release of Azure.ResourceManager.Resources (#...
  • 1332636 [Storage] CSE v2.1 Prepare for Release 2024-09-25 (#46275)
  • 9ca7740 Increment package version after release of Azure.ResourceManager.ElasticSan (...
  • d2f627c Increment package version after release of Azure.ResourceManager.Elastic (#46...
  • a4b8f62 Increment package version after release of Azure.ResourceManager.RedisEnterpr...
  • d06e0c1 Remove stray asterisks from Azure OpenAI README heading (#46274)
  • 1be6a1b Update AutoRest C# version to 3.0.0-beta.20240925.3 (#46273)
  • 973eafc Update Generator Version 3.0.0-beta.20240924.3 (#46253)
  • 64cec6c Enable-WriteCore-feature-for-resourceconnector (#46250)
  • d154983 Enable-WriteCore-feature-for-resourcegraph (#46251)
  • Additional commits viewable in compare view

Updates System.Drawing.Common from 4.7.2 to 8.0.8

Release notes

Sourced from System.Drawing.Common's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

... (truncated)

Commits

Updates MailKit from 4.7.1.1 to 4.8.0

Changelog

Sourced from MailKit's changelog.

MailKit 4.8.0 (2024-09-29)

  • Added a UniqueIdRange.SortOrder property.
  • Updated the protocol log help link for ProtocolExceptions. (issue #1800)
  • Fix SmtpClient.Dispose() when telemetry is configured. (issue #1816)
  • Added ProxyClient.SystemProxy as a convenience property that wraps the default system proxy (aka HttpClient.DefaultProxy) on net6.0+.

MailKit 4.7.1 (2024-07-12)

  • Fixed ImapClient and Pop3Client.Connect/Async() when OTEL is enabled. (issue #1765)
  • Bumped MimeKit dependency to 4.7.1 to fix a denial of service security issue in the System.Formats.Asn1 dependency.

MailKit 4.7.0 (2024-06-29)

  • Added Activity/Metrics for Imap/Pop3/SmtpClient. (issue #1499)
  • Bumped MimeKit dependency to 4.7.0.

MailKit 4.6.0 (2024-05-17)

  • Swallow SMTP RSET exceptions. These obscure other Send/SendAsync exceptions. Fixes a regression introduced in 4.4.0. (issue #1748)
  • Fixed ImapUtils.FormatInternalDate() to properly handle negative timezone offsets with non-zero minutes. (issue #1743)
  • Bumped MimeKit dependency to 4.6.0.

MailKit 4.5.0 (2024-04-13)

  • Added a new SmtpClient.RequireTLS property to fix sending mail via Strato.de. (issue #1737)
  • Fixed SmtpClient to track the most recent response from the SMTP server in order to include it in SmtpProtocolExceptions caused by unexpected server disconnects to provide more context. (issue #1744)
  • Bumped MimeKit dependency to 4.5.0.

MailKit 4.4.0 (2024-03-02)

  • Added net8.0 targets
  • Split more sync/async logic to reduce allocations made by async state machines when calling the synchronous public APIs instead of the async APIs. (issue #1335)
  • Fixed logic for formatting IMAP FETCH HEADER.FIELDS.NOT corner case that was exposed by newly added unit tests.
  • Fixed SmtpClient to disconnect during Authenticate/Async on socket errors.
  • Fixed SmtpClient's re-EHLO logic to disconnect on errors.

... (truncated)

Commits
  • 8fd2a69 Bumped version to 4.8.0
  • c5ee1a3 Added ProxyClient.SystemProxy
  • 09851bd Fixed ProxyClient.Connect/Async docs for host & port parameters
  • e3790d9 Updated GMail SSL certificates
  • a9214bb Explicitly depend on System.Runtime.CompilerServices.Unsafe 6.0.0
  • 41ea9de Bump NUnit.ConsoleRunner from 3.18.1 to 3.18.2 (#1818)
  • 6887154 Updated SSL certificates
  • 7e6c440 Update main.yml
  • 0fb7ad9 Fix SmtpClient.Dispose() when telemetry is configured
  • 00a6dc2 Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 (#1813)
  • Additional commits viewable in compare view

Updates MimeKit from 4.7.1 to 4.8.0

Changelog

Sourced from MimeKit's changelog.

MimeKit 4.8.0 (2024-09-29)

  • Added TypeConverters for InternetAddress and InternetAddressList.
Commits

Updates AWSSDK.S3 from 3.7.403.1 to 3.7.403.5

Commits

Updates Azure.Identity from 1.12.0 to 1.12.1

Release notes

Sourced from Azure.Identity's releases.

Azure.Identity_1.12.1

1.12.1 (2024-09-26)

Bugs Fixed

  • Updated to version 4.65.0 of Microsoft.Identity.Client to address a bug preventing the use of alternate authority types such as dStS (4927) .
Commits

Updates Microsoft.Identity.Web from 3.1.0 to 3.2.0

Release notes

Sourced from Microsoft.Identity.Web's releases.

3.2.0

  • Updated to Microsoft.Identity.Abstractions 7.1.0
  • Updated to Microsoft.IdentityModel.* 8.1.0
  • Updated to Microsoft.Identity.Client 4.64.1  

New features

  • In .NET 8 and above, IDownstreamApi overloads take a JsonTypeInfo<T> parameter to enable source generated JSON deserialization. See issue #2930 for details.

Bug fixes:

  • Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See #3002 for details.
  • Improved error messages for FIC. See issue #3000 for details.

Fundamentals:

  • Improved test coverage for GetCacheKey. See PR #3020 for details.
  • Update to .NET 9-RC1. See issue #3025 for details.
  • Fix static analysis warnings. See PR #3024 for details.
Changelog

Sourced from Microsoft.Identity.Web's changelog.

3.2.0

  • Updated to Microsoft.Identity.Abstractions 7.1.0
  • Updated to Microsoft.IdentityModel.* 8.1.0
  • Updated to Microsoft.Identity.Client 4.64.1  

New features

  • In .NET 8 and above, IDownstreamApi overloads take a JsonTypeInfo<T> parameter to enable source generated JSON deserialization. See issue #2930 for details.

Bug fixes:

  • Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See #3002 for details.
  • Improved error messages for FIC. See issue #3000 for details.

Fundamentals:

  • Improved test coverage for GetCacheKey. See PR #3020 for details.
  • Update to .NET 9-RC1. See issue #3025 for details.
  • Fix static analysis warnings. See PR #3024 for details.
Commits

Updates System.Drawing.Common from 4.7.2 to 5.0.0

Release notes

Sourced from System.Drawing.Common's releases.

.NET 8.0.4

Release

.NET 8.0.3

Release

.NET 8.0.2

Release

.NET 8.0.1

Release

.NET 8.0.0

Release

.NET 8.0 RC 2

Release

.NET 8.0 RC 1

Release

.NET 8.0 Preview 7

Release

.NET 8.0 Preview 6

Release

.NET 8.0 Preview 5

https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5

.NET 8.0 Preview 4

Release

.NET 8.0 Preview 3

Release

.NET 8.0 Preview 2

Release

.NET 8.0 Preview 1

Release

.NET 7.0.18

Release

.NET 7.0.17

Release

.NET 7.0.16

Release

... (truncated)

Commits

Updates System.Formats.Asn1 from 8.0.1 to 9.0.0-rc.1.24431.7

Release notes

Sourced from System.Formats.Asn1's releases.

.NET 9.0 RC 1

Release

.NET 9.0 Preview 7

Release

.NET 9.0 Preview 6

Release

.NET 9.0 Preview 5

Release

.NET 9.0 Preview 4

Release

.NET 9.0 Preview 3

Release

.NET 9.0 Preview 2

[Release[(https://github.com/dotnet/core/releases/tag/v9.0.0-preview.2)

.NET 9 Preview 1

Release

.NET 8.0.8

Release

.NET 8.0.7

Release

.NET 8.0.6

Release

.NET 8.0.5

Release

What's Changed

Bumps the all-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) | `7.9.0` | `8.1.0` |
| [GraphQL.MicrosoftDI](https://github.com/graphql-dotnet/graphql-dotnet) | `7.8.0` | `8.1.0` |
| [GraphQL](https://github.com/graphql-dotnet/graphql-dotnet) | `7.9.0` | `8.1.0` |
| [Jint](https://github.com/sebastienros/jint) | `4.0.2` | `4.0.3` |
| [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) | `12.22.0` | `12.22.1` |
| [System.Drawing.Common](https://github.com/dotnet/winforms) | `4.7.2` | `8.0.8` |
| [MailKit](https://github.com/jstedfast/MailKit) | `4.7.1.1` | `4.8.0` |
| [MimeKit](https://github.com/jstedfast/MimeKit) | `4.7.1` | `4.8.0` |
| [AWSSDK.S3](https://github.com/aws/aws-sdk-net) | `3.7.403.1` | `3.7.403.5` |
| [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) | `1.12.0` | `1.12.1` |
| [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) | `3.1.0` | `3.2.0` |
| [System.Drawing.Common](https://github.com/dotnet/winforms) | `4.7.2` | `5.0.0` |
| [System.Formats.Asn1](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0-rc.1.24431.7` |
| [Microsoft.IdentityModel.Protocols.OpenIdConnect](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `8.0.2` | `8.1.0` |
| [Microsoft.AspNetCore.Authentication.OpenIdConnect](https://github.com/dotnet/aspnetcore) | `8.0.8` | `9.0.0-rc.1.24452.1` |
| [NLog.Web.AspNetCore](https://github.com/NLog/NLog.Web) | `5.3.13` | `5.3.14` |
| [libphonenumber-csharp](https://github.com/twcclegg/libphonenumber-csharp) | `8.13.45` | `8.13.46` |
| [xunit](https://github.com/xunit/xunit) | `2.9.1` | `2.9.2` |



Updates `GraphQL` from 7.9.0 to 8.1.0
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@7.9.0...8.1.0)

Updates `GraphQL.MicrosoftDI` from 7.8.0 to 8.1.0
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@7.8.0...8.1.0)

Updates `GraphQL` from 7.9.0 to 8.1.0
- [Release notes](https://github.com/graphql-dotnet/graphql-dotnet/releases)
- [Commits](graphql-dotnet/graphql-dotnet@7.9.0...8.1.0)

Updates `Jint` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/sebastienros/jint/releases)
- [Commits](sebastienros/jint@v4.0.2...v4.0.3)

Updates `Azure.Storage.Blobs` from 12.22.0 to 12.22.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.22.0...Azure.Storage.Blobs_12.22.1)

Updates `System.Drawing.Common` from 4.7.2 to 8.0.8
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/commits/v8.0.8)

Updates `MailKit` from 4.7.1.1 to 4.8.0
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@4.7.1.1...4.8.0)

Updates `MimeKit` from 4.7.1 to 4.8.0
- [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MimeKit@4.7.1...4.8.0)

Updates `AWSSDK.S3` from 3.7.403.1 to 3.7.403.5
- [Changelog](https://github.com/aws/aws-sdk-net/blob/main/SDK.CHANGELOG.MD)
- [Commits](https://github.com/aws/aws-sdk-net/commits)

Updates `Azure.Identity` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.12.0...Azure.Identity_1.12.1)

Updates `Microsoft.Identity.Web` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/AzureAD/microsoft-identity-web/releases)
- [Changelog](https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md)
- [Commits](AzureAD/microsoft-identity-web@3.1.0...3.2.0)

Updates `System.Drawing.Common` from 4.7.2 to 5.0.0
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/commits/v8.0.8)

Updates `System.Formats.Asn1` from 8.0.1 to 9.0.0-rc.1.24431.7
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.1...v9.0.0-rc.1.24431.7)

Updates `Microsoft.IdentityModel.Protocols.OpenIdConnect` from 8.0.2 to 8.1.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@8.0.2...8.1.0)

Updates `Microsoft.AspNetCore.Authentication.OpenIdConnect` from 8.0.8 to 9.0.0-rc.1.24452.1
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v8.0.8...v9.0.0-rc.1.24452.1)

Updates `NLog.Web.AspNetCore` from 5.3.13 to 5.3.14
- [Release notes](https://github.com/NLog/NLog.Web/releases)
- [Changelog](https://github.com/NLog/NLog.Web/blob/master/CHANGELOG.MD)
- [Commits](NLog/NLog.Web@v5.3.13...v5.3.14)

Updates `libphonenumber-csharp` from 8.13.45 to 8.13.46
- [Release notes](https://github.com/twcclegg/libphonenumber-csharp/releases)
- [Commits](twcclegg/libphonenumber-csharp@v8.13.45...v8.13.46)

Updates `xunit` from 2.9.1 to 2.9.2
- [Commits](xunit/xunit@v2-2.9.1...v2-2.9.2)

---
updated-dependencies:
- dependency-name: GraphQL
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: GraphQL.MicrosoftDI
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: GraphQL
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Jint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: MailKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: MimeKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: AWSSDK.S3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Azure.Identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.Identity.Web
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: System.Formats.Asn1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: NLog.Web.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: libphonenumber-csharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 7, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/nuget/all-dependencies-f9350951c0 branch October 7, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants