Bump LiteDB from 5.0.12 to 5.0.13 in /src/MyPrayerJournal #73

Merged
dependabot[bot] merged 1 commits from dependabot/nuget/src/MyPrayerJournal/LiteDB-5.0.13 into main 2023-05-24 00:11:52 +00:00
dependabot[bot] commented 2023-02-24 16:38:00 +00:00 (Migrated from github.com)

Bumps LiteDB from 5.0.12 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
Commits
  • 9447335 Update nuget package for 5.0.13
  • 3f2d261 Merge branch 'master' of github.com:mbdavid/LiteDB
  • 32d9eb8 Setting version to 5.0.13
  • 60223bd Merge pull request #2188 from Alex-451/patch-1
  • 4382ff4 Adding testing for Process object deserializaion rule
  • d72c677 Fix object deserialization when type is not assignable
  • 98bb5bd Fixed typos in LiteDatabase.cs
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.

> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps [LiteDB](https://github.com/mbdavid/LiteDB) from 5.0.12 to 5.0.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mbdavid/LiteDB/releases">LiteDB's releases</a>.</em></p> <blockquote> <h2>v5.0.13</h2> <ul> <li>Fix security vulnerability in deserialize bad json in .NET 4.5</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mbdavid/LiteDB/commit/94473353f372c725d8266f78a00588ec37121931"><code>9447335</code></a> Update nuget package for 5.0.13</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/3f2d26165eecfbe3d0f98bd48133e3d4b09ded3d"><code>3f2d261</code></a> Merge branch 'master' of github.com:mbdavid/LiteDB</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/32d9eb8e2ee9ae005a9cacf4528ad7d33a8d6439"><code>32d9eb8</code></a> Setting version to 5.0.13</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/60223bd6bf9a76f2143a3ab3ab4b790a810215ae"><code>60223bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mbdavid/LiteDB/issues/2188">#2188</a> from Alex-451/patch-1</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/4382ff4dd0dd8b8b16a4e37dfd29727c5f70f93f"><code>4382ff4</code></a> Adding testing for Process object deserializaion rule</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/d72c6774e6a13de2cfcd7d477d3575efeb75c8f2"><code>d72c677</code></a> Fix object deserialization when type is not assignable</li> <li><a href="https://github.com/mbdavid/LiteDB/commit/98bb5bd6dec3b33a6f5955ec10f949947306b8d5"><code>98bb5bd</code></a> Fixed typos in LiteDatabase.cs</li> <li>See full diff in <a href="https://github.com/mbdavid/LiteDB/compare/v5.0.12...v5.0.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=LiteDB&package-manager=nuget&previous-version=5.0.12&new-version=5.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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/bit-badger/myPrayerJournal/network/alerts). </details>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/myPrayerJournal#73
No description provided.