Skip to content

chore(deps): bump the global-dependencies group with 14 updates#298

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/global-dependencies-693ed37722
Closed

chore(deps): bump the global-dependencies group with 14 updates#298
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/nuget/global-dependencies-693ed37722

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the global-dependencies group with 17 updates:

Package From To
AspNetCore.Proxy 4.4.0 4.5.0
Blurhash.ImageSharp 3.0.0 4.0.0
SixLabors.ImageSharp 3.1.5 3.1.3
EPPlus 7.0.8 8.0.1
Jsonize 3.1.1 3.2.0
Jsonize.Serializer 3.1.1 3.2.1
Microsoft.AspNetCore.Authentication.JwtBearer 7.0.14 8.0.14
Microsoft.IdentityModel.Protocols.OpenIdConnect 7.3.1 7.1.2
System.IdentityModel.Tokens.Jwt 7.3.1 7.1.2
Microsoft.AspNetCore.Mvc.NewtonsoftJson 7.0.14 8.0.14
Newtonsoft.Json 13.0.3 13.0.3
Microsoft.IdentityModel.Protocols.OpenIdConnect 7.3.1 8.7.0
System.IdentityModel.Tokens.Jwt 7.3.1 8.7.0
HtmlAgilityPack 1.11.53 1.11.61
ReverseMarkdown 4.3.0 4.6.0
SixLabors.ImageSharp 3.1.5 3.1.7
Swashbuckle.AspNetCore 6.5.0 8.1.0

Updates AspNetCore.Proxy from 4.4.0 to 4.5.0

Release notes

Sourced from AspNetCore.Proxy's releases.

AspNetCore.Proxy 4.5.0

Available on NuGet.

What's Changed

New Contributors

Full Changelog: twitchax/AspNetCore.Proxy@v4.4.0...v4.5.0

Commits
  • b3f70af Merge pull request #106 from xinlifoobar/master
  • 333a011 Update .NET actions.
  • 99146e5 Update codecov action.
  • 318377c Merge branch 'master' of github.com:twitchax/AspNetCore.Proxy
  • 51a5ea8 Upgrade to support valid frameworks.
  • 6ad151f Merge pull request #92 from dahlbyk/patch-1
  • 3041d02 Proxy Http Reason Phase
  • cd9f005 Fix for release.yml.
  • d8372aa Use IHttpRequestFeature.RawTarget
  • 68fadff Add example to route unhandled requests
  • See full diff in compare view

Updates Blurhash.ImageSharp from 3.0.0 to 4.0.0

Commits

Updates SixLabors.ImageSharp from 3.1.5 to 3.1.3

Commits
  • 3f22857 Allow nightlies from previous releases
  • 0942689 Merge pull request #2681 from SixLabors/js/png-dimensions-fix
  • edc87ad Limit ancillary chunk size.
  • 3806fd2 Merge pull request #2677 from SixLabors/js/fix-2268
  • 0cbf475 Merge pull request #2676 from SixLabors/js/fix-2670
  • 624277b Update Issue2668_Quantized_Encode_Alpha_Rgba32_Issue_2668.png
  • f6d24ed Update src/ImageSharp/Formats/Webp/AlphaDecoder.cs
  • ed2cd31 Fix casing
  • 2a54881 Use a smarter approach to determine the transparent index
  • 223f647 Update AlphaDecoder.cs
  • Additional commits viewable in compare view

Updates EPPlus from 7.0.8 to 8.0.1

Release notes

Sourced from EPPlus's releases.

8.0.1

Features

  • Support for OLE objects (Linked or Embedded files).
  • Support for digital signing workbooks and signature lines.
  • In-cell pictures / support for the IMAGE function.
  • Sensitivity Label API to integrate with MIP (Microsoft Information Protection SDK).

Minor features

  • Autofit columns optimization.
  • Range Copy now supports fill.
  • Reduced memory consumption when calculating formulas.
  • Added ExcelRange.IsEmpty method.
  • Shape adjustments points support.
  • ExcelRangeBase.BorderAround now override borders for adjacent cells.
  • InsertRange now returns the new inserted range.
  • In-cell checkboxes now render in the HTML export.
  • Improved API for Tables to access data via column names.
  • Added IsEmpty() method on ExcelRange. Can test for value, comments, threaded comments and formulas.
  • Override borders in Adjacent cells in BorderAround method.

Fixes since 8.0.0-beta

  • Several fixes in the formula calculation,
    • Better expression caching
    • Fixed column filter in GETPIVOTDATA.
    • Fixed PERCENTRANKS functions.
    • Fixed array handling in the IF function.
    • Fixed some issues in the IMAGE function.
    • Fixed an issue in the COUNTIF function when comparing numbers
  • Ole objects
    • Added new properties ProgId, ExternalLink and Image to the ExcelOleObject
    • Removed Removed ExcelOleObjectParameters.Extension and use extension from the file name.
    • Fixed issue with duplicate images.
  • Added DeleteAll method with predicate to ExcelWorkbook, ExcelRange, ExcelRangeRow and ExcelRangeColumn
  • Adding EMZ image files did not work in streams.
  • Removed several methods and properties marked as obsolete.
  • Changed several properties and methods from decimal to double. See breaking changes.
  • Fixed some issues with rich data and in-cell images.
  • GenericImageReader sometimes returned an invalid DPI.
  • Fixed support for .tif files.
  • Fixed images corrupting files in rare cases.
  • Ensured ungrouping the last drawing in a group deletes the group shape.
  • Ensured valid xml for leader lines in charts.
  • Ensured SetImage method did not swap width and height when switching between .svg and .png.
  • Inserting and deleting cells now updates chart references. Ensuring charts continue pointing to the moved cells.
  • Fixed numerous issues with array formulas and CalculatedColumnFormulas in tables related to inserting and deleting.

License keys

EPPlus 8 introduces license keys for commercial licenses and a new interface for providing license information. See this page for Commercial Use and this page for Noncommercial/Personal Use

8.0.0-rc

... (truncated)

Commits

Updates Jsonize from 3.1.1 to 3.2.0

Release notes

Sourced from Jsonize's releases.

Fix issue #46

What's Changed

Full Changelog: JackWFinlay/jsonize@v3.1.1...v3.2.0

Commits

Updates Jsonize.Serializer from 3.1.1 to 3.2.1

Release notes

Sourced from Jsonize.Serializer's releases.

Release fix #51

  • Updates a package with a vulnerability
  • Also updates other third-party packages to latest versions

Fix issue #46

What's Changed

Full Changelog: JackWFinlay/jsonize@v3.1.1...v3.2.0

Commits

Updates Microsoft.AspNetCore.Authentication.JwtBearer from 7.0.14 to 8.0.14

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

.NET 8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

.NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

.NET 8.0.12

Release

... (truncated)

Commits

Updates Microsoft.IdentityModel.Protocols.OpenIdConnect from 7.3.1 to 7.1.2

Changelog

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's changelog.

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configuration. See issue #2468.

Documentation:

  • Update comment for azp in JsonWebToken. See #2475 for details.
  • Link to breaking change announcement. See #2478.
  • Fix typo in log message. See #2479.

7.3.0

New Features:

Addition of the ClientCertificates property to the HttpRequestData class enables exposure of certificate collection involved in authenticating the client against the server and unlock support of new scenarios within the SDK. See PR #2462 for details.

Bug Fixes:

Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see PR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by PRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by PR #2440.

Performance Improvements:

Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see PR #2465.

Engineering Excellence:

New benchmark tests for AsymmetricAdapter signatures. For details see PR #2449.

7.2.0

Performance Improvements:

Reduce allocations and transformations when creating a token #2395. Update Esrp Code Signing version to speed up release build #2429.

Engineering Excellence:

Improve benchmark consistency #2428. Adding P50, P90 and P100 percentiles to benchmarks #2411. Decouple benchmark tests from test projects #2413. Include pack step in PR builds #2442.

Fundamentals:

Improve logging in Wilson for failed token validation when key not found #2436. Remove conditional Net8.0 compilation #2424.

7.1.2

Security fixes:

See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.

... (truncated)

Commits
  • a607fa5 Merged PR 10669: update version to 7.1.2
  • 44021bb Merged PR 10664: Update dev branch from public GitHub dev
  • a22ab8e Merged PR 10603: Re-enable Jwt sub claim as either Number or String
  • 1966c05 fixup prefix
  • 97888a2 Merged PR 10258: Compatibility with 6x for bool claims (#2367)
  • 5c1ea4a Merged PR 10241: Update dev to fix the release build
  • ec25d19 reduced size for netcorestandard2.1 compression size is larger.
  • b16f758 Merged PR 10217: Disable test that set statics.
  • ceeff41 Merged PR 10199: Set MaximumDeflateSize
  • e986e22 Merged PR 10198: Don't resolve jku claim by default
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.1.2

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configuration. See issue #2468.

Documentation:

  • Update comment for azp in JsonWebToken. See #2475 for details.
  • Link to breaking change announcement. See #2478.
  • Fix typo in log message. See #2479.

7.3.0

New Features:

Addition of the ClientCertificates property to the HttpRequestData class enables exposure of certificate collection involved in authenticating the client against the server and unlock support of new scenarios within the SDK. See PR #2462 for details.

Bug Fixes:

Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see PR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by PRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by PR #2440.

Performance Improvements:

Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see PR #2465.

Engineering Excellence:

New benchmark tests for AsymmetricAdapter signatures. For details see PR #2449.

7.2.0

Performance Improvements:

Reduce allocations and transformations when creating a token #2395. Update Esrp Code Signing version to speed up release build #2429.

Engineering Excellence:

Improve benchmark consistency #2428. Adding P50, P90 and P100 percentiles to benchmarks #2411. Decouple benchmark tests from test projects #2413. Include pack step in PR builds #2442.

Fundamentals:

Improve logging in Wilson for failed token validation when key not found #2436. Remove conditional Net8.0 compilation #2424.

7.1.2

Security fixes:

See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.

... (truncated)

Commits
  • a607fa5 Merged PR 10669: update version to 7.1.2
  • 44021bb Merged PR 10664: Update dev branch from public GitHub dev
  • a22ab8e Merged PR 10603: Re-enable Jwt sub claim as either Number or String
  • 1966c05 fixup prefix
  • 97888a2 Merged PR 10258: Compatibility with 6x for bool claims (#2367)
  • 5c1ea4a Merged PR 10241: Update dev to fix the release build
  • ec25d19 reduced size for netcorestandard2.1 compression size is larger.
  • b16f758 Merged PR 10217: Disable test that set statics.
  • ceeff41 Merged PR 10199: Set MaximumDeflateSize
  • e986e22 Merged PR 10198: Don't resolve jku claim by default
  • Additional commits viewable in compare view

Updates Microsoft.AspNetCore.Mvc.NewtonsoftJson from 7.0.14 to 8.0.14

Release notes

Sourced from Microsoft.AspNetCore.Mvc.NewtonsoftJson's releases.

.NET 8.0.14

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.13...v8.0.14

.NET 8.0.13

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.12...v8.0.13

.NET 8.0.12

Release

... (truncated)

Commits

Updates Newtonsoft.Json from 13.0.3 to 13.0.3

Commits

Updates Microsoft.IdentityModel.Protocols.OpenIdConnect from 7.3.1 to 8.7.0

Changelog

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's changelog.

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configuration. See issue #2468.

Documentation:

  • Update comment for azp in JsonWebToken. See #2475 for details.
  • Link to breaking change announcement. See #2478.
  • Fix typo in log message. See #2479.

7.3.0

New Features:

Addition of the ClientCertificates property to the HttpRequestData class enables exposure of certificate collection involved in authenticating the client against the server and unlock support of new scenarios within the SDK. See PR #2462 for details.

Bug Fixes:

Fixed bug where x5c property is empty in JwtHeader after reading a JWT containing x5c in its header, issue #2447, see PR #2460 for details. Fixed bug where JwtPayload.Claim.Value was not culture invariant #2409. Fixed by PRs #2453 and #2461. Fixed bug where Guid values in JwtPayload caused an exception, issue #2439. Fixed by PR #2440.

Performance Improvements:

Remove linq from BaseConfigurationComparer, improvement #2464, for additional details see PR #2465.

Engineering Excellence:

New benchmark tests for AsymmetricAdapter signatures. For details see PR #2449.

7.2.0

Performance Improvements:

Reduce allocations and transformations when creating a token #2395. Update Esrp Code Signing version to speed up release build #2429.

Engineering Excellence:

Improve benchmark consistency #2428. Adding P50, P90 and P100 percentiles to benchmarks #2411. Decouple benchmark tests from test projects #2413. Include pack step in PR builds #2442.

Fundamentals:

Improve logging in Wilson for failed token validation when key not found #2436. Remove conditional Net8.0 compilation #2424.

7.1.2

Security fixes:

See https://aka.ms/IdentityModel/Jan2024/zip and https://aka.ms/IdentityModel/Jan2024/jku for details.

... (truncated)

Commits
  • a607fa5 Merged PR 10669: update version to 7.1.2
  • 44021bb Merged PR 10664: Update dev branch from public GitHub dev
  • a22ab8e Merged PR 10603: Re-enable Jwt sub claim as either Number or String
  • 1966c05 fixup prefix
  • 97888a2 Merged PR 10258: Compatibility with 6x for bool claims (#2367)
  • 5c1ea4a Merged PR 10241: Update dev to fix the release build
  • ec25d19 reduced size for netcorestandard2.1 compression size is larger.
  • b16f758 Merged PR 10217: Disable test that set statics.
  • ceeff41 Merged PR 10199: Set MaximumDeflateSize
  • e986e22 Merged PR 10198: Don't resolve jku claim by default
  • Additional commits viewable in compare view

Updates System.IdentityModel.Tokens.Jwt from 7.3.1 to 8.7.0

Changelog

Sourced from System.IdentityModel.Tokens.Jwt's changelog.

7.3.1

Bug Fixes:

  • Replace propertyName with MetadataName constant. See issue #2471 for details.
  • Fix 6x to 7x regression where mixed cases OIDC json was not correctly process. See #2404 and #2402 for details.

Performance Improvements:

  • Update the benchmark configura...

    Description has been truncated

Bumps the global-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [AspNetCore.Proxy](https://github.com/twitchax/aspnetcore.proxy) | `4.4.0` | `4.5.0` |
| [Blurhash.ImageSharp](https://github.com/MarkusPalcer/blurhash.net) | `3.0.0` | `4.0.0` |
| [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | `3.1.5` | `3.1.3` |
| [EPPlus](https://github.com/EPPlusSoftware/EPPlus) | `7.0.8` | `8.0.1` |
| [Jsonize](https://github.com/JackWFinlay/jsonize) | `3.1.1` | `3.2.0` |
| [Jsonize.Serializer](https://github.com/JackWFinlay/jsonize) | `3.1.1` | `3.2.1` |
| [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/dotnet/aspnetcore) | `7.0.14` | `8.0.14` |
| [Microsoft.IdentityModel.Protocols.OpenIdConnect](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.1.2` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `7.1.2` |
| [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) | `7.0.14` | `8.0.14` |
| [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) | `13.0.3` | `13.0.3` |
| [Microsoft.IdentityModel.Protocols.OpenIdConnect](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `8.7.0` |
| [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) | `7.3.1` | `8.7.0` |
| [HtmlAgilityPack](https://github.com/zzzprojects/html-agility-pack) | `1.11.53` | `1.11.61` |
| [ReverseMarkdown](https://github.com/mysticmind/reversemarkdown-net) | `4.3.0` | `4.6.0` |
| [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) | `3.1.5` | `3.1.7` |
| [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `6.5.0` | `8.1.0` |


Updates `AspNetCore.Proxy` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/twitchax/aspnetcore.proxy/releases)
- [Commits](twitchax/AspNetCore.Proxy@v4.4.0...v4.5.0)

Updates `Blurhash.ImageSharp` from 3.0.0 to 4.0.0
- [Commits](https://github.com/MarkusPalcer/blurhash.net/commits)

Updates `SixLabors.ImageSharp` from 3.1.5 to 3.1.3
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.5...v3.1.3)

Updates `EPPlus` from 7.0.8 to 8.0.1
- [Release notes](https://github.com/EPPlusSoftware/EPPlus/releases)
- [Commits](EPPlusSoftware/EPPlus@v7.0.8...v8.0.1)

Updates `Jsonize` from 3.1.1 to 3.2.0
- [Release notes](https://github.com/JackWFinlay/jsonize/releases)
- [Commits](JackWFinlay/jsonize@v3.1.1...v3.2.0)

Updates `Jsonize.Serializer` from 3.1.1 to 3.2.1
- [Release notes](https://github.com/JackWFinlay/jsonize/releases)
- [Commits](JackWFinlay/jsonize@v3.1.1...v3.2.1)

Updates `Microsoft.AspNetCore.Authentication.JwtBearer` from 7.0.14 to 8.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.14...v8.0.14)

Updates `Microsoft.IdentityModel.Protocols.OpenIdConnect` from 7.3.1 to 7.1.2
- [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@7.3.1...7.1.2)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 7.1.2
- [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@7.3.1...7.1.2)

Updates `Microsoft.AspNetCore.Mvc.NewtonsoftJson` from 7.0.14 to 8.0.14
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.14...v8.0.14)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.3
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.3)

Updates `Microsoft.IdentityModel.Protocols.OpenIdConnect` from 7.3.1 to 8.7.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@7.3.1...7.1.2)

Updates `System.IdentityModel.Tokens.Jwt` from 7.3.1 to 8.7.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@7.3.1...7.1.2)

Updates `HtmlAgilityPack` from 1.11.53 to 1.11.61
- [Release notes](https://github.com/zzzprojects/html-agility-pack/releases)
- [Commits](zzzprojects/html-agility-pack@v1.11.53...v1.11.61)

Updates `ReverseMarkdown` from 4.3.0 to 4.6.0
- [Release notes](https://github.com/mysticmind/reversemarkdown-net/releases)
- [Commits](mysticmind/reversemarkdown-net@4.3.0...4.6.0)

Updates `SixLabors.ImageSharp` from 3.1.5 to 3.1.7
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](SixLabors/ImageSharp@v3.1.5...v3.1.3)

Updates `Swashbuckle.AspNetCore` from 6.5.0 to 8.1.0
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.5.0...v8.1.0)

---
updated-dependencies:
- dependency-name: AspNetCore.Proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-dependencies
- dependency-name: Blurhash.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global-dependencies
- dependency-name: EPPlus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
- dependency-name: Jsonize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-dependencies
- dependency-name: Jsonize.Serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-dependencies
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global-dependencies
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
- dependency-name: HtmlAgilityPack
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global-dependencies
- dependency-name: ReverseMarkdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: global-dependencies
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: global-dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: global-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 1, 2025
@dependabot @github

dependabot Bot commented on behalf of github May 1, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2025

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github

dependabot Bot commented on behalf of github Oct 1, 2025

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Oct 1, 2025
@dependabot dependabot Bot deleted the dependabot/nuget/global-dependencies-693ed37722 branch October 1, 2025 11:10
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