Skip to content

Bump the nuget group across 3 directories with 3 updates - #9

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/OpenBullet/nuget-9f13a8daf2
Open

Bump the nuget group across 3 directories with 3 updates#9
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/OpenBullet/nuget-9f13a8daf2

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the nuget group with 1 update in the /OpenBullet directory: Microsoft.Owin.
Bumps the nuget group with 3 updates in the /RuriLib directory: LiteDB, Microsoft.Owin and System.Drawing.Common.
Bumps the nuget group with 3 updates in the /SilverBullet.Plugin directory: LiteDB, Microsoft.Owin and System.Drawing.Common.

Updates Microsoft.Owin from 4.1.1 to 4.2.2

Release notes

Sourced from Microsoft.Owin's releases.

4.2.2 Release

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

4.2.1 Release

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

4.2.0 Release

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

aspnet/AspNetKatana#389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });
Commits

Updates LiteDB from 4.1.4 to 5.0.13

Release notes

Sourced from LiteDB's releases.

v5.0.13

  • Fix security vulnerability in deserialize bad json in .NET 4.5

v5.0.12

  • Made DiskWriterQueue more reliable so that it can handle multiple back calls better
  • Fix missing _type when serializing a covariant collection
  • Fix reload last index node after some page defrag
  • Replace ToUpper to ToUpperInvariant
  • Fix monitor transaction leaking
  • Fix minor bugs

v5.0.11

Bugfixes

v5.0.10

Bugfixes

  • Fix invalid multi-page CString reader
  • Fixed issue when checkpoint soft limit not applied for manual transaction

ENSURE in Release mode

  • This new 5.0.10 contains an adicional test layer called ENSURE used in all storage/cache layer. Until now, this tests was executed only in DEBUG mode but now we add into RELEASE mode too. If any ENSURE are violated a system exception will be throwed (prefix message "LiteDB ENSURE:"). This will better for detect and prevent data corruption database and much better diagnostics and bugfixes. Complex tests (like check if a byffer is empty) still run in DEBUG mode only to avoid performance down.

v5.0.9

Changes

  • The LiteDatabase ctor that takes a Stream for its data storage now takes another Stream as log storage. LiteDB can now be used with custom storage solutions (as long as it implements Stream).
  • Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing DateTime.

Bug fixes

v5.0.8

Bug fixes

... (truncated)

Commits

Updates Microsoft.Owin from 4.1.1 to 4.2.2

Release notes

Sourced from Microsoft.Owin's releases.

4.2.2 Release

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

4.2.1 Release

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

4.2.0 Release

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

aspnet/AspNetKatana#389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });
Commits

Updates System.Drawing.Common from 5.0.2 to 5.0.3

Commits
  • c636bbd Merge in 'release/5.0' changes
  • 0e9bab8 Fix bad merge in descriptions.json (#47359)
  • eae88cc Merge in 'release/5.0' changes
  • 8748338 [release/5.0] Disable RunThreadLocalTest8_Values on Mono (#47276)
  • fe8a2d0 Merged PR 12207: Port graphics metafile refcount fix to avoid disposing the n...
  • 9b86174 add the missing package index entry
  • 44db96a Merge in 'release/5.0' changes
  • e17680b [release/5.0] Add invocation to NuGet authentication scripts for internal fee...
  • dbed95d Adding 2.1 feed for System.Drawing fix
  • 51575e9 Port graphics metafile refcount fix to avoid disposing the native image multi...
  • Additional commits viewable in compare view

Updates LiteDB from 4.1.4 to 5.0.13

Release notes

Sourced from LiteDB's releases.

v5.0.13

  • Fix security vulnerability in deserialize bad json in .NET 4.5

v5.0.12

  • Made DiskWriterQueue more reliable so that it can handle multiple back calls better
  • Fix missing _type when serializing a covariant collection
  • Fix reload last index node after some page defrag
  • Replace ToUpper to ToUpperInvariant
  • Fix monitor transaction leaking
  • Fix minor bugs

v5.0.11

Bugfixes

v5.0.10

Bugfixes

  • Fix invalid multi-page CString reader
  • Fixed issue when checkpoint soft limit not applied for manual transaction

ENSURE in Release mode

  • This new 5.0.10 contains an adicional test layer called ENSURE used in all storage/cache layer. Until now, this tests was executed only in DEBUG mode but now we add into RELEASE mode too. If any ENSURE are violated a system exception will be throwed (prefix message "LiteDB ENSURE:"). This will better for detect and prevent data corruption database and much better diagnostics and bugfixes. Complex tests (like check if a byffer is empty) still run in DEBUG mode only to avoid performance down.

v5.0.9

Changes

  • The LiteDatabase ctor that takes a Stream for its data storage now takes another Stream as log storage. LiteDB can now be used with custom storage solutions (as long as it implements Stream).
  • Custom serializers and deserializers can now be used even with basic BSON types. This is useful if you don't want to lose precision when storing DateTime.

Bug fixes

v5.0.8

Bug fixes

... (truncated)

Commits

Updates Microsoft.Owin from 4.1.1 to 4.2.2

Release notes

Sourced from Microsoft.Owin's releases.

4.2.2 Release

This release includes a few bugfixes, including one with possible security implications. The packages are available on nuget.org.

See here for the complete list of changes.

4.2.1 Release

This release concludes significant build infrastructure changes and also includes a few product bug fixes. The packages are available on nuget.org.

See here for the complete list of changes.

The language specific satellite packages such as Microsoft.Owin.zh-Hans have been discontinued.

4.2.0 Release

This release includes a security feature and some minor improvements. The packages are available on nuget.org.

See here for the complete list of changes. These improvements have been completely community driven, thanks everybody for helping out!

aspnet/AspNetKatana#389 adds PKCE support for OpenIdConnect authentication when using the code flow:

app.UseOpenIdConnectAuthentication(
    new OpenIdConnectAuthenticationOptions
    {
        ClientId = clientId,
        ClientSecret = clientSecret,
        Authority = authority,
        PostLogoutRedirectUri = postLogoutRedirectUri,
        ResponseType = OpenIdConnectResponseType.Code,
        RedeemCode = true,
        RedirectUri = redirectUri,
        UsePkce = true,
    });
Commits

Updates System.Drawing.Common from 5.0.2 to 5.0.3

Commits
  • c636bbd Merge in 'release/5.0' changes
  • 0e9bab8 Fix bad merge in descriptions.json (#47359)
  • eae88cc Merge in 'release/5.0' changes
  • 8748338 [release/5.0] Disable RunThreadLocalTest8_Values on Mono (#47276)
  • fe8a2d0 Merged PR 12207: Port graphics metafile refcount fix to avoid disposing the n...
  • 9b86174 add the missing package index entry
  • 44db96a Merge in 'release/5.0' changes
  • e17680b [release/5.0] Add invocation to NuGet authentication scripts for internal fee...
  • dbed95d Adding 2.1 feed for System.Drawing fix
  • 51575e9 Port graphics metafile refcount fix to avoid disposing the native image multi...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the nuget group with 1 update in the /OpenBullet directory: [Microsoft.Owin](https://github.com/aspnet/AspNetKatana).
Bumps the nuget group with 3 updates in the /RuriLib directory: [LiteDB](https://github.com/mbdavid/LiteDB), [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) and [System.Drawing.Common](https://github.com/dotnet/runtime).
Bumps the nuget group with 3 updates in the /SilverBullet.Plugin directory: [LiteDB](https://github.com/mbdavid/LiteDB), [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) and [System.Drawing.Common](https://github.com/dotnet/runtime).


Updates `Microsoft.Owin` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.1...v4.2.2)

Updates `LiteDB` from 4.1.4 to 5.0.13
- [Release notes](https://github.com/mbdavid/LiteDB/releases)
- [Commits](litedb-org/LiteDB@v4.1.4...v5.0.13)

Updates `Microsoft.Owin` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.1...v4.2.2)

Updates `System.Drawing.Common` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.2...v5.0.3)

Updates `LiteDB` from 4.1.4 to 5.0.13
- [Release notes](https://github.com/mbdavid/LiteDB/releases)
- [Commits](litedb-org/LiteDB@v4.1.4...v5.0.13)

Updates `Microsoft.Owin` from 4.1.1 to 4.2.2
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](aspnet/AspNetKatana@v4.1.1...v4.2.2)

Updates `System.Drawing.Common` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: Microsoft.Owin
  dependency-version: 4.2.2
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: LiteDB
  dependency-version: 5.0.13
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-version: 4.2.2
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Drawing.Common
  dependency-version: 5.0.3
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: LiteDB
  dependency-version: 5.0.13
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: Microsoft.Owin
  dependency-version: 4.2.2
  dependency-type: direct:production
  dependency-group: nuget
- dependency-name: System.Drawing.Common
  dependency-version: 5.0.3
  dependency-type: direct:production
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Apr 12, 2025
@cr-gpt

cr-gpt Bot commented Apr 12, 2025

Copy link
Copy Markdown

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants