agrc / parole-and-probation

A website for UDC parole officers to plan their visits
https://fieldmap.udc.utah.gov
MIT License
0 stars 1 forks source link

chore(deps): bump the safe-api-dependencies group in /src with 9 updates #324

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the safe-api-dependencies group in /src with 9 updates:

Package From To
CsvHelper 30.0.1 30.1.0
Dapper 2.1.15 2.1.28
Google.Cloud.Firestore 3.4.0 3.5.0
MailKit 4.2.0 4.3.0
Microsoft.AspNetCore.Authentication.OpenIdConnect 7.0.13 7.0.15
Microsoft.AspNetCore.SpaProxy 7.0.13 7.0.15
Microsoft.Data.SqlClient 5.1.3 5.1.5
SendGrid 9.28.1 9.29.1
Yarp.ReverseProxy 2.0.1 2.1.0

Updates CsvHelper from 30.0.1 to 30.1.0

Commits
  • a9d9f7b Change log update. Docs build.
  • f9a43d9 Merge branch 'Rob-Hague-linebreakinquotes'
  • b69baaf Merge branch 'linebreakinquotes' of github.com:Rob-Hague/CsvHelper into Rob-H...
  • 0c59831 Fixed compatibility issues.
  • 53a709b Merge branch 'Rob-Hague-converttostringtypearg'
  • c9fdeb2 Merge branch 'converttostringtypearg' of github.com:Rob-Hague/CsvHelper into ...
  • 3aea6a0 Changed name of CsvConfiguration.FromType to FromAttributes.
  • 3f5054a Merge branch 'Rob-Hague-fix-nongeneric-has-header'
  • bf460ac Cleanup.
  • 2758f5c Merge branch 'fix-nongeneric-has-header' of github.com:Rob-Hague/CsvHelper in...
  • Additional commits viewable in compare view


Updates Dapper from 2.1.15 to 2.1.28

Release notes

Sourced from Dapper's releases.

2.1.28

What's Changed

New Contributors

Full Changelog: https://github.com/DapperLib/Dapper/compare/2.1.24...2.1.28

2.1.24

What's Changed

New Contributors

Full Changelog: https://github.com/DapperLib/Dapper/compare/2.1.21...2.1.24

2.1.21

What's Changed

New Contributors

Full Changelog: https://github.com/DapperLib/Dapper/compare/2.1.15...2.1.21

Commits


Updates Google.Cloud.Firestore from 3.4.0 to 3.5.0

Release notes

Sourced from Google.Cloud.Firestore's releases.

Google.Cloud.Firestore version 3.5.0

Changes in Google.Cloud.Firestore version 3.5.0:

Bug fixes

New features

  • Multiple database support promoted to GA
  • Add configurable retry timing for RunTransactionAsync (commit 4b1acf8)
  • All BatchGetDocuments RPCs to have customized retry settiings (per-FirestoreDb) (commit ad580e0)

Changes in Google.Cloud.Firestore.V1 version 3.5.0:

Documentation improvements

Packages in this release:

  • Release Google.Cloud.Firestore version 3.5.0
  • Release Google.Cloud.Firestore.V1 version 3.5.0
Commits
  • edb595c Release Firestore libraries version 3.5.0 (#11608)
  • e5ac2c0 Release Google.Cloud.Datastore.V1 version 4.7.0 (#11609)
  • f62c92a chore: Regenerate all APIs (#11597)
  • 6ded67b chore: Use the new generator logging option
  • f298036 chore: Update generator, protoc and gRPC versions
  • 4b1acf8 feat: Add configurable retry timing for RunTransactionAsync
  • 1aa1ab8 fix!: remove types QueryMode, QueryPlan, ResultSetStats
  • 752b46e chore(deps): update dependency octokit to v9.1.1
  • 68706c9 docs: update comment on Waypoint
  • 7196e63 fix!: remove types QueryMode, QueryPlan, ResultSetStats
  • Additional commits viewable in compare view


Updates MailKit from 4.2.0 to 4.3.0

Changelog

Sourced from MailKit's changelog.

MailKit 4.3.0 (2023-11-11)

  • Fixed an ArgumentOutOfRangeException error in Fetch(int min, int max, ...) where min and max were greater than folder.Count. (issue #1640)
  • Fixed parsing of IMAP FETCH (message/stream) responses with unsolicited FLAGS.
  • Fixed support for the IMAP FILTERS extension. Previously this extension was not properly detected.
  • When parsing IMAP CAPABILITIES, treat lone '+' tokens as atoms. (issue #1654)
  • Bumped MimeKit dependency to 4.3.0.
Commits
  • b111bdd Bumped version to 4.3.0
  • 64fa857 Bump nunit from 3.13.3 to 3.14.0
  • 6a43622 Updated SSL certificates
  • e0005fc Use token.Value.ToString() to avoid char->string cast exception
  • 8ccd5a6 When parsing IMAP CAPABILITIES, treat '+' tokens as atoms
  • b5bc1bf And on ISmtpClient
  • e468c71 And on the SmtpClient.DeliveryStatusNotificationType property
  • 8649239 Add the DSN example to DeliveryStatusNotification and DeliveryStatusNotificat...
  • 33e7326 Reduced a little bit of code duplication
  • 7e43c81 Fixed ImapFolderFetch.SkipParenthesizedList to be non-recursive and handle li...
  • Additional commits viewable in compare view


Updates Microsoft.AspNetCore.Authentication.OpenIdConnect from 7.0.13 to 7.0.15

Release notes

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

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14

Commits


Updates Microsoft.AspNetCore.SpaProxy from 7.0.13 to 7.0.15

Release notes

Sourced from Microsoft.AspNetCore.SpaProxy's releases.

.NET 7.0.15

Release

.NET 7.0.14

Release

What's Changed

Full Changelog: https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14

Commits


Updates Microsoft.Data.SqlClient from 5.1.3 to 5.1.5

Release notes

Sourced from Microsoft.Data.SqlClient's releases.

Stable Release v5.1.5

[Stable release 5.1.5] - 2024-01-29

This update brings the below changes over the previous release:

Fixed

  • Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool #2321
  • Fixed InvalidCastException when reading an Always Encrypted date or time column #2324

Changed

  • Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 #2320 to address CVE-2024-21319

Stable Release v5.1.4

[Stable release 5.1.4] - 2024-01-09

Fixed

  • Fixed a deadlock problem for distributed transactions when on .NET.

Changed

For summary of all changes over v5.1.3, refer to 5.1.4.md

Changelog

Sourced from Microsoft.Data.SqlClient's changelog.

[Stable release 5.1.5] - 2024-01-29

This update brings the below changes over the previous release:

Fixed

  • Fixed connection to unsubscribe from transaction completion events before returning it to the connection pool #2321
  • Fixed InvalidCastException when reading an Always Encrypted date or time column #2324

Changed

  • Changed Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Protocols.OpenIdConnect version 6.24.0 to 6.35.0 #2320 to address CVE-2024-21319

[Stable release 5.1.4] - 2024-01-09

This update brings the below changes over the previous release:

Fixed

  • Fixed a deadlock problem for distributed transactions when on .NET.

Changed

Commits
  • 01a589e [5.1.5] Fix | Enable reading AE date as DateOnly (#2275) (#2324)
  • 759dc69 Fix | Minor fixes to support different test environments (#2045) (#2325)
  • f8520c7 Fix | Invalid transaction exception against the connections and distributed t...
  • b92637e [5.1.5] CVE | Version bump Microsoft.IdentityModel.JsonWebTokens to 6.35.0 (#...
  • 5cc6ca8 Merged PR 4120: [5.1.4] Backport #2161 - Fix deadlock in transaction against ...
  • b77f09e Merged PR 4108: [5.1.4] Update dependency versions
  • See full diff in compare view


Updates SendGrid from 9.28.1 to 9.29.1

Release notes

Sourced from SendGrid's releases.

9.29.1

Release Notes

Library - Fix

NuGet

9.29.0

Release Notes

Library - Feature

NuGet

Changelog

Sourced from SendGrid's changelog.

[2023-12-06] Version 9.29.1

Library - Fix

[2023-12-01] Version 9.29.0

Library - Feature

Commits


Updates Yarp.ReverseProxy from 2.0.1 to 2.1.0

Release notes

Sourced from Yarp.ReverseProxy's releases.

2.1.0

This release supports .NET 6.0, 7.0, and 8.0. See Getting Started.

The Yarp.ReverseProxy packages are available on NuGet.org.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/reverse-proxy/compare/v2.1.0-preview.1...v2.1.0

2.1.0-Preview.1

This release supports .NET 6.0, 7.0, and 8.0. See Getting Started.

The Yarp.ReverseProxy packages are available on NuGet.org.

What's Changed

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

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