diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52e4a5d..4cba8ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build - uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v17 + uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v18 with: project-name: Umbraco.Community.DataProtection project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74e8a95..b47de4d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,12 @@ jobs: steps: - name: Build id: build - uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v17 + uses: jcdcdev/jcdcdev.Umbraco.GitHub.Build@v18 with: project-name: Umbraco.Community.DataProtection project-path: src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj - name: Release - uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@v17 + uses: jcdcdev/jcdcdev.Umbraco.GitHub.Release@v18 with: artifact-name: ${{ steps.build.outputs.artifact-name }} version: ${{ steps.build.outputs.version }} diff --git a/LICENSE b/LICENSE index 2ade98f..fc6a868 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 James Carter +Copyright (c) 2026 James Carter Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj b/src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj index e749687..82d5327 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj +++ b/src/Umbraco.Community.DataProtection.TestSite/Umbraco.Community.DataProtection.TestSite.csproj @@ -6,8 +6,8 @@ - - + + @@ -20,6 +20,10 @@ + + + + true diff --git a/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/items.cshtml b/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/items.cshtml index 2dff1af..13da383 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/items.cshtml +++ b/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blockgrid/items.cshtml @@ -13,7 +13,7 @@ class="umb-block-grid__layout-item" data-content-element-type-alias="@item.Content.ContentType.Alias" data-content-element-type-key="@item.Content.ContentType.Key" - data-element-udi="@item.ContentUdi" + data-element-udi="@item.ContentKey" data-col-span="@item.ColumnSpan" data-row-span="@item.RowSpan" style=" --umb-block-grid--item-column-span: @item.ColumnSpan; --umb-block-grid--item-row-span: @item.RowSpan; "> diff --git a/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blocklist/default.cshtml b/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blocklist/default.cshtml index 4ef9ca2..44d147b 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blocklist/default.cshtml +++ b/src/Umbraco.Community.DataProtection.TestSite/Views/Partials/blocklist/default.cshtml @@ -8,7 +8,7 @@
@foreach (var block in Model) { - if (block?.ContentUdi == null) + if (block?.ContentKey == null) { continue; } diff --git a/src/Umbraco.Community.DataProtection.TestSite/packages.lock.json b/src/Umbraco.Community.DataProtection.TestSite/packages.lock.json index e2425b0..36d7a52 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/packages.lock.json +++ b/src/Umbraco.Community.DataProtection.TestSite/packages.lock.json @@ -17,61 +17,99 @@ }, "Umbraco.Cms": { "type": "Direct", - "requested": "[17.0.0, )", - "resolved": "17.0.0", - "contentHash": "GxgiNRYEkSyxYTjC0Q2NXGhTcdUiHV2MjhSjvs0L8leSfJmJxhmPbnko6LUi21Gz7ROBjPS2dtzNyMpnwQFcRQ==", + "requested": "[18.0.0-rc3, )", + "resolved": "18.0.0-rc3", + "contentHash": "FSyplg2uREANM594OIyuysLic4brZfw1lbrMIeqQWJ10No7tnpg0K3ylHr0RwjGhHpP3hLQ+0b13TIDK1WTJ5A==", "dependencies": { - "Umbraco.Cms.Imaging.ImageSharp": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Persistence.EFCore.SqlServer": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Persistence.EFCore.Sqlite": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Persistence.SqlServer": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Persistence.Sqlite": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Targets": "[17.0.0, 18.0.0)" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "JsonPatch.Net": "3.3.0", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.AspNetCore.OpenApi": "10.0.7", + "Microsoft.Data.Sqlite": "10.0.7", + "Microsoft.EntityFrameworkCore.SqlServer": "10.0.7", + "Microsoft.EntityFrameworkCore.Sqlite": "10.0.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "NPoco.SqlServer": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.AspNetCore": "7.5.0", + "OpenIddict.EntityFrameworkCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "SixLabors.ImageSharp": "3.1.12", + "SixLabors.ImageSharp.Web": "3.2.0", + "Swashbuckle.AspNetCore.SwaggerUI": "10.1.7", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Imaging.ImageSharp": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Persistence.EFCore.SqlServer": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Persistence.EFCore.Sqlite": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Persistence.SqlServer": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Persistence.Sqlite": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Targets": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "uSync": { "type": "Direct", - "requested": "[17.0.0, )", - "resolved": "17.0.0", - "contentHash": "6lpunBDOf3i8mlBme7i9E39+vqzxZ8ueDnT1ySItei27J3+DuaaYvvj749ieoURurJYu8JvQir0kYaON5kTD3g==", + "requested": "[18.0.0-rc1, )", + "resolved": "18.0.0-rc1", + "contentHash": "AoADQHa/pnBCfzAuXyVjd01HyeRS5GguS6Dam3XZ+ZXF4jqw0Nvr3XlZkR8jn3bbuaWLcuAQqldkDIJdmpihzg==", "dependencies": { - "uSync.BackOffice": "17.0.0", - "uSync.BackOffice.Targets": "17.0.0", - "uSync.Backoffice.Management.Api": "17.0.0", - "uSync.Backoffice.Management.Client": "17.0.0", - "uSync.History": "17.0.0" + "uSync.BackOffice": "18.0.0-rc1", + "uSync.BackOffice.Targets": "18.0.0-rc1", + "uSync.Backoffice.Management.Api": "18.0.0-rc1", + "uSync.Backoffice.Management.Client": "18.0.0-rc1" } }, "Asp.Versioning.Abstractions": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "mpeNZyMdvrHztJwR1sXIUQ+3iioEU97YMBnFA9WLbsPOYhGwDJnqJMmEd8ny7kcmS9OjTHoEuX/bSXXY3brIFA==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - } + "resolved": "10.0.0", + "contentHash": "cMRE5nvNMfBgfkb0XFWst/7UtyXCjoAXnV0L4Scx4P9fcf0idgrj1Z0c+3ylsy01K4cOib7dKhCBfpg5z3r0Kg==" }, "Asp.Versioning.Http": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "Xu4xF62Cu9JqYi/CTa2TiK5kyHoa4EluPynj/bPFWDmlTIPzuJQbBI5RgFYVRFHjFVvWMoA77acRaFu7i7Wzqg==", + "resolved": "10.0.0", + "contentHash": "xmNm9FM2d20NKy7i1osEQysf7pJ4iJjWnM6e8CoeIhUREqG8nugsfC82pGpmzlatjAJL5T52ieSpyW+GFdSsSQ==", "dependencies": { - "Asp.Versioning.Abstractions": "8.1.0" + "Asp.Versioning.Abstractions": "10.0.0" } }, "Asp.Versioning.Mvc": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "BMAJM2sGsTUw5FQ9upKQt6GFoldWksePgGpYjl56WSRvIuE3UxKZh0gAL+wDTIfLshUZm97VCVxlOGyrcjWz9Q==", + "resolved": "10.0.0", + "contentHash": "W0wZ+0uZ0UK4KstjvEkNBZ0xxhBmxunwNg8582SVyyW7txQmSXibtm8fC4o82LaemPquYskms67bIbJOSrnlug==", "dependencies": { - "Asp.Versioning.Http": "8.1.0" + "Asp.Versioning.Http": "10.0.0" } }, "Asp.Versioning.Mvc.ApiExplorer": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "a90gW/4TF/14Bjiwg9LqNtdKGC4G3gu02+uynq3bCISfQm48km5chny4Yg5J4hixQPJUwwJJ9Do1G+jM8L9h3g==", + "resolved": "10.0.0", + "contentHash": "H54UOpRoc4RmhQ4RA2lzDz43a/hAu/JN19Yyy/DNmH4XlRxhemfhifJyh9BaXNJOtGa2Dnu2xEeP4VSiTdUdAg==", "dependencies": { - "Asp.Versioning.Mvc": "8.1.0" + "Asp.Versioning.Mvc": "10.0.0" } }, "Azure.Core": { @@ -91,14 +129,13 @@ "dependencies": { "Azure.Core": "1.46.1", "Microsoft.Identity.Client": "4.73.1", - "Microsoft.Identity.Client.Extensions.Msal": "4.73.1", - "System.Memory": "4.5.5" + "Microsoft.Identity.Client.Extensions.Msal": "4.73.1" } }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.6.1", - "contentHash": "vZsG2YILhthgRqO+ZVgRff4ZFKKTl0v7kqaVBLCtRvpREhfBP33pcWrdA3PRYgWuFL1RxiUFvjMUHTdBZlJcoA==" + "resolved": "2.6.2", + "contentHash": "7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==" }, "Dazinator.Extensions.FileProviders": { "type": "Transitive", @@ -106,9 +143,6 @@ "contentHash": "Jb10uIvdGdaaOmEGUXeO1ssjp6YuvOuR87B5gLxGORFbroV1j7PDaVfEIgni7vV8KRcyAY5KvuMxgx6ADIEXNw==", "dependencies": { "DotNet.Glob": "3.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.2", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.1", "NETStandard.Library": "1.6.1" } }, @@ -123,20 +157,13 @@ "contentHash": "/Hq2jb+Bv2COlJszLhmsDIN9+8VZnwiaXA1RnzBSp24PfVR/GrY/WzlWNJSzjVt5yvYW7Fuq0V1Bfu9e/v1UIA==", "dependencies": { "Examine.Core": "3.7.1", - "Examine.Lucene": "3.7.1", - "Microsoft.AspNetCore.DataProtection": "8.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", - "System.Formats.Asn1": "8.0.1" + "Examine.Lucene": "3.7.1" } }, "Examine.Core": { "type": "Transitive", "resolved": "3.7.1", - "contentHash": "Vsm5DWtCTZ5cSyYN4Ryy6wWTFM1Q3Nz/1eeWHf5vNWIall0XQySApNbIofDfDNqDPauanHCoulj7y00vkhNBiw==", - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.1", - "Microsoft.Extensions.Options": "8.0.2" - } + "contentHash": "Vsm5DWtCTZ5cSyYN4Ryy6wWTFM1Q3Nz/1eeWHf5vNWIall0XQySApNbIofDfDNqDPauanHCoulj7y00vkhNBiw==" }, "Examine.Lucene": { "type": "Transitive", @@ -145,9 +172,7 @@ "dependencies": { "Examine.Core": "3.7.1", "Lucene.Net.QueryParser": "4.8.0-beta00017", - "Lucene.Net.Replicator": "4.8.0-beta00017", - "System.Threading": "4.3.0", - "System.Threading.AccessControl": "8.0.0" + "Lucene.Net.Replicator": "4.8.0-beta00017" } }, "HtmlAgilityPack": { @@ -167,10 +192,10 @@ }, "jcdcdev.Umbraco.Core": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "GGQmeYFHZLx/glGA0M37Dms/EhEURGQGrK9cT5J5mGusbcSxc5c8ujl3E5UbSId32DalhKDziptygkWMEC/Z3g==", + "resolved": "18.0.0-alpha.3", + "contentHash": "hv9aqgyLHJjI5mgqPo2YMvwi5pPgIIPkSfE4zlNJisU5MGqr1rEaQ9tV7kr1d6lgFueMfHWgNY6zKmN5ObAc2w==", "dependencies": { - "Umbraco.Cms.Web.Common": "[17.0.0, 18.0.0)" + "Umbraco.Cms.Web.Common": "[18.0.0-rc3, 19.0.0)" } }, "Json.More.Net": { @@ -205,8 +230,7 @@ "resolved": "4.8.0-beta00017", "contentHash": "7LLWS9nNwx01AyE/KXMh+qdAlzDkRANE8407AO/wEmLL1InzVKFwfsRdRmwg4ILOMFui4xZ1Y54eqvzo3Tf9Vw==", "dependencies": { - "J2N": "[2.1.0, 3.0.0)", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + "J2N": "[2.1.0, 3.0.0)" } }, "Lucene.Net.Analysis.Common": { @@ -282,125 +306,48 @@ }, "MailKit": { "type": "Transitive", - "resolved": "4.14.0", - "contentHash": "x1J8KIXGP8bWiiLox9g/hSdecqdDcOr9mZa4lumPjT1rvd+mnVm2pOOB4sYgABYcwW2uI7mAQMk7M+4OBD9iiA==", + "resolved": "4.16.0", + "contentHash": "trJ82DOpAmo8i1jO1vNE+dGn4mPRyeYfy4swRcAGgMJhPoI1Kohf4OFJJf0+YIj4iUxgxPn8W+ht7e7KiYzSjg==", "dependencies": { - "MimeKit": "4.14.0", - "System.Formats.Asn1": "8.0.1" + "MimeKit": "4.16.0" } }, + "Markdig": { + "type": "Transitive", + "resolved": "1.1.3", + "contentHash": "wboYc6YToID7koq+onej7rjd/kv4urZaZ4QMiJoF/jXt/ZlXe2Af9gWG4nOe5tk654UaOPYvKL64iFum7qWEYA==" + }, "Markdown": { "type": "Transitive", "resolved": "2.2.1", - "contentHash": "A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0" - } + "contentHash": "A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==" }, "MessagePack": { "type": "Transitive", - "resolved": "3.1.4", - "contentHash": "BH0wlHWmVoZpbAPyyt2Awbq30C+ZsS3eHSkYdnyUAbqVJ22fAJDzn2xTieBeoT5QlcBzp61vHcv878YJGfi3mg==", + "resolved": "3.1.7", + "contentHash": "gXpifaxbhfBqh8bVToQn9j+OgCnhXWMbRCV7RQIbCVa9CNJG1fY6oHAYYl+ER3Tb9uUIHiQ5QbGiGwwFhoagbA==", "dependencies": { - "MessagePack.Annotations": "3.1.4", - "MessagePackAnalyzer": "3.1.4", + "MessagePack.Annotations": "3.1.7", + "MessagePackAnalyzer": "3.1.7", "Microsoft.NET.StringTools": "17.11.4" } }, "MessagePack.Annotations": { "type": "Transitive", - "resolved": "3.1.4", - "contentHash": "aVWrDAkCdqxwQsz/q0ldPh2EFn48M99YUzE9OvZjMq2RNLKz4o2z88iGFvSvbMqOWRweRvKPHBJZe22PRqzslQ==" + "resolved": "3.1.7", + "contentHash": "IW1yX9viarFl/Dsio5G+pM90JkOSW4xhAiJcKxPPF5rzyp2/yCpieWju8G99QLEmaQeze2uQMEskUBA59YZmkw==" }, "MessagePackAnalyzer": { "type": "Transitive", - "resolved": "3.1.4", - "contentHash": "CTaSsN/liJ7MhLCAB7Z4ZLBNuVGCq9lt2BT/cbrc9vzGv89yK3CqIA+z9T19a11eQYl9etZHL6MQJgCqECRVpg==" + "resolved": "3.1.7", + "contentHash": "ZF+OOJTRS7Ogzb4gG36hPKVQk3kEbp6kkUcdRjhddDq/uSGcV4BKIdYiyJipExXyE/zsqYb0ic215O9kI+fjPA==" }, - "Microsoft.AspNetCore.Cryptography.Internal": { + "Microsoft.AspNetCore.OpenApi": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "jGlm8BsWcN1IIxLaxcHP6s0u2OEiBMa0HPCiWkMK7xox/h4WP2CRMyk7tV0cJC5LdM3JoR5UUqU2cxat6ElwlA==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "Xo7cBZnUfe+i+rnfM+NH/KVD50BnBrfjsUBjMzjxAL0HdNAUcnhcx9/01o4CX7CKf+jc2bgvg+frlT4aJcVdyg==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "10.0.0" - } - }, - "Microsoft.AspNetCore.DataProtection": { - "type": "Transitive", - "resolved": "8.0.4", - "contentHash": "p6mlJTLfEoWyg4atIzdNpI48f/Bn8mpGqs5AW7TaqkQdxbVekovUj1BrLcuUoysyODVP3C9Db6J1y3RD6kD4pQ==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "8.0.4", - "Microsoft.AspNetCore.DataProtection.Abstractions": "8.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.1", - "Microsoft.Extensions.Options": "8.0.2", - "System.Security.Cryptography.Xml": "8.0.0" - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.4", - "contentHash": "iqEPvlPGn9WJl5d+gWRG+ASap3cRDmNTQG4Ozep7YZKr+fOTm6tbcIazNZtUlRIlTTxY9Rr0cwNXTmPJkxJnlw==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "CSVd9h1TdWDT2lt62C4FcgaF285J4O3MaOqTVvc7xP+3bFiwXcdp6qEd+u1CQrdJ+xJuslR+tvDW7vWQ/OH5Qw==", - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.2", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.1", - "Microsoft.Extensions.Logging.Abstractions": "1.0.2" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "6ZtFh0huTlrUl72u9Vic0icCVIQiEx7ULFDx3P7BpOI97wjb0GAXf8B4m9uSpSGf0vqLEKFlkPbvXF0MXXEzhw==", - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.2" - } - }, - "Microsoft.AspNetCore.Http.Abstractions": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "peJqc7BgYwhTzOIfFHX3/esV6iOXf17Afekh6mCYuUD3aWyaBwQuWYaKLR+RnjBEWaSzpCDgfCMMp5Y3LUXsiA==", - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.2", - "System.Globalization.Extensions": "4.0.1", - "System.Linq.Expressions": "4.1.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encodings.Web": "4.0.0" - } - }, - "Microsoft.AspNetCore.Http.Features": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "9l/Y/CO3q8tET3w+dDiByREH8lRtpd14cMevwMV5nw2a/avJ5qcE3VVIE5U5hesec2phTT6udQEgwjHmdRRbig==", + "resolved": "10.0.7", + "contentHash": "vKiAcGXG0BwNVw3bOjjWRLnp9tR18dR7MiwpvC94h0yFS+zfnzGHzS/JmmgwUdRixrGxrlIMRAWrVc+2DfAGlg==", "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.1", - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebSockets": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1" + "Microsoft.OpenApi": "2.0.0" } }, "Microsoft.Bcl.AsyncInterfaces": { @@ -422,13 +369,11 @@ "Azure.Identity": "1.14.2", "Microsoft.Bcl.Cryptography": "9.0.4", "Microsoft.Data.SqlClient.SNI.runtime": "6.0.2", - "Microsoft.Extensions.Caching.Memory": "9.0.4", "Microsoft.IdentityModel.JsonWebTokens": "7.7.1", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.7.1", "Microsoft.SqlServer.Server": "1.0.0", "System.Configuration.ConfigurationManager": "9.0.4", - "System.Security.Cryptography.Pkcs": "9.0.4", - "System.Text.Json": "9.0.5" + "System.Security.Cryptography.Pkcs": "9.0.4" } }, "Microsoft.Data.SqlClient.SNI.runtime": { @@ -438,463 +383,168 @@ }, "Microsoft.Data.Sqlite": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "I/azQ5WjwoLvSlTyDydkhARPSjYJN8jkXRjR5D92OeyTLbTrQ1K93rgf6XU+HYWHZA6lBI9SUOfl69OqEHb4ow==", + "resolved": "10.0.7", + "contentHash": "DZ6G2QuyPrsh5VS+wfiZbNBtYT6p+CkxXjD0aZHF04xso7QsG/uk0JpG30hzYlK6u/wtTzta1Dqfgbc/Sl2sDA==", "dependencies": { - "Microsoft.Data.Sqlite.Core": "10.0.0", + "Microsoft.Data.Sqlite.Core": "10.0.7", "SQLitePCLRaw.bundle_e_sqlite3": "2.1.11", "SQLitePCLRaw.core": "2.1.11" } }, "Microsoft.Data.Sqlite.Core": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "wPKG/Ym6tSMCo06UOZXzVfeFGzawnOZrTba/R3PfK+RhNuNELZ9I7nFns4WGTtv2kKlrlmmErgJ+kgTXHaNdHg==", + "resolved": "10.0.7", + "contentHash": "xVrtBg3M1wJlBDkoT0dXEYB/wSc8bIHJPYtw/bu1AqpWgF79uPSs87DAhERR/Ilumre6TKZa1cjMg3VUUObVLA==", "dependencies": { "SQLitePCLRaw.core": "2.1.11" } }, "Microsoft.EntityFrameworkCore": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "hHa2amRjMyBLUH/KTML6FgIAhZ0VFYkhCKwWEax0rO6iNeM1P5MflyeQLE5dniSIOZHc3Oqyv5UIyTFO4e1Auw==", + "resolved": "10.0.7", + "contentHash": "G6yclVO5/csPzzsymV0SemY2NDqE31CP5M3jprF5IuO9wJsh4aUOfYD8HCLuDmM1D1CfReegVic48O2r79d46Q==", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "10.0.0", - "Microsoft.EntityFrameworkCore.Analyzers": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "10.0.7", + "Microsoft.EntityFrameworkCore.Analyzers": "10.0.7" } }, "Microsoft.EntityFrameworkCore.Abstractions": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "C+TT9k7f1GQ8agOfV512K9iwrzi76RXVSDiLx+iWC9pz3QhEpSF1Dyk+FpVvd8ULQ+rqymfM8KQ7g48ttQVyMg==" + "resolved": "10.0.7", + "contentHash": "TuxExnfIS/bSq3z2CbH0LwZH1oyj9iHhSGneU4fpxl3ikjZGZdSae9gcfnImV1rufH8f/ab1NnHwyL2BLyeZOg==" }, "Microsoft.EntityFrameworkCore.Analyzers": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "TxHQq0kn0tpYs2ljeRl8jtmWk720B0nteqI6mAZM77HWJpYT9Zj8SkkBBlj8K3Yeq18a6NBjz6YutE+shEk4Ag==" + "resolved": "10.0.7", + "contentHash": "eZnMyiJzo249Ejg5CaFScvJS0u7neQfS9DXknAHTO6FHVMM99gO0byNXHGZmA/BOkZ13ngeVziQLHTMOtgescg==" }, "Microsoft.EntityFrameworkCore.Relational": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "A3MX1ee7RDxWCUdx/KqP+74fbksz0UIhkVZh56YHvbPkEKsffCXgHU3LGkRDwqR/MrBNWLCWC/IVX79tzM30ZA==", + "resolved": "10.0.7", + "contentHash": "midwPufIwXhOJcVhaZpCZGNbjy2QoPfHI+70nw2dGcoULEW9DybMvMPYkRjOJV0eI46a1oVFhU4lFYDEx6YUbg==", "dependencies": { - "Microsoft.EntityFrameworkCore": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0" + "Microsoft.EntityFrameworkCore": "10.0.7" } }, "Microsoft.EntityFrameworkCore.Sqlite": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "nukHe+yBlhitLUUtkanay7zTbHwtcIh/U5PfmwzZJJTCqui9h2Mt+Gifc9ZjJR7QIuE0zgNQQJaI8+eFxkBaEQ==", + "resolved": "10.0.7", + "contentHash": "0cnk9Chkuz2Jc6pbXRqdjy2CMAi62q4dJhvJzG25iCIvbavUYLxk/5ukwM+mzOl7ADN88WPmY1Lx1cAH2g8QSA==", "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite.Core": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyModel": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", + "Microsoft.EntityFrameworkCore.Sqlite.Core": "10.0.7", + "Microsoft.Extensions.DependencyModel": "10.0.7", "SQLitePCLRaw.bundle_e_sqlite3": "2.1.11", "SQLitePCLRaw.core": "2.1.11" } }, "Microsoft.EntityFrameworkCore.Sqlite.Core": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "VThKv9UqVxFEuuHvjAgMwy6ZFCeKJXOH+ISAR4IMuwlkozv26ptZhr09+6YxWrWwSR/Sinp8BxQ7qePCJFSALQ==", + "resolved": "10.0.7", + "contentHash": "XVjGSW98Z/f3nFZsZILL/tntgM8i2hxUDUB4Nzt7ZvJ63MczC/VG4zjQh+m+q88SU+IJBUDipJJpkYBU57YWXg==", "dependencies": { - "Microsoft.Data.Sqlite.Core": "10.0.0", - "Microsoft.EntityFrameworkCore.Relational": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyModel": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", + "Microsoft.Data.Sqlite.Core": "10.0.7", + "Microsoft.EntityFrameworkCore.Relational": "10.0.7", + "Microsoft.Extensions.DependencyModel": "10.0.7", "SQLitePCLRaw.core": "2.1.11" } }, "Microsoft.EntityFrameworkCore.SqlServer": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "9ip+r8Wtu0qNtFLYnQC3bkhQAsINIyo8XWYJHCVY22BFLxIT4rPxZPkbto56SjCnkwxS6nnbFZTU6KuAO2Nu1g==", + "resolved": "10.0.7", + "contentHash": "jci/dpjLIZyrp0Kbt0kr1lh+7BXbJ3wNk+vTwS/Se65grEJSBC+eE2UAQsi/xSNB5lHP2dysyOMHugkpFwQwNA==", "dependencies": { "Microsoft.Data.SqlClient": "6.1.1", - "Microsoft.EntityFrameworkCore.Relational": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0" + "Microsoft.EntityFrameworkCore.Relational": "10.0.7" } }, "Microsoft.Extensions.AmbientMetadata.Application": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "sCc7X0rXDdWIXdRq/s8Yd3YoMz2r0wNyRGQ5HdYu1TfvpGryH/3lH1pizS1WsL8gYrAD3nT0GIbsyz6c5dM/wQ==", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.9", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.9", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.9" - } - }, - "Microsoft.Extensions.ApiDescription.Server": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "NCWCGiwRwje8773yzPQhvucYnnfeR+ZoB1VRIrIMp4uaeUNw7jvEPHij3HIbwCDuNCrNcphA00KSAR9yD9qmbg==" - }, - "Microsoft.Extensions.Caching.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "Zcoy6H9mSoGyvr7UvlGokEZrlZkcPCICPZr8mCsSt9U/N8eeCwCXwKF5bShdA66R0obxBCwP4AxomQHvVkC/uA==", - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - } + "resolved": "10.3.0", + "contentHash": "Oh/FQJrTZqiqZuFktqDCwLFgxIUnNATZx46AwUTf5A/+FmK/TzPf/iwSqMK85QlioLD9ehOxWe0NBfsCSkp5pw==" }, "Microsoft.Extensions.Caching.Hybrid": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "xvhmF2dlwC3e8KKSuWOjJkjQdKG80991CUqjDnqzV1Od0CgMqbDw49kGJ9RiGrp3nbLTYCSb3c+KYo6TcENYRw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Caching.Memory": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "krK19MKp0BNiR9rpBDW7PKSrTMLVlifS9am3CVc4O1Jq6GWz0o4F+sw5OSL4L3mVd56W8l6JRgghUa2KB51vOw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } + "resolved": "10.5.0", + "contentHash": "INkOmE/6q6txxCS45A9HfY8dCqqjTMJfGzr3cNoMwuZpHVSr0JhMfgr/QNm9BvtvyzsyiK+q7yhCn57fBmoy9Q==" }, "Microsoft.Extensions.Compliance.Abstractions": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "9/bU4vuy7xu81BeiHazP0kmtOb3vAKSGdN+9s84/HfwVDvxAZOfPxDK7uPl6jEfiFdZvpHNF/YxWQqaISvYEUQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9", - "Microsoft.Extensions.ObjectPool": "9.0.9" - } - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "H4SWETCh/cC5L1WtWchHR6LntGk3rDTTznZMssr4cL8IbDmMWBxY+MOGDc/ASnqNolLKPIWHWeuC1ddiL/iNPw==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "d2kDKnCsJvY7mBVhcjPSp9BkJk48DsaHPg5u+Oy4f8XaOqnEedRy/USyvnpHL92wpJ6DrTPy7htppUUzskbCXQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "tMF9wNh+hlyYDWB8mrFCQHQmWHlRosol1b/N2Jrefy1bFLnuTlgSYmPyHNmz8xVQgs7DpXytBRWxGhG+mSTp0g==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "LqCTyF0twrG4tyEN6PpSC5ewRBDwCBazRUfCOdRddwaQ3n2S57GDDeYOlTLcbV/V2dxSSZWg5Ofr48h6BsBmxw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Physical": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "BIOPTEAZoeWbHlDT9Zudu+rpecZizFwhdIFRiyZKDml7JbayXmfTXKUt+ezifsSXfBkWDdJM10oDOxo8pufEng==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "10.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "f0RBabswJq+gRu5a+hWIobrLWiUYPKMhCD9WO3sYBAdSy3FFH14LMvLVFZc2kPSCimBLxSuitUhsd6tb0TAY6A==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==" + "resolved": "10.3.0", + "contentHash": "b3gmxtyX0n8bQFuZ679f8QiOWqjeZKFc6XXPUsYNFzMcWi0Q44Ej3pB41N/QQ0maX380kmOMF36bLSBHNThXAg==" }, "Microsoft.Extensions.DependencyInjection.AutoActivation": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "DrDJ7+dWB0LeR6b83wj9WNhr45O67Q+wTxFaVE9BHpAFGc66Xz/K3A5wp5fA/060vLGGDgkftBpbS307BizSFw==", - "dependencies": { - "Microsoft.Extensions.Hosting.Abstractions": "9.0.9" - } + "resolved": "10.3.0", + "contentHash": "g6/S5rhP1XNBqeDa9zKXri/uDKe6gjzSqGsocuySb1OdVm8fz/M9YcWTJsCw5RHF8xIb/B3NgsfBPQF9Emjk3Q==" }, "Microsoft.Extensions.DependencyModel": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "RFYJR7APio/BiqdQunRq6DB+nDB6nc2qhHr77mlvZ0q0BT8PubMXN7XicmfzCbrDE/dzhBnUKBRXLTcqUiZDGg==" - }, - "Microsoft.Extensions.Diagnostics": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "xjkxIPgrT0mKTfBwb+CVqZnRchyZgzKIfDQOp8z+WUC6vPe3WokIf71z+hJPkH0YBUYJwa7Z/al1R087ib9oiw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "SfK89ytD61S7DgzorFljSkUeluC1ncn6dtZgwc0ot39f/BEYWBl5jpgvodxduoYAs1d9HG8faCDRZxE95UMo2A==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } + "resolved": "10.0.7", + "contentHash": "gCglFg/9Chu3lyJNytRuQAYM3mXQKNs1i01Cz2bc545QaHQ+LbBb4O5UCfu968Gro3ZVSOZ/ktilmPcaUSGSZA==" }, "Microsoft.Extensions.Diagnostics.ExceptionSummarization": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "LVb1ziRqI8x8TNCJW+zRGx1xPTPFWbhJzEk8k+rFx03M8zrQt5T+3MMV/fWTeHc3/7uoJDRDRklRMUlAqQw99w==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "/ppSdehKk3fuXjlqCDgSOtjRK/pSHU8eWgzSHfHdwVm5BP4Dgejehkw+PtxKG2j98qTDEHDst2Y99aNsmJldmw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - } + "resolved": "10.3.0", + "contentHash": "TZAZsAFThNQDqCnWaGxV/X7OPSA7b+kY7wNTPNvPvSWa0jcTbmGVyzIY/feF4OgyAUUdzSnnLW6ri2Q+4keM4A==" }, "Microsoft.Extensions.FileProviders.Embedded": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "ECaTMB4NdV9W1es9J6tN0yoXRPUHKMi5+2L7hcVZ5k9zVdxccIx6+vMllwEYcdTaO0mCETEmdH4F0KxCqgnPaw==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "UZUQ74lQMmvcprlG8w+XpxBbyRDQqfb7GAnccITw32hdkUBlmm9yNC4xl4aR9YjgV3ounZcub194sdmLSfBmPA==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "5hfVl/e+bx1px2UkN+1xXhd3hu7Ui6ENItBzckFaRDQXfr+SHT/7qrCDrlQekCF/PBtEu2vtk87U2+gDEF8EhQ==" - }, - "Microsoft.Extensions.Hosting.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "KrN6TGFwCwqOkLLk/idW/XtDQh+8In+CL9T4M1Dx+5ScsjTq4TlVbal8q532m82UYrMr6RiQJF2HvYCN0QwVsA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "r+mSvm/Ryc/iYcc9zcUG5VP9EBB8PL1rgVU6macEaYk45vmGRk9PntM3aynFKN6s3Q4WW36kedTycIctctpTUQ==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Diagnostics": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } + "resolved": "10.0.7", + "contentHash": "Btm5vy3ZjIy4GwG5EGSnayiUrLeDsJ6n+RgaPs2xbjA53tXRTCtkZ9v086qHF71tJuVmQiJ8o0IXlm2XVibXJw==" }, "Microsoft.Extensions.Http.Diagnostics": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "bdO0rzxXHsmp0+k1chjBKwxhdxkHetBfVe2LhFkoxSirErvvTmnD/ZeHqdNOeMEouJmaoGJFep70NFRK8/NDlA==", + "resolved": "10.3.0", + "contentHash": "/xuNWNxI4WLVatiTvaqfLd5ijFhQ/qvE14bOyWxeEWmXJkjh/g2G/5TdzMfoe0afq16OdWLGbrD9gWHo178hbg==", "dependencies": { - "Microsoft.Extensions.Http": "9.0.9", - "Microsoft.Extensions.Telemetry": "9.9.0" + "Microsoft.Extensions.Telemetry": "10.3.0" } }, "Microsoft.Extensions.Http.Polly": { "type": "Transitive", - "resolved": "9.0.9", - "contentHash": "hsbsHE++ggakSizUV5xVVEB+mjzuFKFZin8AH2YOYNKbMC5Q6rL2+pwu5Bsfv0JQrn9kzo4TrgRw/nMHJCyGqw==", + "resolved": "10.0.7", + "contentHash": "pcUsPoqMHvOp+QJsLA/Hlg/W+IBnAoUXKEBc7FqMcY0sUez15DOKXtbEo81TvHL9xwjWQcF3ZMayNpcvpI7Bqg==", "dependencies": { - "Microsoft.Extensions.Http": "9.0.9", "Polly": "7.2.4", "Polly.Extensions.Http": "3.0.0" } }, "Microsoft.Extensions.Http.Resilience": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "dZ5Y34CsrPNBn4GMLq/PJeIV903R98K3Z3a2sECEeJv3kW4HlgwDZoZWsbG4ymBdGdQJoXS+Qp8sdLm3ptFdDg==", - "dependencies": { - "Microsoft.Extensions.Http.Diagnostics": "9.9.0", - "Microsoft.Extensions.ObjectPool": "9.0.9", - "Microsoft.Extensions.Resilience": "9.9.0" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "EstJPVPxd71mTw5x4pbnUvSpPi3xWDNasM0QZx0p2J6bCxQkq7YNksRUJvOfFN28VCMrGRejnheNaGLDy/ROQQ==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Identity.Stores": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "Rtg3Mjy13li7Lpim7qP+JN1pWXsBR/8mslLIhSMvt8WfojxkDlvUhVxY2leIVYnnl5igfixGLzjpC2soGhPCBw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.Identity.Core": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "BStFkd5CcnEtarlcgYDBcFzGYCuuNMzPs02wN3WBsOFoYIEmYoUdAiU+au6opzoqfTYJsMTW00AeqDdnXH2CvA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.Logging.Configuration": { - "type": "Transitive", - "resolved": "9.0.9", - "contentHash": "Abuo+S0Sg+Ke6vzSh5Ell+lwJJM+CEIqg1ImtWnnqF6a/ibJkQnmFJi4/ekEw/0uAcdFKJXtGV7w6cFN0nyXeg==", - "dependencies": { - "Microsoft.Extensions.Configuration": "9.0.9", - "Microsoft.Extensions.Configuration.Abstractions": "9.0.9", - "Microsoft.Extensions.Configuration.Binder": "9.0.9", - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9", - "Microsoft.Extensions.Logging": "9.0.9", - "Microsoft.Extensions.Logging.Abstractions": "9.0.9", - "Microsoft.Extensions.Options": "9.0.9", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.9" - } - }, - "Microsoft.Extensions.ObjectPool": { - "type": "Transitive", - "resolved": "9.0.9", - "contentHash": "jYZSlGBpPzqWr3mc7cf/YNTY45ys7FIaziQtHAK3sWtd5v4ehpowBmrL2aOSizfM7Q326PDw2P100ILpdEbhzg==" - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "tL9cSl3maS5FPzp/3MtlZI21ExWhni0nnUCF8HY4npTsINw45n9SNDbkKXBMtFyUFGSsQep25fHIDN4f/Vp3AQ==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Configuration.Binder": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Options.DataAnnotations": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "nwyF0pUubUWgzxw5y0g1Vsp2n/Psv4V7HekgUTlFK/pNlzZaQOBp56ww5GFeg4GpaMK8Lu+02XIEjqzoIcFJGw==", + "resolved": "10.3.0", + "contentHash": "P4+s/eUH3dZdn1HnivSL2dh6/Jb0ndLt2l88oQPZ9BYdyb4tSRAsnz4QkJHGfPA9lS/XblI5QYsxEdfkurPvIg==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" + "Microsoft.Extensions.Http.Diagnostics": "10.3.0", + "Microsoft.Extensions.Resilience": "10.3.0" } }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==" - }, "Microsoft.Extensions.Resilience": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "MZNGlO++Z64MsIzb2d875uFx0fivsJb+gMjSacVQTpINJm0sxzOK2CfjnH4gDbndAZ9pCU2rZtsxqMa45YkM6A==", + "resolved": "10.3.0", + "contentHash": "xc0dZuPkBaVIdMlODDppmNY/dxE27wIQ46gTzStoFXO4/yVcOMKlPmtr9vTP4edyXBRizGxPtcAFmqxZ5gPTkQ==", "dependencies": { - "Microsoft.Extensions.Diagnostics": "9.0.9", - "Microsoft.Extensions.Diagnostics.ExceptionSummarization": "9.9.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "9.0.9", - "Microsoft.Extensions.Telemetry.Abstractions": "9.9.0", + "Microsoft.Extensions.Diagnostics.ExceptionSummarization": "10.3.0", + "Microsoft.Extensions.Telemetry.Abstractions": "10.3.0", "Polly.Extensions": "8.4.2", "Polly.RateLimiting": "8.4.2" } }, "Microsoft.Extensions.Telemetry": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "gwTzxU0+W0Beqp0jivDajsjVtLZTxM5werm4kggyTqmP5dlfapo/0DoK0yG3/gNyiFWCcJmEGhmqrSL9gNFtGw==", + "resolved": "10.3.0", + "contentHash": "M1esrIGmwU2JBY0JpwdlUTXTNBXSBFEs+41bYBd59+9/vCaXw+vGhtYcCL+JXeGmxTLUHmuXcKbX/uVCSFcuzA==", "dependencies": { - "Microsoft.Extensions.AmbientMetadata.Application": "9.9.0", - "Microsoft.Extensions.DependencyInjection.AutoActivation": "9.9.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.9", - "Microsoft.Extensions.ObjectPool": "9.0.9", - "Microsoft.Extensions.Telemetry.Abstractions": "9.9.0" + "Microsoft.Extensions.AmbientMetadata.Application": "10.3.0", + "Microsoft.Extensions.DependencyInjection.AutoActivation": "10.3.0", + "Microsoft.Extensions.Telemetry.Abstractions": "10.3.0" } }, "Microsoft.Extensions.Telemetry.Abstractions": { "type": "Transitive", - "resolved": "9.9.0", - "contentHash": "EmnlvikFKeWRJLvdoysRWOnYggD+aQpwpXjfDAZLpbuiPYsNhXzMRs6b+/R0QiQ5gV8r6JAGZyexMum8ZUDtWA==", + "resolved": "10.3.0", + "contentHash": "aKxH6ZsGAewGF8uSXyx1WkjqItwZA+hd1hhQ/4i7o5injCWSdr9vIZ3R3djJfy8OG3xaWK+LZY/+slVvlnwEHw==", "dependencies": { - "Microsoft.Extensions.Compliance.Abstractions": "9.9.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.9", - "Microsoft.Extensions.ObjectPool": "9.0.9", - "Microsoft.Extensions.Options": "9.0.9" + "Microsoft.Extensions.Compliance.Abstractions": "10.3.0" } }, "Microsoft.ICU.ICU4C.Runtime.linux-arm64": { @@ -927,8 +577,7 @@ "resolved": "4.73.1", "contentHash": "NnDLS8QwYqO5ZZecL2oioi1LUqjh5Ewk4bMLzbgiXJbQmZhDLtKwLxL3DpGMlQAJ2G4KgEnvGPKa+OOgffeJbw==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "6.35.0", - "System.Diagnostics.DiagnosticSource": "6.0.1" + "Microsoft.IdentityModel.Abstractions": "6.35.0" } }, "Microsoft.Identity.Client.Extensions.Msal": { @@ -942,31 +591,31 @@ }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==" + "resolved": "8.16.0", + "contentHash": "gSxKLWRZzBpIsEoeUPkxfywNCCvRvl7hkq146XHPk5vOQc9izSf1I+uL1vh4y2U19QPxd9Z8K/8AdWyxYz2lSg==" }, "Microsoft.IdentityModel.JsonWebTokens": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "4jOpiA4THdtpLyMdAb24dtj7+6GmvhOhxf5XHLYWmPKF8ApEnApal1UnJsKO4HxUWRXDA6C4WQVfYyqsRhpNpQ==", + "resolved": "8.16.0", + "contentHash": "prBU72cIP4V8E9fhN+o/YdskTsLeIcnKPbhZf0X6mD7fdxoZqnS/NdEkSr+9Zp+2q7OZBOMfNBKGbTbhXODO4w==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.14.0" + "Microsoft.IdentityModel.Tokens": "8.16.0" } }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "eqqnemdW38CKZEHS6diA50BV94QICozDZEvSrsvN3SJXUFwVB9gy+/oz76gldP7nZliA16IglXjXTCTdmU/Ejg==", + "resolved": "8.16.0", + "contentHash": "MTzXmETkNQPACR7/XCXM1OGM6oU9RkyibqeJRtO9Ndew2LnGjMf9Atqj2VSf4XC27X0FQycUAlzxxEgQMWn2xQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.14.0" + "Microsoft.IdentityModel.Abstractions": "8.16.0" } }, "Microsoft.IdentityModel.Protocols": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "rLr9HmibIpwkrOnsYyF3SGKx+6q2ewKDc3xzITngydqflG3TDVqAaby7yFRbP8du43If2S44fseoAkaL8A0Ivg==", + "resolved": "8.16.0", + "contentHash": "UFrU7d46UTsPQTa2HIEIpB9H1uJe1BW9FLw5uhEJ2ZuKdur8bcUA/bO5caq5dlBt5gNJeRIB3QQXYNs5fCQCZA==", "dependencies": { - "Microsoft.IdentityModel.Tokens": "8.14.0" + "Microsoft.IdentityModel.Tokens": "8.16.0" } }, "Microsoft.IdentityModel.Protocols.OpenIdConnect": { @@ -980,11 +629,10 @@ }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "lKIZiBiGd36k02TCdMHp1KlNWisyIvQxcYJvIkz7P4gSQ9zi8dgh6S5Grj8NNG7HWYIPfQymGyoZ6JB5d1Lo1g==", + "resolved": "8.16.0", + "contentHash": "rtViGJcGsN7WcfUNErwNeQgjuU5cJNl6FDQsfi9TncwO+Epzn0FTfBsg3YuFW1Q0Ch/KPxaVdjLw3/+5Z5ceFQ==", "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.IdentityModel.Logging": "8.14.0" + "Microsoft.IdentityModel.Logging": "8.16.0" } }, "Microsoft.IO.RecyclableMemoryStream": { @@ -992,14 +640,6 @@ "resolved": "3.0.1", "contentHash": "s/s20YTVY9r9TPfTrN5g8zPF1YhwxyqO6PxUkrYTGI2B+OGPe9AdajWZrLhFqXIvqIW23fnUE4+ztrUWNU1+9g==" }, - "Microsoft.Net.Http.Headers": { - "type": "Transitive", - "resolved": "9.0.9", - "contentHash": "XEQbq25AU2r4WzYpwhyMQZ9PSOaLTkNtfd4DeJ4x5Bsk9bHUyyZhgutki/cyeY+itARWiLyaM91TsKUeFjBb9w==", - "dependencies": { - "Microsoft.Extensions.Primitives": "9.0.9" - } - }, "Microsoft.NET.StringTools": { "type": "Transitive", "resolved": "17.11.4", @@ -1010,41 +650,23 @@ "resolved": "1.1.0", "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, "Microsoft.OpenApi": { "type": "Transitive", - "resolved": "2.3.0", - "contentHash": "5RZpjyt0JMmoc/aEgY9c1vE5pusdDGvkPl9qKIy9KFbRiIXD+w7gBJxX+unSjzzOcfgRoYxnO4okZyqDAL2WEw==", - "dependencies": { - "System.Text.Json": "8.0.5" - } + "resolved": "2.0.0", + "contentHash": "GGYLfzV/G/ct80OZ45JxnWP7NvMX1BCugn/lX7TH5o0lcVaviavsLMTxmFV2AybXWjbi3h6FF1vgZiTK6PXndw==" }, "Microsoft.SqlServer.Server": { "type": "Transitive", "resolved": "1.0.0", "contentHash": "N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==" }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, "MimeKit": { "type": "Transitive", - "resolved": "4.14.0", - "contentHash": "g0LtsMC8DCTkc030C3UgVqbltOJmV5cz4AX8ASowz2ZA+lxopXSYtC1XXYmenxy606aWFLwi5Xy4cC/zyYjbjQ==", + "resolved": "4.16.0", + "contentHash": "X0LFxeM4gPRIhODyY/HYS9b+zRZ7y//v59rFzgS6wLxcPuZThnMtNZHtrr0fjLyRRkg3gqJBtvW36XfUzZ7Djw==", "dependencies": { - "BouncyCastle.Cryptography": "2.6.1", - "System.Security.Cryptography.Pkcs": "8.0.1" + "BouncyCastle.Cryptography": "2.6.2", + "System.Security.Cryptography.Pkcs": "10.0.0" } }, "MiniProfiler.AspNetCore": { @@ -1066,10 +688,7 @@ "MiniProfiler.Shared": { "type": "Transitive", "resolved": "4.5.4", - "contentHash": "f8ckFm/xTS8C2Bn4BdVc94dNvg+tRfk0e4XFaETOqRi6r0PUOyn3Z9jTQCVpB3R1pP5WiRsEIrqqxux95BVpTA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - } + "contentHash": "f8ckFm/xTS8C2Bn4BdVc94dNvg+tRfk0e4XFaETOqRi6r0PUOyn3Z9jTQCVpB3R1pP5WiRsEIrqqxux95BVpTA==" }, "NCrontab": { "type": "Transitive", @@ -1081,50 +700,7 @@ "resolved": "1.6.1", "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" + "Microsoft.NETCore.Platforms": "1.1.0" } }, "Newtonsoft.Json": { @@ -1134,225 +710,210 @@ }, "NPoco": { "type": "Transitive", - "resolved": "6.1.0", - "contentHash": "VFcvKZAh0jMtREfvKWx78muAqRgI2mtLHYeZo8YA6ywhzMLaY7eYqOVFNcGH1bbObIo9DvS0OCz6ueYsvi10sA==", + "resolved": "6.2.0", + "contentHash": "/E5smklogHeYhX639dYYhcc0Gx55LriAlU2ZfLDO44g0o4pmKPtJVzE0QR+wPGaskrrZ5JiI3Dd+CKGh8u5YRw==", "dependencies": { - "NPoco.Abstractions": "6.1.0", - "System.Linq.Async": "6.0.1", - "System.Reflection.Emit.Lightweight": "4.7.0" + "NPoco.Abstractions": "6.2.0" } }, "NPoco.Abstractions": { "type": "Transitive", - "resolved": "6.1.0", - "contentHash": "iFBuhhdUF7SF38c+FYWBzBIYsepSGxKl9QnSt/x1fuBEReW3Es0yDOxdQC7i7cY6QANlqOgPTkaO4gCQYjKHzA==", - "dependencies": { - "System.Reflection.Emit.Lightweight": "4.7.0" - } + "resolved": "6.2.0", + "contentHash": "DRx593fF5CJZ8pj94StWdZsE9/iXkJKp3L2xp6Y9EAliHf4+e1y4QvWL/jJmeZ7zb8NKpwyf6tq1CZDS2mQwAA==" }, "NPoco.SqlServer": { "type": "Transitive", - "resolved": "6.1.0", - "contentHash": "9145K/4QFB64U116tlrXIiAxRBazdaSxOw59sfYYZW+qkhqODhN05XMUgsb76OxwHv7XqJwu95kAdwpiGHsXJw==", + "resolved": "6.2.0", + "contentHash": "9sqHCAz5R8G5Bmfe1d0ZkihDmIq/9KAT3yEK6wRR0nkGlfqgdD+PAwebaX3BHIaMN2a2s1H8WlDFyq28QjEHRw==", "dependencies": { "Microsoft.Data.SqlClient": "5.2.2", - "NPoco": "6.1.0", + "NPoco": "6.2.0", "Polly": "8.5.0" } }, "OpenIddict": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "tWG1S1yEIUp0x3j3QoilyIdDbGR+d7+C/cN+jeSrQ9aMqDBNHGTrZzSO1jY1GwMzkeuq+OGmEvTGOEQlK5GTCA==", + "resolved": "7.5.0", + "contentHash": "rZyPVHUXwUKEFQr4DO/iWKwmXnUE4IFMoHpYnyq5DgdgiKNFTkjZ4xc1P2ArnwvKNyuNsefGsj+JybGqXwIqsA==", "dependencies": { - "OpenIddict.Abstractions": "7.1.0", - "OpenIddict.Client": "7.1.0", - "OpenIddict.Client.SystemIntegration": "7.1.0", - "OpenIddict.Client.SystemNetHttp": "7.1.0", - "OpenIddict.Client.WebIntegration": "7.1.0", - "OpenIddict.Core": "7.1.0", - "OpenIddict.Server": "7.1.0", - "OpenIddict.Validation": "7.1.0", - "OpenIddict.Validation.ServerIntegration": "7.1.0", - "OpenIddict.Validation.SystemNetHttp": "7.1.0" + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.Client": "7.5.0", + "OpenIddict.Client.SystemIntegration": "7.5.0", + "OpenIddict.Client.SystemNetHttp": "7.5.0", + "OpenIddict.Client.WebIntegration": "7.5.0", + "OpenIddict.Core": "7.5.0", + "OpenIddict.Server": "7.5.0", + "OpenIddict.Validation": "7.5.0", + "OpenIddict.Validation.ServerIntegration": "7.5.0", + "OpenIddict.Validation.SystemNetHttp": "7.5.0" } }, "OpenIddict.Abstractions": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "nHITUrygfjQuX0ki7IBojFq3BrUCvZdDeS8gCDrmUjBOgG/NsfUxLFdzCA3OWUaipLLwOY1bGF+vuWnPL7xmyg==", + "resolved": "7.5.0", + "contentHash": "4m3smhkdeWITo1UWc3zYyGketh0ELn6UZRuZEnzcyS6fuflvl1MNSHbg1wPTTGldlxcq6VwWvVvKWyaTW/25Ig==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9", - "Microsoft.Extensions.Primitives": "9.0.9", - "Microsoft.IdentityModel.Tokens": "8.14.0" + "Microsoft.IdentityModel.Tokens": "8.16.0" } }, "OpenIddict.AspNetCore": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "vMgkTs4dqdvWJsjwzPlMDN2wR1Y8mWL51uNONuJlDwd8Br0rY3rfDIdEQsQo5EJTvxSgU3+QuEvt6qw1Lj3WCw==", + "resolved": "7.5.0", + "contentHash": "D8r7Tve0mTiu27tPWhjOpGnLsblJt/vJWbzSyO4nS5Ve2IIC07QS96uKlgImADU/WW4gLWHM7gVDalHs1c8oSg==", "dependencies": { - "OpenIddict": "7.1.0", - "OpenIddict.Client.AspNetCore": "7.1.0", - "OpenIddict.Client.DataProtection": "7.1.0", - "OpenIddict.Server.AspNetCore": "7.1.0", - "OpenIddict.Server.DataProtection": "7.1.0", - "OpenIddict.Validation.AspNetCore": "7.1.0", - "OpenIddict.Validation.DataProtection": "7.1.0" + "OpenIddict": "7.5.0", + "OpenIddict.Client.AspNetCore": "7.5.0", + "OpenIddict.Client.DataProtection": "7.5.0", + "OpenIddict.Server.AspNetCore": "7.5.0", + "OpenIddict.Server.DataProtection": "7.5.0", + "OpenIddict.Validation.AspNetCore": "7.5.0", + "OpenIddict.Validation.DataProtection": "7.5.0" } }, "OpenIddict.Client": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "yQAqAWa7ihoJUse4rTLkpHTXcahfy2oi1wd2Qy1tyCwTGdLsdiypZd7o3H9NYtI8uh82ggNgI2/f3JlbFhxyWA==", + "resolved": "7.5.0", + "contentHash": "W22MGOGqWVOD2yVPCZmk4ZAH0ssZ/I+qfucBaeaCHpR65+I1vKVtL/tuuhUY1dbdvgARKS1bsZZvWDOroJ2kNQ==", "dependencies": { - "Microsoft.Extensions.Logging": "9.0.9", - "Microsoft.IdentityModel.JsonWebTokens": "8.14.0", - "Microsoft.IdentityModel.Protocols": "8.14.0", - "OpenIddict.Abstractions": "7.1.0" + "Microsoft.IdentityModel.JsonWebTokens": "8.16.0", + "Microsoft.IdentityModel.Protocols": "8.16.0", + "OpenIddict.Abstractions": "7.5.0" } }, "OpenIddict.Client.AspNetCore": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "oLXRThGR1DI7UVxskhT0CRq3l0H0tbhGxlSr+skQQ2EYpXcGWZ6sAhuaWh7wNfa0YFk8mF8B7gxACot4UB15bA==", + "resolved": "7.5.0", + "contentHash": "bVZEYVHdXbfJqTtzamvDjq4Klymjb6uhq3lEF/k27YwBJtBV1QQWnvjQRpjqmhR7UHQSIoKxo6xbPtPxWAlujA==", "dependencies": { - "OpenIddict.Client": "7.1.0" + "OpenIddict.Client": "7.5.0" } }, "OpenIddict.Client.DataProtection": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "+7Yp7THJvZetm7Nh8LYmTXiQMQKiTgs3MfChL3sumIl9DFH1w3cZYYne26JCmLD+9/ukjfyMOPTy4Gpi0XkpKA==", + "resolved": "7.5.0", + "contentHash": "zxiYrDLXy2V+TYGmKIJYi29hsZG1U9axMZgWv12FsGE4wJQpdtrKw2J5yplYOiVzMz5DxgXrpTOhQ1bfRLDO+Q==", "dependencies": { - "OpenIddict.Client": "7.1.0" + "OpenIddict.Client": "7.5.0" } }, "OpenIddict.Client.SystemIntegration": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "tVlUyYj8gAhBbGuEWk1j+DjqG6Exf7rwcinCyhfBJwxwLsFLWUykDPn30J9MhVf+uHAomKdDvDu25iX+Vi8mRQ==", + "resolved": "7.5.0", + "contentHash": "7Z4H1innZap7/ffNE6bsuC9WpwTn0wk+tjeRJD/6dJX4FSVJuVQ8N5yRMLCmXSS/aeVvyMwYpdylLXygI76I5g==", "dependencies": { - "Microsoft.Extensions.Hosting.Abstractions": "9.0.9", - "Microsoft.Net.Http.Headers": "9.0.9", - "OpenIddict.Client": "7.1.0" + "OpenIddict.Client": "7.5.0" } }, "OpenIddict.Client.SystemNetHttp": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "BJ4Bc9ofF1gUZKrCiJouCDktl1ohQkJNikxlxdGKjH/Eh0n7iBwVYOYP/eS+yHOk0KgMJ631yWfpLxCBHzWMrg==", + "resolved": "7.5.0", + "contentHash": "Os2tAOMwgkGuBykqDMwIHrcF2wJdhMyfG5uIZlDbIAamDZJriGc6AnVoRNxFiSWCuzhXBhDboZQviecBFc2mQw==", "dependencies": { - "Microsoft.Extensions.Http.Polly": "9.0.9", - "Microsoft.Extensions.Http.Resilience": "9.9.0", - "OpenIddict.Client": "7.1.0" + "Microsoft.Extensions.Http.Polly": "10.0.7", + "Microsoft.Extensions.Http.Resilience": "10.3.0", + "OpenIddict.Client": "7.5.0" } }, "OpenIddict.Client.WebIntegration": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "5rbXjgYXcvIhDVwuRKuCXdvYCvET7TMUDr/gpyOUr9mj8ch6tnvckaP7R6uDZkyhX8n2yqWLSK0X06FcYhO7tw==", + "resolved": "7.5.0", + "contentHash": "0FNXGJdzdGIO523Dy07APoXmDJPjEIQt/e2SeAQYyrZ0bFC2eKDEdDsw2PLvIMnN5X9GC/n9DhQQWahrLIpXbA==", "dependencies": { - "OpenIddict.Client": "7.1.0", - "OpenIddict.Client.SystemNetHttp": "7.1.0" + "OpenIddict.Client": "7.5.0", + "OpenIddict.Client.SystemNetHttp": "7.5.0" } }, "OpenIddict.Core": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "GlwTAZVzfUay4xnwT8bsiPI+vLEoBb3/NFqTIZ2oV5UN0be4kZzZiHcQjHmAMW3dnUtx8ZVosqQ3n/ikiSjcJQ==", + "resolved": "7.5.0", + "contentHash": "8IicfYNZDg2TRzeDG+TOlWjWsneLTFIe1Ai5PMFXgsfti07JDLuvznBTOpCdv7w5DdrrjXxk9xMdRWS8aZ358w==", "dependencies": { - "Microsoft.Extensions.Caching.Memory": "9.0.9", - "Microsoft.Extensions.Logging": "9.0.9", - "Microsoft.Extensions.Options": "9.0.9", - "OpenIddict.Abstractions": "7.1.0" + "OpenIddict.Abstractions": "7.5.0" } }, "OpenIddict.EntityFrameworkCore": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "ZF/G+1NCub4Wp2uArl5A/WgwYQrIMztQjU7709VPkAlQMCYPOWZMJWQvx0UZ4EBZdQwV/8mtu0dyo7ZrdkSm1g==", + "resolved": "7.5.0", + "contentHash": "3xamhrqh8y+l22wiyy+A9D/UvWPjsS6N8TGybpVlpJIFU5g2QGqk3JPamHuXn3gvwmP4OlwzgAZDzzLv8YWEeQ==", "dependencies": { - "Microsoft.EntityFrameworkCore.Relational": "9.0.9", - "OpenIddict.Core": "7.1.0", - "OpenIddict.EntityFrameworkCore.Models": "7.1.0" + "Microsoft.EntityFrameworkCore.Relational": "10.0.7", + "OpenIddict.Core": "7.5.0", + "OpenIddict.EntityFrameworkCore.Models": "7.5.0" } }, "OpenIddict.EntityFrameworkCore.Models": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "oUyYoePaFlsC0yw4H/33EfGWeuHd2mEbPZkxKCsMmIrAYRaDwSpGISTiktGhXt1/zEV6CVEAevaWRIOdKgTnKg==" + "resolved": "7.5.0", + "contentHash": "n21lCWOkjvu0sA9EwnDrlZ61WdzAd2KuTUSBeJeF5QGe6Sw/nLvu7Yr1yZ1I8t5iQw+QlI7PQAVPLkLLlHE5Yw==" }, "OpenIddict.Server": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "yEj4YtwrrWtAAORpDvwuSwjB64bUCIAKsaeZQK4OA9n13RLfr3bF+sEGCa/pX8CNayJuFyb56wH1e6+jgj6RKA==", + "resolved": "7.5.0", + "contentHash": "O8i4aNse1ilwdW/KX86WS6rtwpm+XccYOFKs+8bZeIA+DI3RFgc5nR2k2hEoBYf44ybLiGCWjDqJQdLKfXHhcw==", "dependencies": { - "Microsoft.Extensions.Logging": "9.0.9", - "Microsoft.IdentityModel.JsonWebTokens": "8.14.0", - "OpenIddict.Abstractions": "7.1.0" + "Microsoft.IdentityModel.JsonWebTokens": "8.16.0", + "OpenIddict.Abstractions": "7.5.0" } }, "OpenIddict.Server.AspNetCore": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "Z1e4REeQKK8lkHGw46CXXJk86A28FquU+as4oYtkA1dSw7jErVtMlfmirsC7A+wSgK5K/RoWer3lCwsZPVH1jg==", + "resolved": "7.5.0", + "contentHash": "dPgoG/y7oJcngY+xILxrp+lgGjrOMIrlt/mQcGKMj/g+QlNW8Xod5ibAMbFIQUUWXGVKd+lZKPMa7wPfioLpTw==", "dependencies": { - "OpenIddict.Server": "7.1.0" + "OpenIddict.Server": "7.5.0" } }, "OpenIddict.Server.DataProtection": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "XJA/JADzImwQStkbH+RAkdg6GzruDEVsXmc9nT91M9KGiKudOGEuA1nH9LpIH4fJLksPzVqGs9KYKlOQDBFQ9A==", + "resolved": "7.5.0", + "contentHash": "dn49+QwuiHZatgiP0auRG2//Fhnu0yYmtPu5ky89AqjZKSQTDrPwV0Jm1O0OCGM39W7AEWwOtLtvpr/cucxLUA==", "dependencies": { - "OpenIddict.Server": "7.1.0" + "OpenIddict.Server": "7.5.0" } }, "OpenIddict.Validation": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "rDQogGbf2FTD/UA9H4DSBuEKsrtwwlqXGtaf7a0kaMRrbLPqEazkn4fMEA1Fidp9F3SVsFY19QnJ6/B79spzzg==", + "resolved": "7.5.0", + "contentHash": "PpAaSD2KfFJn6sODf0JadCcdx2e2hNo23ULYqbv3lGnOLVB3Y8bQoGJNMovxzSq5nKMSLlqi5rtV3sFXln3Kkw==", "dependencies": { - "Microsoft.Extensions.Logging": "9.0.9", - "Microsoft.IdentityModel.JsonWebTokens": "8.14.0", - "Microsoft.IdentityModel.Protocols": "8.14.0", - "OpenIddict.Abstractions": "7.1.0" + "Microsoft.IdentityModel.JsonWebTokens": "8.16.0", + "Microsoft.IdentityModel.Protocols": "8.16.0", + "OpenIddict.Abstractions": "7.5.0" } }, "OpenIddict.Validation.AspNetCore": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "cO0tj3bzczp5Sg/0diYbvRSLxFx0lhB3qa2DpA42bTRjdiX1X83GqowqflxdP8LaUZz2yVJcF/47lVCvi9fEVg==", + "resolved": "7.5.0", + "contentHash": "yTHifKNJLe0uH4fotBQcii8XpHYQOwmACXK2aEeAYadxYlysiO67glfxdETzeAfpJ/QM4cG7V2bjXUCZLCHEbg==", "dependencies": { - "OpenIddict.Validation": "7.1.0" + "OpenIddict.Validation": "7.5.0" } }, "OpenIddict.Validation.DataProtection": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "8VzkzTuGooMv6uTpthgRFFxRLUS3OBdto7bciekGqyMgzZRcEs4lmNsB+/K7LjAFzVBqp0eD/X6CbZ/XBL0iHg==", + "resolved": "7.5.0", + "contentHash": "YrjqQgj1c+nmwSjKHB0YUaNA1nNkSVsVuSj1f7eujWif/86IdII49NRfo7NXEn9GVbuoPk3R/hW10fJtp0Q4CA==", "dependencies": { - "OpenIddict.Validation": "7.1.0" + "OpenIddict.Validation": "7.5.0" } }, "OpenIddict.Validation.ServerIntegration": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "BT8vq4Mrz7ZFBEZnbwzh+meZkZq87eO7vKzyW9HtHWymE90l6Ua33dNLaugEiB+OfeUKkARyVcjPZgHSSYYwKA==", + "resolved": "7.5.0", + "contentHash": "dsAjY4MytgSdMQFjmy+7cTcKTJF0rKiLOu9VAvsxg/mjQU/mDH1gjyQafAHoU9BwDIrbaBZlBRxUNPl14O1GBA==", "dependencies": { - "OpenIddict.Server": "7.1.0", - "OpenIddict.Validation": "7.1.0" + "OpenIddict.Server": "7.5.0", + "OpenIddict.Validation": "7.5.0" } }, "OpenIddict.Validation.SystemNetHttp": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "cB9nqeyJW61qSfHCOwzgSuOrOvWdRB6gR17gp7j3cbAhKRVPjx9GK/OrMBzsW0TbTq8Gzmx/58o+HCMvw2GbYg==", + "resolved": "7.5.0", + "contentHash": "nRj7Ry1se+hURVx4KADZlnHyYQkK095ybpSq4CC29A+akqDK6GPP04T/zSxIK8bpQSepNqP4w2aWzDZCvcvg9w==", "dependencies": { - "Microsoft.Extensions.Http.Polly": "9.0.9", - "Microsoft.Extensions.Http.Resilience": "9.9.0", - "OpenIddict.Validation": "7.1.0" + "Microsoft.Extensions.Http.Polly": "10.0.7", + "Microsoft.Extensions.Http.Resilience": "10.3.0", + "OpenIddict.Validation": "7.5.0" } }, "Polly": { @@ -1373,8 +934,6 @@ "resolved": "8.4.2", "contentHash": "GZ9vRVmR0jV2JtZavt+pGUsQ1O1cuRKG7R7VOZI6ZDy9y6RNPvRvXK1tuS4ffUrv8L0FTea59oEuQzgS0R7zSA==", "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", "Polly.Core": "8.4.2" } }, @@ -1391,182 +950,70 @@ "resolved": "8.4.2", "contentHash": "ehTImQ/eUyO07VYW2WvwSmU9rRH200SKJ/3jku9rOkyWE0A2JxNFmAVms8dSn49QLSjmjFRRSgfNyOgr/2PSmA==", "dependencies": { - "Polly.Core": "8.4.2", - "System.Threading.RateLimiting": "8.0.0" + "Polly.Core": "8.4.2" } }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "Serilog": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" + "resolved": "4.3.1", + "contentHash": "savYe7h5yRlkqBVOwP8cIRDOdqKiPmYCU4W87JH38sBmcKD5EBoXvQIw6bNEvZ/pTe1gsiye3VFCzBsoppGkXQ==" }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "Serilog.AspNetCore": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" + "resolved": "10.0.0", + "contentHash": "a/cNa1mY4On1oJlfGG1wAvxjp5g7OEzk/Jf/nm7NF9cWoE7KlZw1GldrifUBWm9oKibHkR7Lg/l5jy3y7ACR8w==", + "dependencies": { + "Serilog": "4.3.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Console": "6.1.1", + "Serilog.Sinks.Debug": "3.0.0", + "Serilog.Sinks.File": "7.0.0" + } }, - "runtime.native.System": { + "Serilog.Enrichers.Process": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "resolved": "3.0.0", + "contentHash": "/wPYz2PDCJGSHNI+Z0PAacZvrgZgrGduWqLXeC2wvW6pgGM/Bi45JrKy887MRcRPHIZVU0LAlkmJ7TkByC0boQ==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Serilog": "4.0.0" } }, - "runtime.native.System.IO.Compression": { + "Serilog.Enrichers.Thread": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "resolved": "4.0.0", + "contentHash": "C7BK25a1rhUyr+Tp+1BYcVlBJq7M2VCHlIgnwoIUVJcicM9jYcvQK18+OeHiXw7uLPSjqWxJIp1EfaZ/RGmEwA==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Serilog": "4.0.0" } }, - "runtime.native.System.Net.Http": { + "Serilog.Expressions": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "resolved": "5.0.0", + "contentHash": "QhZjXtUcA2QfQRA60m+DfyIfidKsQV7HBstbYEDqzJKMbJH/KnKthkkjciRuYrmFE+scWv1JibC5LlXrdtOUmw==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Serilog": "4.0.0" } }, - "runtime.native.System.Security.Cryptography.Apple": { + "Serilog.Extensions.Hosting": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "resolved": "10.0.0", + "contentHash": "E7juuIc+gzoGxgzFooFgAV8g9BfiSXNKsUok9NmEpyAXg2odkcPsMa/Yo4axkJRlh0se7mkYQ1GXDaBemR+b6w==", "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + "Serilog": "4.3.0", + "Serilog.Extensions.Logging": "10.0.0" } }, - "runtime.native.System.Security.Cryptography.OpenSsl": { + "Serilog.Extensions.Logging": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "resolved": "10.0.0", + "contentHash": "vx0kABKl2dWbBhhqAfTOk53/i8aV/5VaT3a6il9gn72Wqs2pM7EK2OB6No6xdqK2IaY6Zf9gdjLuK9BVa2rT+Q==", "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "Serilog": "4.2.0" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, - "Serilog": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+cDryFR0GRhsGOnZSKwaDzRRl4MupvJ42FhCE4zhQRVanX0Jpg6WuCBk59OVhVDPmab1bB+nRykAnykYELA9qQ==" - }, - "Serilog.AspNetCore": { - "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", - "dependencies": { - "Serilog": "4.2.0", - "Serilog.Extensions.Hosting": "9.0.0", - "Serilog.Formatting.Compact": "3.0.0", - "Serilog.Settings.Configuration": "9.0.0", - "Serilog.Sinks.Console": "6.0.0", - "Serilog.Sinks.Debug": "3.0.0", - "Serilog.Sinks.File": "6.0.0" - } - }, - "Serilog.Enrichers.Process": { - "type": "Transitive", - "resolved": "3.0.0", - "contentHash": "/wPYz2PDCJGSHNI+Z0PAacZvrgZgrGduWqLXeC2wvW6pgGM/Bi45JrKy887MRcRPHIZVU0LAlkmJ7TkByC0boQ==", - "dependencies": { - "Serilog": "4.0.0" - } - }, - "Serilog.Enrichers.Thread": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "C7BK25a1rhUyr+Tp+1BYcVlBJq7M2VCHlIgnwoIUVJcicM9jYcvQK18+OeHiXw7uLPSjqWxJIp1EfaZ/RGmEwA==", - "dependencies": { - "Serilog": "4.0.0" - } - }, - "Serilog.Expressions": { - "type": "Transitive", - "resolved": "5.0.0", - "contentHash": "QhZjXtUcA2QfQRA60m+DfyIfidKsQV7HBstbYEDqzJKMbJH/KnKthkkjciRuYrmFE+scWv1JibC5LlXrdtOUmw==", - "dependencies": { - "Serilog": "4.0.0" - } - }, - "Serilog.Extensions.Hosting": { - "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Serilog": "4.2.0", - "Serilog.Extensions.Logging": "9.0.0" - } - }, - "Serilog.Extensions.Logging": { - "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", - "dependencies": { - "Microsoft.Extensions.Logging": "9.0.0", - "Serilog": "4.2.0" - } - }, - "Serilog.Formatting.Compact": { + "Serilog.Formatting.Compact": { "type": "Transitive", "resolved": "3.0.0", "contentHash": "wQsv14w9cqlfB5FX2MZpNsTawckN4a8dryuNGbebB/3Nh1pXnROHZov3swtu3Nj5oNG7Ba+xdu7Et/ulAUPanQ==", @@ -1585,12 +1032,11 @@ }, "Serilog.Settings.Configuration": { "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", + "resolved": "10.0.0", + "contentHash": "LNq+ibS1sbhTqPV1FIE69/9AJJbfaOhnaqkzcjFy95o+4U+STsta9mi97f1smgXsWYKICDeGUf8xUGzd/52/uA==", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Serilog": "4.2.0" + "Microsoft.Extensions.DependencyModel": "10.0.0", + "Serilog": "4.3.0" } }, "Serilog.Sinks.Async": { @@ -1603,8 +1049,8 @@ }, "Serilog.Sinks.Console": { "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "resolved": "6.1.1", + "contentHash": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "dependencies": { "Serilog": "4.0.0" } @@ -1635,8 +1081,8 @@ }, "SixLabors.ImageSharp": { "type": "Transitive", - "resolved": "3.1.11", - "contentHash": "JfPLyigLthuE50yi6tMt7Amrenr/fA31t2CvJyhy/kQmfulIBAqo5T/YFUSRHtuYPXRSaUHygFeh6Qd933EoSw==" + "resolved": "3.1.12", + "contentHash": "iAg6zifihXEFS/t7fiHhZBGAdCp3FavsF4i2ZIDp0JfeYeDVzvmlbY1CNhhIKimaIzrzSi5M/NBFcWvZT2rB/A==" }, "SixLabors.ImageSharp.Web": { "type": "Transitive", @@ -1659,10 +1105,7 @@ "SQLitePCLRaw.core": { "type": "Transitive", "resolved": "2.1.11", - "contentHash": "PK0GLFkfhZzLQeR3PJf71FmhtHox+U3vcY6ZtswoMjrefkB9k6ErNJEnwXqc5KgXDSjige2XXrezqS39gkpQKA==", - "dependencies": { - "System.Memory": "4.5.3" - } + "contentHash": "PK0GLFkfhZzLQeR3PJf71FmhtHox+U3vcY6ZtswoMjrefkB9k6ErNJEnwXqc5KgXDSjige2XXrezqS39gkpQKA==" }, "SQLitePCLRaw.lib.e_sqlite3": { "type": "Transitive", @@ -1677,1173 +1120,723 @@ "SQLitePCLRaw.core": "2.1.11" } }, - "Swashbuckle.AspNetCore": { - "type": "Transitive", - "resolved": "10.0.1", - "contentHash": "177+JNAV5TNvy8gLCdrcWBY9n2jdkxiHQDY4vhaExeqUpKrOqDatCcm/kW3kze60GqfnZ2NobD/IKiAPOL+CEw==", - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "10.0.0", - "Swashbuckle.AspNetCore.Swagger": "10.0.1", - "Swashbuckle.AspNetCore.SwaggerGen": "10.0.1", - "Swashbuckle.AspNetCore.SwaggerUI": "10.0.1" - } - }, - "Swashbuckle.AspNetCore.Swagger": { - "type": "Transitive", - "resolved": "10.0.1", - "contentHash": "HJYFSP18YF1Z6LCwunL+v8wuZUzzvcjarB8AJna/NVVIpq11FH9BW/D/6abwigu7SsKRbisStmk8xu2mTsxxHg==", - "dependencies": { - "Microsoft.OpenApi": "2.3.0" - } - }, - "Swashbuckle.AspNetCore.SwaggerGen": { - "type": "Transitive", - "resolved": "10.0.1", - "contentHash": "vMMBDiTC53KclPs1aiedRZnXkoI2ZgF5/JFr3Dqr8KT7wvIbA/MwD+ormQ4qf25gN5xCrJbmz/9/Z3RrpSofMA==", - "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "10.0.1" - } - }, "Swashbuckle.AspNetCore.SwaggerUI": { "type": "Transitive", - "resolved": "10.0.1", - "contentHash": "a2eLI/fCxJ3WH+H1hr7Q2T82ZBk20FfqYBEZ9hOr3f+426ZUfGU2LxYWzOJrf5/4y6EKShmWpjJG01h3Rc+l6Q==" - }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } + "resolved": "10.1.7", + "contentHash": "iJo3ODyUb/M8Vm8AH1r9y9iAba0w95xsCn3zFVl96ISRHbTDWxi+l7oFVCZqUEdjd97B8VMDPnMliWAdomR8uw==" }, "System.ClientModel": { "type": "Transitive", "resolved": "1.5.1", "contentHash": "k2jKSO0X45IqhVOT9iQB4xralNN9foRQsRvXBTyRpAVxyzCJlG895T9qYrQWbcJ6OQXxOouJQ37x5nZH5XKK+A==", "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.3", "System.Memory.Data": "8.0.1" } }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, "System.Configuration.ConfigurationManager": { "type": "Transitive", "resolved": "9.0.4", "contentHash": "dvjqKp+2LpGid6phzrdrS/2mmEPxFl3jE1+L7614q4ZChKbLJCpHXg6sBILlCCED1t//EE+un/UdAetzIMpqnw==", "dependencies": { - "System.Diagnostics.EventLog": "9.0.4", "System.Security.Cryptography.ProtectedData": "9.0.4" } }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { + "System.IdentityModel.Tokens.Jwt": { "type": "Transitive", - "resolved": "6.0.1", - "contentHash": "KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", + "resolved": "7.7.1", + "contentHash": "rQkO1YbAjLwnDJSMpRhRtrc6XwIcEOcUvoEcge+evurpzSZM3UNK+MZfD3sKyTlYsvknZ6eJjSBfnmXqwOsT9Q==", "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" + "Microsoft.IdentityModel.JsonWebTokens": "7.7.1", + "Microsoft.IdentityModel.Tokens": "7.7.1" } }, - "System.Diagnostics.EventLog": { + "System.Interactive.Async": { "type": "Transitive", - "resolved": "9.0.4", - "contentHash": "getRQEXD8idlpb1KW56XuxImMy0FKp2WJPDf3Qr0kI/QKxxJSftqfDFVo0DZ3HCJRLU73qHSruv5q2l5O47jQQ==" + "resolved": "7.0.1", + "contentHash": "oL1iox7sAJL8i+muGzVMQjDB0axQgOoT5CkwYdap8cQJMkWDWMRErNqhOcZkn31+aKr/uCfgMEdhUARCU4G7gg==" }, - "System.Diagnostics.Tools": { + "System.Linq.Async": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "resolved": "7.0.1", + "contentHash": "gwQtBHVY/WgqWgAYSe4JspXR+f1FvMbVIW4ixsJpGV/Kj8Nun3zp1ajIdvCWfmac8ektJGVLiJ/OR8JU9nZnMg==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Interactive.Async": "7.0.1" } }, - "System.Diagnostics.Tracing": { + "System.Memory.Data": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } + "resolved": "8.0.1", + "contentHash": "BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==" }, - "System.Formats.Asn1": { + "System.Security.Cryptography.Pkcs": { "type": "Transitive", - "resolved": "8.0.1", - "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" + "resolved": "10.0.0", + "contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg==" }, - "System.Globalization": { + "System.Security.Cryptography.ProtectedData": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } + "resolved": "9.0.4", + "contentHash": "o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==" }, - "System.Globalization.Calendars": { + "Umbraco.Cms.Api.Common": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "resolved": "18.0.0-rc3", + "contentHash": "WW3BSeJOth1yxIGpQLy9nnpw9T0hvlyUinM2lYZRztKmk+Db0h4waqDW9Z3vQDn8SkdKz0AZq1IcITAC7tHCbg==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.AspNetCore.OpenApi": "10.0.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.AspNetCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "Swashbuckle.AspNetCore.SwaggerUI": "10.1.7", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Web.Common": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.Globalization.Extensions": { + "Umbraco.Cms.Api.Delivery": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "resolved": "18.0.0-rc3", + "contentHash": "eF01j25RWxHn6SnaM87HEkWaAWPnri0zJ12Djj8ErYDR/lK0Jlarz+RjNasyOPe8v+wC0STyiZ2GTs2LN4Ym7g==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.AspNetCore.OpenApi": "10.0.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.AspNetCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "Swashbuckle.AspNetCore.SwaggerUI": "10.1.7", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Api.Common": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Web.Common": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.IdentityModel.Tokens.Jwt": { + "Umbraco.Cms.Api.Management": { "type": "Transitive", - "resolved": "7.7.1", - "contentHash": "rQkO1YbAjLwnDJSMpRhRtrc6XwIcEOcUvoEcge+evurpzSZM3UNK+MZfD3sKyTlYsvknZ6eJjSBfnmXqwOsT9Q==", + "resolved": "18.0.0-rc3", + "contentHash": "9pB8Q9PUAL1WQ2N5nxg4+sNAKrUqoh/YSGQ5+77Ytsg7WucWI/W9VtFQcx2R/+xgYo3XZrlrUYwqOYjgsbTh7w==", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.7.1", - "Microsoft.IdentityModel.Tokens": "7.7.1" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "JsonPatch.Net": "3.3.0", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.AspNetCore.OpenApi": "10.0.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.AspNetCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "Swashbuckle.AspNetCore.SwaggerUI": "10.1.7", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Api.Common": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.PublishedCache.HybridCache": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.Interactive.Async": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Ckj+tg2BVOZ0oLp7FAbjfvRyA/BMkUhVxROLd+x22zncRR6KD7CdFzAYp+9Mo2cedxAMo2X9ZNyhZu68jdDITw==" - }, - "System.IO": { + "Umbraco.Cms.Core": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "resolved": "18.0.0-rc3", + "contentHash": "UMLKASCklDq63ZRf6Q0d8NBSmL/fKPDzUvBEVjyy5gWCwHXO7SW9d0aPVnwXXJ0hjSJNJrI/Kpme+7bmGxVCyA==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7" } }, - "System.IO.Compression": { + "Umbraco.Cms.Examine.Lucene": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "resolved": "18.0.0-rc3", + "contentHash": "k9YNijBPWSV2IPnuQzak+y/Am3aAPZDNS1mBfy96RpWw/nz9wmJPwiQM3NU7CXAei47d+riA0XWLIko3W4Dyzg==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.IO.Compression.ZipFile": { + "Umbraco.Cms.Imaging.ImageSharp": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "resolved": "18.0.0-rc3", + "contentHash": "HrXy6dDvleE8cyZBK6PtOgETdECrlXfh+3rg8q6/wz0Nqv/S8G/HG4q+bk7Ckk91DG++F18GyAIaTClBAv6rNw==", "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "SixLabors.ImageSharp": "3.1.12", + "SixLabors.ImageSharp.Web": "3.2.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Web.Common": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.IO.FileSystem": { + "Umbraco.Cms.Infrastructure": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "resolved": "18.0.0-rc3", + "contentHash": "wyO2QJqhzolrLbCjU4sUvedG94WT+TA8fZ3fjcG0uLwmbNuYDS05gBQpwOfqkofbHx/078gp0AZ8kPaS9fJhqA==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.IO.FileSystem.Primitives": { + "Umbraco.Cms.Persistence.EFCore": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "resolved": "18.0.0-rc3", + "contentHash": "XZUipxn4BeYCH+waTESSBOCvb7hoEFvhF2qEgdWCCGab4ipIf0e12YAPqnEQWszSrWlzVddKfdNKCpr3b6WBXQ==", "dependencies": { - "System.Runtime": "4.3.0" + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.EntityFrameworkCore.SqlServer": "10.0.7", + "Microsoft.EntityFrameworkCore.Sqlite": "10.0.7", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.EntityFrameworkCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, - "System.Linq": { + "Umbraco.Cms.Persistence.EFCore.Sqlite": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Linq.Async": { - "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "A2Wci92Oyuodi8YLMQCJJ0vHqzgRFgEUG1K6tQNcoxHd3w05B1LvGzXvxQnGYPIL4Cr4hicHytpk2F2Jx8TZHg==", - "dependencies": { - "System.Interactive.Async": "7.0.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.5.5", - "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==" - }, - "System.Memory.Data": { - "type": "Transitive", - "resolved": "8.0.1", - "contentHash": "BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==" - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebSockets": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Pkcs": { - "type": "Transitive", - "resolved": "9.0.4", - "contentHash": "cUFTcMlz/Qw9s90b2wnWSCvHdjv51Bau9FQqhsr4TlwSe1OX+7SoXUqphis5G74MLOvMOCghxPPlEqOdCrVVGA==" - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.ProtectedData": { - "type": "Transitive", - "resolved": "9.0.4", - "contentHash": "o94k2RKuAce3GeDMlUvIXlhVa1kWpJw95E6C9LwW0KlG0nj5+SgCiIxJ2Eroqb9sLtG1mEMbFttZIBZ13EJPvQ==" - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "HQSFbakswZ1OXFz2Bt3AJlC6ENDqWeVpgqhf213xqQUMDifzydOHIKVb1RV4prayobvR3ETIScMaQdDF2hwGZA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "8.0.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Text.Json": { - "type": "Transitive", - "resolved": "9.0.5", - "contentHash": "rnP61ZfloTgPQPe7ecr36loNiGX3g1PocxlKHdY/FUpDSsExKkTxpMAlB4X35wNEPr1X7mkYZuQvW3Lhxmu7KA==" - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "cIed5+HuYz+eV9yu9TH95zPkqmm1J9Qps9wxjB335sU8tsqc2kGdlTEH9FZzZeCS8a7mNSEsN8ZkyhQp1gfdEw==" - }, - "System.Threading.RateLimiting": { - "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "7mu9v0QDv66ar3DpGSZHg9NuNcxDaaAcnMULuZlaTpP9+hwXhrxNGsF5GmLkSHxFdb5bBc1TzeujsRgTrPWi+Q==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } - }, - "Umbraco.Cms.Api.Common": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "WM43vpWH6p75IdocPGvwesybdJl+rMPlSayKE4kU62jDUM6/jUNe3/bgJwNokHvh2EXgqgOB6GR7k+IqrXcaaA==", - "dependencies": { - "Asp.Versioning.Mvc": "8.1.0", - "Asp.Versioning.Mvc.ApiExplorer": "8.1.0", - "OpenIddict.Abstractions": "7.1.0", - "OpenIddict.AspNetCore": "7.1.0", - "Swashbuckle.AspNetCore": "10.0.1", - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Web.Common": "[17.0.0, 18.0.0)" - } - }, - "Umbraco.Cms.Api.Delivery": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "fefbB+LehvV2MOFIUEom3F/2mLIgWc/JN5RVxX81uM6oIlSGDN+xy6IdCuXE3G2GZh8opRXnfKStpcsJJozRTw==", - "dependencies": { - "System.Linq.Async": "7.0.0", - "Umbraco.Cms.Api.Common": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Web.Common": "[17.0.0, 18.0.0)" - } - }, - "Umbraco.Cms.Api.Management": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "G7xO9Oa77+qOzf6j9QU44Q1r0RwjevXMqZIgn3m+EP9u6sybdKaVxwv/lDK+FWHx1xrq7AhEYo+lfD7FlbanVw==", - "dependencies": { - "JsonPatch.Net": "3.3.0", - "Swashbuckle.AspNetCore": "10.0.1", - "System.Linq.Async": "7.0.0", - "Umbraco.Cms.Api.Common": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)", - "Umbraco.Cms.PublishedCache.HybridCache": "[17.0.0, 18.0.0)" - } - }, - "Umbraco.Cms.Core": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "XmwzNfoXJkT/QkK48ePr73PPZGTaJF2Z2vljKVdZMbMMaZqY3SForO8Uy9LcmFYqX9+VaPiyFEqF+0l/D6J0rw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "10.0.0", - "Microsoft.Extensions.FileProviders.Physical": "10.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "10.0.0", - "Microsoft.Extensions.Identity.Core": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "10.0.0" - } - }, - "Umbraco.Cms.Examine.Lucene": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "aXFH11q28zCYNLg/sndCkyAZmkqx5aHqEG6zRt0wYogaHTn6wAWsWWMyJUcKwYw4hOHIDpOA2QxdCdHFtZjJOQ==", - "dependencies": { - "Examine": "3.7.1", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" - } - }, - "Umbraco.Cms.Imaging.ImageSharp": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "+UzuAtE9YkGYdehTP5R8CamxV0Xm8Zz2RWNh9uauLnr5sBECNxJf9EyjpdgUjqE2T8Iv9plx4GzMOZcZzFLI3w==", - "dependencies": { - "SixLabors.ImageSharp": "3.1.11", - "SixLabors.ImageSharp.Web": "3.2.0", - "Umbraco.Cms.Web.Common": "[17.0.0, 18.0.0)" - } - }, - "Umbraco.Cms.Infrastructure": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "35L5XwCAqu/xQIkupt4jspqY302FkGC/eKTJwAa67T+uH65bRdQ9DKC4LJN3wQOK93zaWYGglhbpqFYXKVtxcw==", + "resolved": "18.0.0-rc3", + "contentHash": "kp1/QVcBYzvAth28k2M/J3Dq2Ws9a6W0Wc8/jqNw4NMm50oy0t8z8AGjVekRPPXY5VLRJcxbKwm9mXWOd0WlxA==", "dependencies": { "Examine.Core": "3.7.1", "HtmlAgilityPack": "1.12.4", - "MailKit": "4.14.0", + "MailKit": "4.16.0", + "Markdig": "1.1.3", "Markdown": "2.2.1", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Configuration.Json": "10.0.0", - "Microsoft.Extensions.DependencyInjection": "10.0.0", - "Microsoft.Extensions.Http": "10.0.0", - "Microsoft.Extensions.Identity.Stores": "10.0.0", + "Microsoft.EntityFrameworkCore.SqlServer": "10.0.7", + "Microsoft.EntityFrameworkCore.Sqlite": "10.0.7", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", "MiniProfiler.Shared": "4.5.4", - "NPoco": "6.1.0", - "OpenIddict.Abstractions": "7.1.0", - "Serilog": "4.3.0", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.EntityFrameworkCore": "7.5.0", + "Serilog": "4.3.1", "Serilog.Enrichers.Process": "3.0.0", "Serilog.Enrichers.Thread": "4.0.0", "Serilog.Expressions": "5.0.0", - "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Extensions.Hosting": "10.0.0", "Serilog.Formatting.Compact": "3.0.0", "Serilog.Formatting.Compact.Reader": "4.0.0", - "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Settings.Configuration": "10.0.0", "Serilog.Sinks.Async": "2.1.0", "Serilog.Sinks.File": "7.0.0", "Serilog.Sinks.Map": "2.0.0", - "System.Linq.Async": "7.0.0", - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Persistence.EFCore": "[18.0.0-rc3, 19.0.0)", "ncrontab": "3.4.0" } }, - "Umbraco.Cms.Persistence.EFCore": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "gKX6j7y7MV8S1PDguO7mEDeUIEXKSchLJCjVyWwEashKsHpEEbQjlk+u2Y3ddt0esqyPvZ7tiqDI0NR6nEY2Bw==", - "dependencies": { - "Microsoft.EntityFrameworkCore.SqlServer": "10.0.0", - "Microsoft.EntityFrameworkCore.Sqlite": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "OpenIddict.EntityFrameworkCore": "7.1.0", - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" - } - }, - "Umbraco.Cms.Persistence.EFCore.Sqlite": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "BOeZ0DImWc5G6zaj6n7UeKhALk0gcNl82b/tFoMPl6uWqIG/55bhsTwIgM1netr5Kki/sEHB684juspudKnj5Q==", - "dependencies": { - "Microsoft.EntityFrameworkCore.Sqlite": "10.0.0", - "Umbraco.Cms.Persistence.EFCore": "[17.0.0, 18.0.0)" - } - }, "Umbraco.Cms.Persistence.EFCore.SqlServer": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "Ax+a65AaUK6CUaljCJfjTH4zcNjMEhzDqpLjhx41kCkJ3wvUzoN6isjklt7VuG6mIBaDFxCgzhfn7tmopsWK9w==", + "resolved": "18.0.0-rc3", + "contentHash": "+gxC/JOlZfGdMKRoXbfsGiDiiI40rN0NT/5ArIO2PkEvW2dPCHUO69bHMDbsqrQ1s6LylJ1ggjV/0QlQt4z0jw==", "dependencies": { - "Microsoft.EntityFrameworkCore.SqlServer": "10.0.0", - "Umbraco.Cms.Persistence.EFCore": "[17.0.0, 18.0.0)" + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.EntityFrameworkCore.SqlServer": "10.0.7", + "Microsoft.EntityFrameworkCore.Sqlite": "10.0.7", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.EntityFrameworkCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Persistence.EFCore": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.Persistence.Sqlite": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "Mm+zWZxQMPmonGWfwiBXek5MWFk0XTrk5qRIPVqLx45CETeF3dpD1ln9bQcRU3um7CraaUY44DbG6eb/+A9LaQ==", + "resolved": "18.0.0-rc3", + "contentHash": "NXO82h/yxHB7I2TeU2htrspoJ1ldFmSxtMLJsZZAcgip5cy+5zHZfAEkA14i7D2XPIare1NxuZkJBTjM3u/ZYg==", "dependencies": { - "Microsoft.Data.Sqlite": "10.0.0", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.Data.Sqlite": "10.0.7", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.Persistence.SqlServer": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "R/7KfRyL6x7FvPtyPA0N/PPBoQ1MHU7uFAd4ruW3JlU7FqHr9JXs9cCEdnrB/0taJXall+dDHY4zNJsU6P3LIA==", + "resolved": "18.0.0-rc3", + "contentHash": "/Zn866u7qAj85o3X+hBYLGVKvro7Kkt4diw/LbZW+NthXKMoEraUN8IQC37az/B0+4IBSBEolZdGRsEFgbpP8g==", "dependencies": { - "NPoco.SqlServer": "6.1.0", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "NPoco.SqlServer": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.PublishedCache.HybridCache": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "3VWixFu/jVZCtKv7J1Ed8wLQzhzOyb+gLE6oCA5/IaPiTRMue0MoUz6hkLvw676YUV2+W2ZlHtgRAhpCzTeF1Q==", + "resolved": "18.0.0-rc3", + "contentHash": "ifRwaWhdY/XFcCIj/56wqZM0rh63dpxuVMnFnj3OVm+y3v4u/VQ6ZvlfH2wZia14dXEfljCVriHjhEAYLprT9Q==", "dependencies": { + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", "K4os.Compression.LZ4": "1.3.8", - "MessagePack": "3.1.4", - "Microsoft.Extensions.Caching.Hybrid": "10.0.0", - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.StaticAssets": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "L2zGxNUEkFwu27l7UV36CvDbpntvonXVr3rkh48eV+dt/Udqm6KYdyqCfkHZFNeDhIzNAbOD81RT8TI44rqtVw==", + "resolved": "18.0.0-rc3", + "contentHash": "bSzUUk8O05JRUmXXCfe4mcvgmfuoLidMzxSoTGeizXuyIcYQJY1hBfgnnjtie/fYwjGNv6EXf0AmAND+/ftxDw==", "dependencies": { - "Umbraco.Cms.Api.Management": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Web.Website": "[17.0.0, 18.0.0)" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "JsonPatch.Net": "3.3.0", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.AspNetCore.OpenApi": "10.0.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.AspNetCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "Swashbuckle.AspNetCore.SwaggerUI": "10.1.7", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Api.Management": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Web.Website": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.Targets": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "1Byd5ru13RygcIUdHfwY5XlFWWtBPXEj5RgQKyBVk6Cv7y3DoBMs2oCNsWtXhEqOvjPn6aPjJhQbn37oBIAhaQ==", + "resolved": "18.0.0-rc3", + "contentHash": "XyFBFCasEt1wsLwX1myc6yAz/Jp3fBZ7E9TK+3hXs1RYLVzBtFp813pqnA6R5kSePPwEuiQxEEq2OXpVXe+bWw==", "dependencies": { - "Umbraco.Cms.Api.Delivery": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Api.Management": "[17.0.0, 18.0.0)", - "Umbraco.Cms.StaticAssets": "[17.0.0, 18.0.0)" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "JsonPatch.Net": "3.3.0", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.AspNetCore.OpenApi": "10.0.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "OpenIddict.AspNetCore": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "Swashbuckle.AspNetCore.SwaggerUI": "10.1.7", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Api.Delivery": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Api.Management": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.StaticAssets": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.Web.Common": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "pxOjmroYiM8JiDpTYK+hfUYI+N4v6+bSjgAfIotIEz+S/HF92qQElkxvO8jwTAkBzW8UfvgTa/CtgRtpg5zAyg==", + "resolved": "18.0.0-rc3", + "contentHash": "uTvSClnPGhFz32LIF6wj9wcbQR0FBBzmGJQ/8j85L5Mu5utD5wNpYObOVOZP6tdQaW7QNc/Xfj0pdeqWO4T+SQ==", "dependencies": { - "Asp.Versioning.Mvc": "8.1.0", - "Asp.Versioning.Mvc.ApiExplorer": "8.1.0", + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", "MiniProfiler.AspNetCore.Mvc": "4.5.4", - "Serilog.AspNetCore": "9.0.0", - "Umbraco.Cms.Examine.Lucene": "[17.0.0, 18.0.0)", - "Umbraco.Cms.PublishedCache.HybridCache": "[17.0.0, 18.0.0)" + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Examine.Lucene": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.PublishedCache.HybridCache": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.Web.Website": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "+mu65MFQkeKgcAdB1rkC6w41L+KmVZs4jFUg2oRHUWzXOPpvUOgydLXWVjNeD43MDPicunmYO+zsaOsa5+jjjg==", + "resolved": "18.0.0-rc3", + "contentHash": "3T8/YlsjVrH5FBfZLIs0evHs4KylbVCAqIHndOebmmUjAbea8XAGh016b+XVNL/60zTukcoCuuN/ypWbX5macg==", "dependencies": { - "Umbraco.Cms.Web.Common": "[17.0.0, 18.0.0)" + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", + "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.AspNetCore.Mvc": "4.5.4", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Web.Common": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "uSync.BackOffice": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "xjPmpo/1pnl3sFzH3GuEFO1cMCCz28ijVuqtHsHPxu3/Hjll7OrT1yOgwPbTZS3ruWSKSX3JFEbvEhFwOTwFxQ==", + "resolved": "18.0.0-rc1", + "contentHash": "D+xl/hP/leXZlkg+qsvPPje1A9jBsrioKDLL/5xTr9ILF1k9/lbws9fh7VU7z2BzBHkg5GSUt2IRDEtgSKlLDw==", "dependencies": { - "uSync.Community.Contrib": "17.0.0", - "uSync.Core": "17.0.0" + "uSync.Community.Contrib": "18.0.0-rc1", + "uSync.Core": "18.0.0-rc1" } }, "uSync.Backoffice.Management.Api": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "lbje4FRvs18RDa0f6qUoOlF/9VsIel6OTPb5kX6fsNvyvMhRRkUH3Idq/0ny4g7X5lxFFFEz9hPDsHs/G23Sbg==", + "resolved": "18.0.0-rc1", + "contentHash": "8bsLmRC5DbYwTmaZhpLjkBrEMfm9erm8nki3ZnhjC6Ck6o3ka0gKeROQmZhC5JboSiyafEkHEVXbntCXAq+zhA==", "dependencies": { - "Umbraco.Cms.Api.Management": "17.0.0", - "uSync.BackOffice": "17.0.0" + "Umbraco.Cms.Api.Management": "18.0.0-rc1", + "uSync.BackOffice": "18.0.0-rc1" } }, "uSync.Backoffice.Management.Client": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "7WXchzQaCR3K0kBINDkwz0M+tsngZ6sI+xHP9DxwfQ8nxBAnS2AcgTyKRshd85bKkyt6p83ViUgY2fiJk/ANqA==", + "resolved": "18.0.0-rc1", + "contentHash": "peAjn4ehJszGDmMHbKwozJQ+Y6FORa71ILanKpN4aSNdOG8LA6cMvjAes2BSt7g2tDwdud5njJ74yh+kFNzhFg==", "dependencies": { - "uSync.BackOffice": "17.0.0" + "uSync.BackOffice": "18.0.0-rc1" } }, "uSync.BackOffice.Targets": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "uXZbFFF8ZyI4TD7iw69Xpt8Il550bJmz75hrCZkP8eezpT+E2/Pt0pp9nkbYAfRxJmyKO+HkFj80eqw4we24RQ==" + "resolved": "18.0.0-rc1", + "contentHash": "C8Y1stPRkLZaXIHZDoGEjZ+TRuas14RXaDn9nOK1oEgMrg16wL6rbJVx4giDbyJe+RJ4tViEztnF80LNrWKRNg==" }, "uSync.Community.Contrib": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "DsibMI8Y+hBnPvtHmTb3U4tKylAi0rdmb5EsMTxUMq8If6jCEjlhRFO78IAQNq71CiZ9x8LK2BavqbFAs00IKg==", + "resolved": "18.0.0-rc1", + "contentHash": "X5LNobF/oPVpffBdA/jN5ZyQqGUbCRIvPYNoStM3MCVGT9Yq4zxZmsNa0R5/GWITSqCZN+M0/T+gve0ec6k5YA==", "dependencies": { - "uSync.Core": "17.0.0" + "uSync.Core": "18.0.0-rc1" } }, "uSync.Core": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "SF7W62C4ZVhlbSmfdXt8jmzfDnO03AnCtQlj7OFFQRGcLLizdgW70tdL0bDwxm8/WUpn+HYslgHBIwA1IKno1A==", - "dependencies": { - "Umbraco.Cms.Api.Management": "17.0.0", - "Umbraco.Cms.Web.Website": "17.0.0" - } - }, - "uSync.History": { - "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "BSYXmc8++nk+636WxiRpyh7sje3rs8gD9B9cfr0OOIKIbppjIaaTSbzoK/2/SEIYnlsCvQWDbUsgY0IgZfscAA==", + "resolved": "18.0.0-rc1", + "contentHash": "hoi2xVBHbAzzR2Y0qx8lI1sIkjVgpTLU72LfChbTd5tVTttRIz5cRiwY81EfR1XB6jWcrugdqxm/qtICJ3/amg==", "dependencies": { - "uSync.BackOffice": "17.0.0", - "uSync.Backoffice.Management.Api": "17.0.0" + "Umbraco.Cms.Api.Management": "18.0.0-rc1", + "Umbraco.Cms.Web.Website": "18.0.0-rc1" } }, "umbraco.community.dataprotection": { "type": "Project", "dependencies": { - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)", - "jcdcdev.Umbraco.Core": "[17.0.0, 18.0.0)" + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "jcdcdev.Umbraco.Core": "[18.0.0-alpha.3, 19.0.0)" } } } diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/usync.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/usync.config deleted file mode 100644 index 6b4bc14..0000000 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/usync.config +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Content/home.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Content/home.config similarity index 90% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Content/home.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Content/home.config index 8c00cb8..99a8209 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Content/home.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Content/home.config @@ -25,7 +25,6 @@ { "contentTypeKey": "870f5419-2326-4d17-9fc5-77e2216a6c66", "key": "ee9c2d2c-0603-4660-a89a-5998ada048cc", - "udi": null, "values": [ { "alias": "headline", @@ -39,7 +38,6 @@ { "contentTypeKey": "901f83af-55ea-4687-acde-22a7e99bf52e", "key": "1882f074-886c-43d4-83fa-8d6a707afd94", - "udi": null, "values": [ { "alias": "image", @@ -72,25 +70,21 @@ "segment": null } ], - "Layout": { + "layout": { "Umbraco.BlockGrid": [ { "areas": [], "columnSpan": 12, "contentKey": "ee9c2d2c-0603-4660-a89a-5998ada048cc", - "contentUdi": null, "rowSpan": 1, - "settingsKey": null, - "settingsUdi": null + "settingsKey": null }, { "areas": [], "columnSpan": 12, "contentKey": "1882f074-886c-43d4-83fa-8d6a707afd94", - "contentUdi": null, "rowSpan": 1, - "settingsKey": null, - "settingsUdi": null + "settingsKey": null } ] } @@ -100,7 +94,6 @@ { "contentTypeKey": "870f5419-2326-4d17-9fc5-77e2216a6c66", "key": "fa032696-b38a-4d38-8e7c-27575e680c38", - "udi": null, "values": [ { "alias": "headline", @@ -120,16 +113,14 @@ "segment": null } ], - "Layout": { + "layout": { "Umbraco.BlockGrid": [ { "areas": [], "columnSpan": 12, "contentKey": "fa032696-b38a-4d38-8e7c-27575e680c38", - "contentUdi": null, "rowSpan": 1, - "settingsKey": null, - "settingsUdi": null + "settingsKey": null } ] } diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/basepage.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/basepage.config similarity index 97% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/basepage.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/basepage.config index 4d28bf6..20c4232 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/basepage.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/basepage.config @@ -17,6 +17,7 @@ + false diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/home.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/home.config similarity index 95% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/home.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/home.config index 5807f16..7498b7f 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/home.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/home.config @@ -19,6 +19,7 @@ + false diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemoheadlineblock.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemoheadlineblock.config similarity index 97% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemoheadlineblock.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemoheadlineblock.config index f1807e3..f927280 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemoheadlineblock.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemoheadlineblock.config @@ -18,6 +18,7 @@ + false diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemoimageblock.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemoimageblock.config similarity index 97% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemoimageblock.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemoimageblock.config index 477e012..4d8af22 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemoimageblock.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemoimageblock.config @@ -18,6 +18,7 @@ + false diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemorichtextblock.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemorichtextblock.config similarity index 97% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemorichtextblock.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemorichtextblock.config index 279903b..bcb3cad 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemorichtextblock.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemorichtextblock.config @@ -18,6 +18,7 @@ + false diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemotwocolumnlayoutblock.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemotwocolumnlayoutblock.config similarity index 95% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemotwocolumnlayoutblock.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemotwocolumnlayoutblock.config index f069e0a..872221a 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/ContentTypes/umbblockgriddemotwocolumnlayoutblock.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/ContentTypes/umbblockgriddemotwocolumnlayoutblock.config @@ -18,6 +18,7 @@ + false diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ApprovedColor.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ApprovedColor.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ApprovedColor.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ApprovedColor.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/BasePageGridContentBlockGrid.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/BasePageGridContentBlockGrid.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/BasePageGridContentBlockGrid.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/BasePageGridContentBlockGrid.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/CheckboxList.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/CheckboxList.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/CheckboxList.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/CheckboxList.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ContentPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ContentPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ContentPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ContentPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DatePicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DatePicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DatePicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DatePicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DatePickerWithTime.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DatePickerWithTime.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DatePickerWithTime.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DatePickerWithTime.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DateTimePickerWithTimeZone.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DateTimePickerWithTimeZone.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DateTimePickerWithTimeZone.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DateTimePickerWithTimeZone.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Dropdown.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Dropdown.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Dropdown.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Dropdown.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DropdownMultiple.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DropdownMultiple.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/DropdownMultiple.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/DropdownMultiple.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ImageCropper.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ImageCropper.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ImageCropper.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ImageCropper.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ImageMediaPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ImageMediaPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ImageMediaPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ImageMediaPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelBigint.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelBigint.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelBigint.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelBigint.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelBytes.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelBytes.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelBytes.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelBytes.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelDatetime.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelDatetime.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelDatetime.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelDatetime.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelDecimal.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelDecimal.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelDecimal.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelDecimal.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelInteger.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelInteger.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelInteger.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelInteger.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelPixels.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelPixels.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelPixels.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelPixels.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelString.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelString.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelString.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelString.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelTime.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelTime.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/LabelTime.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/LabelTime.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ListViewContent.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ListViewContent.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ListViewContent.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ListViewContent.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ListViewMedia.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ListViewMedia.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ListViewMedia.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ListViewMedia.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ListViewMembers.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ListViewMembers.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/ListViewMembers.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/ListViewMembers.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MediaPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MediaPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MediaPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MediaPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MemberPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MemberPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MemberPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MemberPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MultiURLPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MultiURLPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MultiURLPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MultiURLPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MultipleImageMediaPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MultipleImageMediaPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MultipleImageMediaPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MultipleImageMediaPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MultipleMediaPicker.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MultipleMediaPicker.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/MultipleMediaPicker.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/MultipleMediaPicker.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Numeric.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Numeric.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Numeric.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Numeric.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Radiobox.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Radiobox.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Radiobox.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Radiobox.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/RichtextEditor.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/RichtextEditor.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/RichtextEditor.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/RichtextEditor.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Tags.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Tags.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Tags.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Tags.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Textarea.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Textarea.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Textarea.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Textarea.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Textstring.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Textstring.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Textstring.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Textstring.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Truefalse.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Truefalse.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/Truefalse.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/Truefalse.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadArticle.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadArticle.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadArticle.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadArticle.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadAudio.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadAudio.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadAudio.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadAudio.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadFile.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadFile.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadFile.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadFile.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadVectorGraphics.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadVectorGraphics.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadVectorGraphics.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadVectorGraphics.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadVideo.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadVideo.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/DataTypes/UploadVideo.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/DataTypes/UploadVideo.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Domains/en_en-gb.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Domains/en_en-gb.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Domains/en_en-gb.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Domains/en_en-gb.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Domains/se_sv.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Domains/se_sv.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Domains/se_sv.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Domains/se_sv.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Languages/en-gb.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Languages/en-gb.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Languages/en-gb.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Languages/en-gb.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Languages/sv.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Languages/sv.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Languages/sv.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Languages/sv.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Media/icon.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Media/icon.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Media/icon.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Media/icon.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Media/image-1.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Media/image-1.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Media/image-1.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Media/image-1.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Media/image-2.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Media/image-2.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/Media/image-2.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/Media/image-2.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/file.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/file.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/file.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/file.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/folder.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/folder.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/folder.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/folder.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/image.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/image.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/image.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/image.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediaarticle.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediaarticle.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediaarticle.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediaarticle.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediaaudio.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediaaudio.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediaaudio.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediaaudio.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediavectorgraphics.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediavectorgraphics.config similarity index 68% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediavectorgraphics.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediavectorgraphics.config index 89f7447..ec9180f 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediavectorgraphics.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediavectorgraphics.config @@ -57,6 +57,36 @@ false + + 9b93aad3-205b-425d-8bf6-bf1c1e81a889 + Height + umbracoHeight + 5eb57825-e15e-4fc7-8e37-fca65cdafbde + Umbraco.Label + false + + + 4 + Vector Graphics + + + false + + + 3b8804c1-4874-49e9-ad37-40c315730f9e + Width + umbracoWidth + 5eb57825-e15e-4fc7-8e37-fca65cdafbde + Umbraco.Label + false + + + 3 + Vector Graphics + + + false + diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediavideo.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediavideo.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MediaTypes/umbracomediavideo.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MediaTypes/umbracomediavideo.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MemberTypes/member.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MemberTypes/member.config similarity index 96% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MemberTypes/member.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MemberTypes/member.config index 91898b5..a9aa04e 100644 --- a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/MemberTypes/member.config +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/MemberTypes/member.config @@ -13,7 +13,7 @@ - 2a280588-0000-0000-0000-000000000000 + 70f24c26-1c0e-4053-bd8e-e9e6e4ec4c01 Comments umbracoMemberComments c6bac0dd-4ab9-45b1-8e30-e4b619ee5da3 diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/relateParentElementContainerOnContainerDelete.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/relateParentElementContainerOnContainerDelete.config new file mode 100644 index 0000000..f35d5b0 --- /dev/null +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/relateParentElementContainerOnContainerDelete.config @@ -0,0 +1,10 @@ + + + + Relate Parent Element Container On Container Delete + 2815b0cf-9706-499f-aa2a-8a4c7aef005d + 2815b0cf-9706-499f-aa2a-8a4c7aef005d + false + false + + \ No newline at end of file diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/relateParentElementContainerOnElementDelete.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/relateParentElementContainerOnElementDelete.config new file mode 100644 index 0000000..a33a1f5 --- /dev/null +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/relateParentElementContainerOnElementDelete.config @@ -0,0 +1,10 @@ + + + + Relate Parent Element Container On Element Delete + 2815b0cf-9706-499f-aa2a-8a4c7aef005d + 3d7b623c-94b1-487d-8554-a46ec37568be + false + false + + \ No newline at end of file diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/umbElement.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/umbElement.config new file mode 100644 index 0000000..5c0f114 --- /dev/null +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/umbElement.config @@ -0,0 +1,10 @@ + + + + Related Element + + + false + true + + \ No newline at end of file diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v17/RelationTypes/umbMember.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/umbMember.config similarity index 100% rename from src/Umbraco.Community.DataProtection.TestSite/uSync/v17/RelationTypes/umbMember.config rename to src/Umbraco.Community.DataProtection.TestSite/uSync/v18/RelationTypes/umbMember.config diff --git a/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/usync.config b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/usync.config new file mode 100644 index 0000000..0d9fd5b --- /dev/null +++ b/src/Umbraco.Community.DataProtection.TestSite/uSync/v18/usync.config @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/Umbraco.Community.DataProtection/Composing/UmbracoBuilderExtensions.cs b/src/Umbraco.Community.DataProtection/Composing/UmbracoBuilderExtensions.cs index 7cba472..26f4381 100644 --- a/src/Umbraco.Community.DataProtection/Composing/UmbracoBuilderExtensions.cs +++ b/src/Umbraco.Community.DataProtection/Composing/UmbracoBuilderExtensions.cs @@ -14,7 +14,7 @@ public static class UmbracoBuilderExtensions public static IDataProtectionBuilder AddUmbracoDataProtection(this IUmbracoBuilder builder, string? applicationDiscriminator = null, Action? configureOptions = null) { builder.Services.AddSingleton(); - builder.PackageMigrationPlans()!.Add(); + builder.PackageMigrationPlans().Add(); builder.Services.AddSingleton(); builder.Services.AddSingleton>(services => { diff --git a/src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj b/src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj index 82dac94..d57d5b7 100644 --- a/src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj +++ b/src/Umbraco.Community.DataProtection/Umbraco.Community.DataProtection.csproj @@ -23,14 +23,14 @@ - - - - + + + + - 17 + 18 $([System.DateTime]::UtcNow.ToString(`yyyy`)) $([System.DateTime]::UtcNow.ToString(`MMdd`).TrimStart(`0`)) -alpha-$([System.DateTime]::UtcNow.ToString(`Hmm-ss`).TrimStart(`.`)) @@ -40,7 +40,7 @@ - - + + diff --git a/src/Umbraco.Community.DataProtection/packages.lock.json b/src/Umbraco.Community.DataProtection/packages.lock.json index 92f76de..1cacbbf 100644 --- a/src/Umbraco.Community.DataProtection/packages.lock.json +++ b/src/Umbraco.Community.DataProtection/packages.lock.json @@ -4,102 +4,86 @@ "net10.0": { "jcdcdev.Umbraco.Core": { "type": "Direct", - "requested": "[17.0.0, 18.0.0)", - "resolved": "17.0.0", - "contentHash": "GGQmeYFHZLx/glGA0M37Dms/EhEURGQGrK9cT5J5mGusbcSxc5c8ujl3E5UbSId32DalhKDziptygkWMEC/Z3g==", + "requested": "[18.0.0-alpha.3, 19.0.0)", + "resolved": "18.0.0-alpha.3", + "contentHash": "hv9aqgyLHJjI5mgqPo2YMvwi5pPgIIPkSfE4zlNJisU5MGqr1rEaQ9tV7kr1d6lgFueMfHWgNY6zKmN5ObAc2w==", "dependencies": { - "Umbraco.Cms.Web.Common": "[17.0.0, 18.0.0)" + "Umbraco.Cms.Web.Common": "[18.0.0-rc3, 19.0.0)" } }, "Umbraco.Cms.Core": { "type": "Direct", - "requested": "[17.0.0, 18.0.0)", - "resolved": "17.0.0", - "contentHash": "XmwzNfoXJkT/QkK48ePr73PPZGTaJF2Z2vljKVdZMbMMaZqY3SForO8Uy9LcmFYqX9+VaPiyFEqF+0l/D6J0rw==", + "requested": "[18.0.0-rc3, 19.0.0)", + "resolved": "18.0.0-rc3", + "contentHash": "UMLKASCklDq63ZRf6Q0d8NBSmL/fKPDzUvBEVjyy5gWCwHXO7SW9d0aPVnwXXJ0hjSJNJrI/Kpme+7bmGxVCyA==", "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Embedded": "10.0.0", - "Microsoft.Extensions.FileProviders.Physical": "10.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "10.0.0", - "Microsoft.Extensions.Identity.Core": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0", - "Microsoft.Extensions.Options.DataAnnotations": "10.0.0" + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7" } }, "Umbraco.Cms.Infrastructure": { "type": "Direct", - "requested": "[17.0.0, 18.0.0)", - "resolved": "17.0.0", - "contentHash": "35L5XwCAqu/xQIkupt4jspqY302FkGC/eKTJwAa67T+uH65bRdQ9DKC4LJN3wQOK93zaWYGglhbpqFYXKVtxcw==", + "requested": "[18.0.0-rc3, 19.0.0)", + "resolved": "18.0.0-rc3", + "contentHash": "wyO2QJqhzolrLbCjU4sUvedG94WT+TA8fZ3fjcG0uLwmbNuYDS05gBQpwOfqkofbHx/078gp0AZ8kPaS9fJhqA==", "dependencies": { "Examine.Core": "3.7.1", "HtmlAgilityPack": "1.12.4", - "MailKit": "4.14.0", + "MailKit": "4.16.0", + "Markdig": "1.1.3", "Markdown": "2.2.1", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Configuration.Json": "10.0.0", - "Microsoft.Extensions.DependencyInjection": "10.0.0", - "Microsoft.Extensions.Http": "10.0.0", - "Microsoft.Extensions.Identity.Stores": "10.0.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", "MiniProfiler.Shared": "4.5.4", - "NPoco": "6.1.0", - "OpenIddict.Abstractions": "7.1.0", - "Serilog": "4.3.0", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", "Serilog.Enrichers.Process": "3.0.0", "Serilog.Enrichers.Thread": "4.0.0", "Serilog.Expressions": "5.0.0", - "Serilog.Extensions.Hosting": "9.0.0", + "Serilog.Extensions.Hosting": "10.0.0", "Serilog.Formatting.Compact": "3.0.0", "Serilog.Formatting.Compact.Reader": "4.0.0", - "Serilog.Settings.Configuration": "9.0.0", + "Serilog.Settings.Configuration": "10.0.0", "Serilog.Sinks.Async": "2.1.0", "Serilog.Sinks.File": "7.0.0", "Serilog.Sinks.Map": "2.0.0", - "System.Linq.Async": "7.0.0", - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", "ncrontab": "3.4.0" } }, "Asp.Versioning.Abstractions": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "mpeNZyMdvrHztJwR1sXIUQ+3iioEU97YMBnFA9WLbsPOYhGwDJnqJMmEd8ny7kcmS9OjTHoEuX/bSXXY3brIFA==", - "dependencies": { - "Microsoft.Extensions.Primitives": "8.0.0" - } + "resolved": "10.0.0", + "contentHash": "cMRE5nvNMfBgfkb0XFWst/7UtyXCjoAXnV0L4Scx4P9fcf0idgrj1Z0c+3ylsy01K4cOib7dKhCBfpg5z3r0Kg==" }, "Asp.Versioning.Http": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "Xu4xF62Cu9JqYi/CTa2TiK5kyHoa4EluPynj/bPFWDmlTIPzuJQbBI5RgFYVRFHjFVvWMoA77acRaFu7i7Wzqg==", + "resolved": "10.0.0", + "contentHash": "xmNm9FM2d20NKy7i1osEQysf7pJ4iJjWnM6e8CoeIhUREqG8nugsfC82pGpmzlatjAJL5T52ieSpyW+GFdSsSQ==", "dependencies": { - "Asp.Versioning.Abstractions": "8.1.0" + "Asp.Versioning.Abstractions": "10.0.0" } }, "Asp.Versioning.Mvc": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "BMAJM2sGsTUw5FQ9upKQt6GFoldWksePgGpYjl56WSRvIuE3UxKZh0gAL+wDTIfLshUZm97VCVxlOGyrcjWz9Q==", + "resolved": "10.0.0", + "contentHash": "W0wZ+0uZ0UK4KstjvEkNBZ0xxhBmxunwNg8582SVyyW7txQmSXibtm8fC4o82LaemPquYskms67bIbJOSrnlug==", "dependencies": { - "Asp.Versioning.Http": "8.1.0" + "Asp.Versioning.Http": "10.0.0" } }, "Asp.Versioning.Mvc.ApiExplorer": { "type": "Transitive", - "resolved": "8.1.0", - "contentHash": "a90gW/4TF/14Bjiwg9LqNtdKGC4G3gu02+uynq3bCISfQm48km5chny4Yg5J4hixQPJUwwJJ9Do1G+jM8L9h3g==", + "resolved": "10.0.0", + "contentHash": "H54UOpRoc4RmhQ4RA2lzDz43a/hAu/JN19Yyy/DNmH4XlRxhemfhifJyh9BaXNJOtGa2Dnu2xEeP4VSiTdUdAg==", "dependencies": { - "Asp.Versioning.Mvc": "8.1.0" + "Asp.Versioning.Mvc": "10.0.0" } }, "BouncyCastle.Cryptography": { "type": "Transitive", - "resolved": "2.6.1", - "contentHash": "vZsG2YILhthgRqO+ZVgRff4ZFKKTl0v7kqaVBLCtRvpREhfBP33pcWrdA3PRYgWuFL1RxiUFvjMUHTdBZlJcoA==" + "resolved": "2.6.2", + "contentHash": "7oWOcvnntmMKNzDLsdxAYqApt+AjpRpP2CShjMfIa3umZ42UQMvH0tl1qAliYPNYO6vTdcGMqnRrCPmsfzTI1w==" }, "Dazinator.Extensions.FileProviders": { "type": "Transitive", @@ -107,9 +91,6 @@ "contentHash": "Jb10uIvdGdaaOmEGUXeO1ssjp6YuvOuR87B5gLxGORFbroV1j7PDaVfEIgni7vV8KRcyAY5KvuMxgx6ADIEXNw==", "dependencies": { "DotNet.Glob": "3.1.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "1.0.2", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.1", "NETStandard.Library": "1.6.1" } }, @@ -124,20 +105,13 @@ "contentHash": "/Hq2jb+Bv2COlJszLhmsDIN9+8VZnwiaXA1RnzBSp24PfVR/GrY/WzlWNJSzjVt5yvYW7Fuq0V1Bfu9e/v1UIA==", "dependencies": { "Examine.Core": "3.7.1", - "Examine.Lucene": "3.7.1", - "Microsoft.AspNetCore.DataProtection": "8.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", - "System.Formats.Asn1": "8.0.1" + "Examine.Lucene": "3.7.1" } }, "Examine.Core": { "type": "Transitive", "resolved": "3.7.1", - "contentHash": "Vsm5DWtCTZ5cSyYN4Ryy6wWTFM1Q3Nz/1eeWHf5vNWIall0XQySApNbIofDfDNqDPauanHCoulj7y00vkhNBiw==", - "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.1", - "Microsoft.Extensions.Options": "8.0.2" - } + "contentHash": "Vsm5DWtCTZ5cSyYN4Ryy6wWTFM1Q3Nz/1eeWHf5vNWIall0XQySApNbIofDfDNqDPauanHCoulj7y00vkhNBiw==" }, "Examine.Lucene": { "type": "Transitive", @@ -146,9 +120,7 @@ "dependencies": { "Examine.Core": "3.7.1", "Lucene.Net.QueryParser": "4.8.0-beta00017", - "Lucene.Net.Replicator": "4.8.0-beta00017", - "System.Threading": "4.3.0", - "System.Threading.AccessControl": "8.0.0" + "Lucene.Net.Replicator": "4.8.0-beta00017" } }, "HtmlAgilityPack": { @@ -171,8 +143,7 @@ "resolved": "4.8.0-beta00017", "contentHash": "7LLWS9nNwx01AyE/KXMh+qdAlzDkRANE8407AO/wEmLL1InzVKFwfsRdRmwg4ILOMFui4xZ1Y54eqvzo3Tf9Vw==", "dependencies": { - "J2N": "[2.1.0, 3.0.0)", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + "J2N": "[2.1.0, 3.0.0)" } }, "Lucene.Net.Analysis.Common": { @@ -248,393 +219,76 @@ }, "MailKit": { "type": "Transitive", - "resolved": "4.14.0", - "contentHash": "x1J8KIXGP8bWiiLox9g/hSdecqdDcOr9mZa4lumPjT1rvd+mnVm2pOOB4sYgABYcwW2uI7mAQMk7M+4OBD9iiA==", + "resolved": "4.16.0", + "contentHash": "trJ82DOpAmo8i1jO1vNE+dGn4mPRyeYfy4swRcAGgMJhPoI1Kohf4OFJJf0+YIj4iUxgxPn8W+ht7e7KiYzSjg==", "dependencies": { - "MimeKit": "4.14.0", - "System.Formats.Asn1": "8.0.1" + "MimeKit": "4.16.0" } }, + "Markdig": { + "type": "Transitive", + "resolved": "1.1.3", + "contentHash": "wboYc6YToID7koq+onej7rjd/kv4urZaZ4QMiJoF/jXt/ZlXe2Af9gWG4nOe5tk654UaOPYvKL64iFum7qWEYA==" + }, "Markdown": { "type": "Transitive", "resolved": "2.2.1", - "contentHash": "A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Runtime.Extensions": "4.1.0", - "System.Text.RegularExpressions": "4.1.0" - } + "contentHash": "A6veXuFP1n50RbmFNtTgfHxnHmwMsgFLSCgS1xWbg5L8n5N6HFEksTlXocZ0LsmGW4leBzeLJd+BY7+g83zFJA==" }, "MessagePack": { "type": "Transitive", - "resolved": "3.1.4", - "contentHash": "BH0wlHWmVoZpbAPyyt2Awbq30C+ZsS3eHSkYdnyUAbqVJ22fAJDzn2xTieBeoT5QlcBzp61vHcv878YJGfi3mg==", + "resolved": "3.1.7", + "contentHash": "gXpifaxbhfBqh8bVToQn9j+OgCnhXWMbRCV7RQIbCVa9CNJG1fY6oHAYYl+ER3Tb9uUIHiQ5QbGiGwwFhoagbA==", "dependencies": { - "MessagePack.Annotations": "3.1.4", - "MessagePackAnalyzer": "3.1.4", + "MessagePack.Annotations": "3.1.7", + "MessagePackAnalyzer": "3.1.7", "Microsoft.NET.StringTools": "17.11.4" } }, "MessagePack.Annotations": { "type": "Transitive", - "resolved": "3.1.4", - "contentHash": "aVWrDAkCdqxwQsz/q0ldPh2EFn48M99YUzE9OvZjMq2RNLKz4o2z88iGFvSvbMqOWRweRvKPHBJZe22PRqzslQ==" + "resolved": "3.1.7", + "contentHash": "IW1yX9viarFl/Dsio5G+pM90JkOSW4xhAiJcKxPPF5rzyp2/yCpieWju8G99QLEmaQeze2uQMEskUBA59YZmkw==" }, "MessagePackAnalyzer": { "type": "Transitive", - "resolved": "3.1.4", - "contentHash": "CTaSsN/liJ7MhLCAB7Z4ZLBNuVGCq9lt2BT/cbrc9vzGv89yK3CqIA+z9T19a11eQYl9etZHL6MQJgCqECRVpg==" - }, - "Microsoft.AspNetCore.Cryptography.Internal": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "jGlm8BsWcN1IIxLaxcHP6s0u2OEiBMa0HPCiWkMK7xox/h4WP2CRMyk7tV0cJC5LdM3JoR5UUqU2cxat6ElwlA==" - }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "Xo7cBZnUfe+i+rnfM+NH/KVD50BnBrfjsUBjMzjxAL0HdNAUcnhcx9/01o4CX7CKf+jc2bgvg+frlT4aJcVdyg==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "10.0.0" - } - }, - "Microsoft.AspNetCore.DataProtection": { - "type": "Transitive", - "resolved": "8.0.4", - "contentHash": "p6mlJTLfEoWyg4atIzdNpI48f/Bn8mpGqs5AW7TaqkQdxbVekovUj1BrLcuUoysyODVP3C9Db6J1y3RD6kD4pQ==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "8.0.4", - "Microsoft.AspNetCore.DataProtection.Abstractions": "8.0.4", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.1", - "Microsoft.Extensions.Hosting.Abstractions": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.1", - "Microsoft.Extensions.Options": "8.0.2", - "System.Security.Cryptography.Xml": "8.0.0" - } - }, - "Microsoft.AspNetCore.DataProtection.Abstractions": { - "type": "Transitive", - "resolved": "8.0.4", - "contentHash": "iqEPvlPGn9WJl5d+gWRG+ASap3cRDmNTQG4Ozep7YZKr+fOTm6tbcIazNZtUlRIlTTxY9Rr0cwNXTmPJkxJnlw==" - }, - "Microsoft.AspNetCore.Hosting.Abstractions": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "CSVd9h1TdWDT2lt62C4FcgaF285J4O3MaOqTVvc7xP+3bFiwXcdp6qEd+u1CQrdJ+xJuslR+tvDW7vWQ/OH5Qw==", - "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "1.0.2", - "Microsoft.AspNetCore.Http.Abstractions": "1.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.2", - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.2", - "Microsoft.Extensions.FileProviders.Abstractions": "1.0.1", - "Microsoft.Extensions.Logging.Abstractions": "1.0.2" - } - }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "6ZtFh0huTlrUl72u9Vic0icCVIQiEx7ULFDx3P7BpOI97wjb0GAXf8B4m9uSpSGf0vqLEKFlkPbvXF0MXXEzhw==", - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.2", - "Microsoft.Extensions.Configuration.Abstractions": "1.0.2" - } - }, - "Microsoft.AspNetCore.Http.Abstractions": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "peJqc7BgYwhTzOIfFHX3/esV6iOXf17Afekh6mCYuUD3aWyaBwQuWYaKLR+RnjBEWaSzpCDgfCMMp5Y3LUXsiA==", - "dependencies": { - "Microsoft.AspNetCore.Http.Features": "1.0.2", - "System.Globalization.Extensions": "4.0.1", - "System.Linq.Expressions": "4.1.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encodings.Web": "4.0.0" - } - }, - "Microsoft.AspNetCore.Http.Features": { - "type": "Transitive", - "resolved": "1.0.2", - "contentHash": "9l/Y/CO3q8tET3w+dDiByREH8lRtpd14cMevwMV5nw2a/avJ5qcE3VVIE5U5hesec2phTT6udQEgwjHmdRRbig==", - "dependencies": { - "Microsoft.Extensions.Primitives": "1.0.1", - "System.Collections": "4.0.11", - "System.ComponentModel": "4.0.1", - "System.Linq": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Net.WebSockets": "4.0.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Security.Principal": "4.0.1" - } - }, - "Microsoft.Extensions.Caching.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "Zcoy6H9mSoGyvr7UvlGokEZrlZkcPCICPZr8mCsSt9U/N8eeCwCXwKF5bShdA66R0obxBCwP4AxomQHvVkC/uA==", - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - } + "resolved": "3.1.7", + "contentHash": "ZF+OOJTRS7Ogzb4gG36hPKVQk3kEbp6kkUcdRjhddDq/uSGcV4BKIdYiyJipExXyE/zsqYb0ic215O9kI+fjPA==" }, "Microsoft.Extensions.Caching.Hybrid": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "xvhmF2dlwC3e8KKSuWOjJkjQdKG80991CUqjDnqzV1Od0CgMqbDw49kGJ9RiGrp3nbLTYCSb3c+KYo6TcENYRw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.Caching.Memory": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Caching.Memory": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "krK19MKp0BNiR9rpBDW7PKSrTMLVlifS9am3CVc4O1Jq6GWz0o4F+sw5OSL4L3mVd56W8l6JRgghUa2KB51vOw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "H4SWETCh/cC5L1WtWchHR6LntGk3rDTTznZMssr4cL8IbDmMWBxY+MOGDc/ASnqNolLKPIWHWeuC1ddiL/iNPw==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "d2kDKnCsJvY7mBVhcjPSp9BkJk48DsaHPg5u+Oy4f8XaOqnEedRy/USyvnpHL92wpJ6DrTPy7htppUUzskbCXQ==", - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.Binder": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "tMF9wNh+hlyYDWB8mrFCQHQmWHlRosol1b/N2Jrefy1bFLnuTlgSYmPyHNmz8xVQgs7DpXytBRWxGhG+mSTp0g==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.FileExtensions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "LqCTyF0twrG4tyEN6PpSC5ewRBDwCBazRUfCOdRddwaQ3n2S57GDDeYOlTLcbV/V2dxSSZWg5Ofr48h6BsBmxw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Physical": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Configuration.Json": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "BIOPTEAZoeWbHlDT9Zudu+rpecZizFwhdIFRiyZKDml7JbayXmfTXKUt+ezifsSXfBkWDdJM10oDOxo8pufEng==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Configuration.FileExtensions": "10.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "f0RBabswJq+gRu5a+hWIobrLWiUYPKMhCD9WO3sYBAdSy3FFH14LMvLVFZc2kPSCimBLxSuitUhsd6tb0TAY6A==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "L3AdmZ1WOK4XXT5YFPEwyt0ep6l8lGIPs7F5OOBZc77Zqeo01Of7XXICy47628sdVl0v/owxYJTe86DTgFwKCA==" + "resolved": "10.5.0", + "contentHash": "INkOmE/6q6txxCS45A9HfY8dCqqjTMJfGzr3cNoMwuZpHVSr0JhMfgr/QNm9BvtvyzsyiK+q7yhCn57fBmoy9Q==" }, "Microsoft.Extensions.DependencyModel": { - "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "saxr2XzwgDU77LaQfYFXmddEDRUKHF4DaGMZkNB3qjdVSZlax3//dGJagJkKrGMIPNZs2jVFXITyCCR6UHJNdA==" - }, - "Microsoft.Extensions.Diagnostics": { "type": "Transitive", "resolved": "10.0.0", - "contentHash": "xjkxIPgrT0mKTfBwb+CVqZnRchyZgzKIfDQOp8z+WUC6vPe3WokIf71z+hJPkH0YBUYJwa7Z/al1R087ib9oiw==", - "dependencies": { - "Microsoft.Extensions.Configuration": "10.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "10.0.0" - } - }, - "Microsoft.Extensions.Diagnostics.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "SfK89ytD61S7DgzorFljSkUeluC1ncn6dtZgwc0ot39f/BEYWBl5jpgvodxduoYAs1d9HG8faCDRZxE95UMo2A==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "/ppSdehKk3fuXjlqCDgSOtjRK/pSHU8eWgzSHfHdwVm5BP4Dgejehkw+PtxKG2j98qTDEHDst2Y99aNsmJldmw==", - "dependencies": { - "Microsoft.Extensions.Primitives": "10.0.0" - } + "contentHash": "RFYJR7APio/BiqdQunRq6DB+nDB6nc2qhHr77mlvZ0q0BT8PubMXN7XicmfzCbrDE/dzhBnUKBRXLTcqUiZDGg==" }, "Microsoft.Extensions.FileProviders.Embedded": { "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "ECaTMB4NdV9W1es9J6tN0yoXRPUHKMi5+2L7hcVZ5k9zVdxccIx6+vMllwEYcdTaO0mCETEmdH4F0KxCqgnPaw==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.FileProviders.Physical": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "UZUQ74lQMmvcprlG8w+XpxBbyRDQqfb7GAnccITw32hdkUBlmm9yNC4xl4aR9YjgV3ounZcub194sdmLSfBmPA==", - "dependencies": { - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", - "Microsoft.Extensions.FileSystemGlobbing": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.FileSystemGlobbing": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "5hfVl/e+bx1px2UkN+1xXhd3hu7Ui6ENItBzckFaRDQXfr+SHT/7qrCDrlQekCF/PBtEu2vtk87U2+gDEF8EhQ==" - }, - "Microsoft.Extensions.Hosting.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "KrN6TGFwCwqOkLLk/idW/XtDQh+8In+CL9T4M1Dx+5ScsjTq4TlVbal8q532m82UYrMr6RiQJF2HvYCN0QwVsA==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Diagnostics.Abstractions": "10.0.0", - "Microsoft.Extensions.FileProviders.Abstractions": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.Http": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "r+mSvm/Ryc/iYcc9zcUG5VP9EBB8PL1rgVU6macEaYk45vmGRk9PntM3aynFKN6s3Q4WW36kedTycIctctpTUQ==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Diagnostics": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Identity.Core": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "EstJPVPxd71mTw5x4pbnUvSpPi3xWDNasM0QZx0p2J6bCxQkq7YNksRUJvOfFN28VCMrGRejnheNaGLDy/ROQQ==", - "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Identity.Stores": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "Rtg3Mjy13li7Lpim7qP+JN1pWXsBR/8mslLIhSMvt8WfojxkDlvUhVxY2leIVYnnl5igfixGLzjpC2soGhPCBw==", - "dependencies": { - "Microsoft.Extensions.Caching.Abstractions": "10.0.0", - "Microsoft.Extensions.Identity.Core": "10.0.0", - "Microsoft.Extensions.Logging": "10.0.0" - } - }, - "Microsoft.Extensions.Logging": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "BStFkd5CcnEtarlcgYDBcFzGYCuuNMzPs02wN3WBsOFoYIEmYoUdAiU+au6opzoqfTYJsMTW00AeqDdnXH2CvA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "10.0.0", - "Microsoft.Extensions.Logging.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Logging.Abstractions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "FU/IfjDfwaMuKr414SSQNTIti/69bHEMb+QKrskRb26oVqpx3lNFXMjs/RC9ZUuhBhcwDM2BwOgoMw+PZ+beqQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0" - } - }, - "Microsoft.Extensions.Options": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "8oCAgXOow5XDrY9HaXX1QmH3ORsyZO/ANVHBlhLyCeWTH5Sg4UuqZeOTWJi6484M+LqSx0RqQXDJtdYy2BNiLQ==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Options.ConfigurationExtensions": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "tL9cSl3maS5FPzp/3MtlZI21ExWhni0nnUCF8HY4npTsINw45n9SNDbkKXBMtFyUFGSsQep25fHIDN4f/Vp3AQ==", - "dependencies": { - "Microsoft.Extensions.Configuration.Abstractions": "10.0.0", - "Microsoft.Extensions.Configuration.Binder": "10.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0", - "Microsoft.Extensions.Primitives": "10.0.0" - } - }, - "Microsoft.Extensions.Options.DataAnnotations": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "nwyF0pUubUWgzxw5y0g1Vsp2n/Psv4V7HekgUTlFK/pNlzZaQOBp56ww5GFeg4GpaMK8Lu+02XIEjqzoIcFJGw==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "10.0.0", - "Microsoft.Extensions.Options": "10.0.0" - } - }, - "Microsoft.Extensions.Primitives": { - "type": "Transitive", - "resolved": "10.0.0", - "contentHash": "inRnbpCS0nwO/RuoZIAqxQUuyjaknOOnCEZB55KSMMjRhl0RQDttSmLSGsUJN3RQ3ocf5NDLFd2mOQViHqMK5w==" + "resolved": "10.0.7", + "contentHash": "Btm5vy3ZjIy4GwG5EGSnayiUrLeDsJ6n+RgaPs2xbjA53tXRTCtkZ9v086qHF71tJuVmQiJ8o0IXlm2XVibXJw==" }, "Microsoft.IdentityModel.Abstractions": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "iwbCpSjD3ehfTwBhtSNEtKPK0ICun6ov7Ibx6ISNA9bfwIyzI2Siwyi9eJFCJBwxowK9xcA1mj+jBWiigeqgcQ==" + "resolved": "8.16.0", + "contentHash": "gSxKLWRZzBpIsEoeUPkxfywNCCvRvl7hkq146XHPk5vOQc9izSf1I+uL1vh4y2U19QPxd9Z8K/8AdWyxYz2lSg==" }, "Microsoft.IdentityModel.Logging": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "eqqnemdW38CKZEHS6diA50BV94QICozDZEvSrsvN3SJXUFwVB9gy+/oz76gldP7nZliA16IglXjXTCTdmU/Ejg==", + "resolved": "8.16.0", + "contentHash": "MTzXmETkNQPACR7/XCXM1OGM6oU9RkyibqeJRtO9Ndew2LnGjMf9Atqj2VSf4XC27X0FQycUAlzxxEgQMWn2xQ==", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "8.14.0" + "Microsoft.IdentityModel.Abstractions": "8.16.0" } }, "Microsoft.IdentityModel.Tokens": { "type": "Transitive", - "resolved": "8.14.0", - "contentHash": "lKIZiBiGd36k02TCdMHp1KlNWisyIvQxcYJvIkz7P4gSQ9zi8dgh6S5Grj8NNG7HWYIPfQymGyoZ6JB5d1Lo1g==", + "resolved": "8.16.0", + "contentHash": "rtViGJcGsN7WcfUNErwNeQgjuU5cJNl6FDQsfi9TncwO+Epzn0FTfBsg3YuFW1Q0Ch/KPxaVdjLw3/+5Z5ceFQ==", "dependencies": { - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.IdentityModel.Logging": "8.14.0" + "Microsoft.IdentityModel.Logging": "8.16.0" } }, "Microsoft.NET.StringTools": { @@ -647,28 +301,13 @@ "resolved": "1.1.0", "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" }, - "Microsoft.NETCore.Targets": { - "type": "Transitive", - "resolved": "1.1.0", - "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" - }, - "Microsoft.Win32.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, "MimeKit": { "type": "Transitive", - "resolved": "4.14.0", - "contentHash": "g0LtsMC8DCTkc030C3UgVqbltOJmV5cz4AX8ASowz2ZA+lxopXSYtC1XXYmenxy606aWFLwi5Xy4cC/zyYjbjQ==", + "resolved": "4.16.0", + "contentHash": "X0LFxeM4gPRIhODyY/HYS9b+zRZ7y//v59rFzgS6wLxcPuZThnMtNZHtrr0fjLyRRkg3gqJBtvW36XfUzZ7Djw==", "dependencies": { - "BouncyCastle.Cryptography": "2.6.1", - "System.Security.Cryptography.Pkcs": "8.0.1" + "BouncyCastle.Cryptography": "2.6.2", + "System.Security.Cryptography.Pkcs": "10.0.0" } }, "MiniProfiler.AspNetCore": { @@ -690,10 +329,7 @@ "MiniProfiler.Shared": { "type": "Transitive", "resolved": "4.5.4", - "contentHash": "f8ckFm/xTS8C2Bn4BdVc94dNvg+tRfk0e4XFaETOqRi6r0PUOyn3Z9jTQCVpB3R1pP5WiRsEIrqqxux95BVpTA==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0" - } + "contentHash": "f8ckFm/xTS8C2Bn4BdVc94dNvg+tRfk0e4XFaETOqRi6r0PUOyn3Z9jTQCVpB3R1pP5WiRsEIrqqxux95BVpTA==" }, "NCrontab": { "type": "Transitive", @@ -705,50 +341,7 @@ "resolved": "1.6.1", "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.3.0", - "System.AppContext": "4.3.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Console": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.Compression.ZipFile": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.Net.Http": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Net.Sockets": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Timer": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0" + "Microsoft.NETCore.Platforms": "1.1.0" } }, "Newtonsoft.Json": { @@ -758,156 +351,42 @@ }, "NPoco": { "type": "Transitive", - "resolved": "6.1.0", - "contentHash": "VFcvKZAh0jMtREfvKWx78muAqRgI2mtLHYeZo8YA6ywhzMLaY7eYqOVFNcGH1bbObIo9DvS0OCz6ueYsvi10sA==", + "resolved": "6.2.0", + "contentHash": "/E5smklogHeYhX639dYYhcc0Gx55LriAlU2ZfLDO44g0o4pmKPtJVzE0QR+wPGaskrrZ5JiI3Dd+CKGh8u5YRw==", "dependencies": { - "NPoco.Abstractions": "6.1.0", - "System.Linq.Async": "6.0.1", - "System.Reflection.Emit.Lightweight": "4.7.0" + "NPoco.Abstractions": "6.2.0" } }, "NPoco.Abstractions": { "type": "Transitive", - "resolved": "6.1.0", - "contentHash": "iFBuhhdUF7SF38c+FYWBzBIYsepSGxKl9QnSt/x1fuBEReW3Es0yDOxdQC7i7cY6QANlqOgPTkaO4gCQYjKHzA==", - "dependencies": { - "System.Reflection.Emit.Lightweight": "4.7.0" - } + "resolved": "6.2.0", + "contentHash": "DRx593fF5CJZ8pj94StWdZsE9/iXkJKp3L2xp6Y9EAliHf4+e1y4QvWL/jJmeZ7zb8NKpwyf6tq1CZDS2mQwAA==" }, "OpenIddict.Abstractions": { "type": "Transitive", - "resolved": "7.1.0", - "contentHash": "nHITUrygfjQuX0ki7IBojFq3BrUCvZdDeS8gCDrmUjBOgG/NsfUxLFdzCA3OWUaipLLwOY1bGF+vuWnPL7xmyg==", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.9", - "Microsoft.Extensions.Primitives": "9.0.9", - "Microsoft.IdentityModel.Tokens": "8.14.0" - } - }, - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" - }, - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" - }, - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" - }, - "runtime.native.System": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "resolved": "7.5.0", + "contentHash": "4m3smhkdeWITo1UWc3zYyGketh0ELn6UZRuZEnzcyS6fuflvl1MNSHbg1wPTTGldlxcq6VwWvVvKWyaTW/25Ig==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.IdentityModel.Tokens": "8.16.0" } }, - "runtime.native.System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", - "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" - } - }, - "runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", - "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" - }, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" - }, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" - }, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" - }, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" - }, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" - }, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" - }, "Serilog": { "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "+cDryFR0GRhsGOnZSKwaDzRRl4MupvJ42FhCE4zhQRVanX0Jpg6WuCBk59OVhVDPmab1bB+nRykAnykYELA9qQ==" + "resolved": "4.3.1", + "contentHash": "savYe7h5yRlkqBVOwP8cIRDOdqKiPmYCU4W87JH38sBmcKD5EBoXvQIw6bNEvZ/pTe1gsiye3VFCzBsoppGkXQ==" }, "Serilog.AspNetCore": { "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "JslDajPlBsn3Pww1554flJFTqROvK9zz9jONNQgn0D8Lx2Trw8L0A8/n6zEQK1DAZWXrJwiVLw8cnTR3YFuYsg==", + "resolved": "10.0.0", + "contentHash": "a/cNa1mY4On1oJlfGG1wAvxjp5g7OEzk/Jf/nm7NF9cWoE7KlZw1GldrifUBWm9oKibHkR7Lg/l5jy3y7ACR8w==", "dependencies": { - "Serilog": "4.2.0", - "Serilog.Extensions.Hosting": "9.0.0", + "Serilog": "4.3.0", + "Serilog.Extensions.Hosting": "10.0.0", "Serilog.Formatting.Compact": "3.0.0", - "Serilog.Settings.Configuration": "9.0.0", - "Serilog.Sinks.Console": "6.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Console": "6.1.1", "Serilog.Sinks.Debug": "3.0.0", - "Serilog.Sinks.File": "6.0.0" + "Serilog.Sinks.File": "7.0.0" } }, "Serilog.Enrichers.Process": { @@ -936,22 +415,18 @@ }, "Serilog.Extensions.Hosting": { "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "u2TRxuxbjvTAldQn7uaAwePkWxTHIqlgjelekBtilAGL5sYyF3+65NWctN4UrwwGLsDC7c3Vz3HnOlu+PcoxXg==", + "resolved": "10.0.0", + "contentHash": "E7juuIc+gzoGxgzFooFgAV8g9BfiSXNKsUok9NmEpyAXg2odkcPsMa/Yo4axkJRlh0se7mkYQ1GXDaBemR+b6w==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "9.0.0", - "Microsoft.Extensions.Logging.Abstractions": "9.0.0", - "Serilog": "4.2.0", - "Serilog.Extensions.Logging": "9.0.0" + "Serilog": "4.3.0", + "Serilog.Extensions.Logging": "10.0.0" } }, "Serilog.Extensions.Logging": { "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "NwSSYqPJeKNzl5AuXVHpGbr6PkZJFlNa14CdIebVjK3k/76kYj/mz5kiTRNVSsSaxM8kAIa1kpy/qyT9E4npRQ==", + "resolved": "10.0.0", + "contentHash": "vx0kABKl2dWbBhhqAfTOk53/i8aV/5VaT3a6il9gn72Wqs2pM7EK2OB6No6xdqK2IaY6Zf9gdjLuK9BVa2rT+Q==", "dependencies": { - "Microsoft.Extensions.Logging": "9.0.0", "Serilog": "4.2.0" } }, @@ -974,12 +449,11 @@ }, "Serilog.Settings.Configuration": { "type": "Transitive", - "resolved": "9.0.0", - "contentHash": "4/Et4Cqwa+F88l5SeFeNZ4c4Z6dEAIKbu3MaQb2Zz9F/g27T5a3wvfMcmCOaAiACjfUb4A6wrlTVfyYUZk3RRQ==", + "resolved": "10.0.0", + "contentHash": "LNq+ibS1sbhTqPV1FIE69/9AJJbfaOhnaqkzcjFy95o+4U+STsta9mi97f1smgXsWYKICDeGUf8xUGzd/52/uA==", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.DependencyModel": "9.0.0", - "Serilog": "4.2.0" + "Microsoft.Extensions.DependencyModel": "10.0.0", + "Serilog": "4.3.0" } }, "Serilog.Sinks.Async": { @@ -992,8 +466,8 @@ }, "Serilog.Sinks.Console": { "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "fQGWqVMClCP2yEyTXPIinSr5c+CBGUvBybPxjAGcf7ctDhadFhrQw03Mv8rJ07/wR5PDfFjewf2LimvXCDzpbA==", + "resolved": "6.1.1", + "contentHash": "8jbqgjUyZlfCuSTaJk6lOca465OndqOz3KZP6Cryt/IqZYybyBu7GP0fE/AXBzrrQB3EBmQntBFAvMVz1COvAA==", "dependencies": { "Serilog": "4.0.0" } @@ -1022,844 +496,127 @@ "Serilog": "4.0.0" } }, - "System.AppContext": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Buffers": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Collections": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Collections.Concurrent": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.ComponentModel": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.Console": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Diagnostics.Debug": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.DiagnosticSource": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Diagnostics.Tools": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Diagnostics.Tracing": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Formats.Asn1": { - "type": "Transitive", - "resolved": "8.0.1", - "contentHash": "XqKba7Mm/koKSjKMfW82olQdmfbI5yqeoLV/tidRp7fbh5rmHAQ5raDI/7SU0swTzv+jgqtUGkzmFxuUg0it1A==" - }, - "System.Globalization": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Calendars": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Globalization.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0" - } - }, "System.Interactive.Async": { "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "Ckj+tg2BVOZ0oLp7FAbjfvRyA/BMkUhVxROLd+x22zncRR6KD7CdFzAYp+9Mo2cedxAMo2X9ZNyhZu68jdDITw==" - }, - "System.IO": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.Compression": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.3.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.IO.Compression": "4.3.0" - } - }, - "System.IO.Compression.ZipFile": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", - "dependencies": { - "System.Buffers": "4.3.0", - "System.IO": "4.3.0", - "System.IO.Compression": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.IO.FileSystem": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.IO.FileSystem.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Linq": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } + "resolved": "7.0.1", + "contentHash": "oL1iox7sAJL8i+muGzVMQjDB0axQgOoT5CkwYdap8cQJMkWDWMRErNqhOcZkn31+aKr/uCfgMEdhUARCU4G7gg==" }, "System.Linq.Async": { "type": "Transitive", - "resolved": "7.0.0", - "contentHash": "A2Wci92Oyuodi8YLMQCJJ0vHqzgRFgEUG1K6tQNcoxHd3w05B1LvGzXvxQnGYPIL4Cr4hicHytpk2F2Jx8TZHg==", - "dependencies": { - "System.Interactive.Async": "7.0.0" - } - }, - "System.Linq.Expressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Linq": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Net.Http": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "resolved": "7.0.1", + "contentHash": "gwQtBHVY/WgqWgAYSe4JspXR+f1FvMbVIW4ixsJpGV/Kj8Nun3zp1ajIdvCWfmac8ektJGVLiJ/OR8JU9nZnMg==", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Net.Sockets": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Net.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Net.WebSockets": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" - } - }, - "System.ObjectModel": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Reflection": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", - "dependencies": { - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.ILGeneration": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Emit.Lightweight": { - "type": "Transitive", - "resolved": "4.7.0", - "contentHash": "a4OLB4IITxAXJeV74MDx49Oq2+PsF6Sml54XAFv+2RyWwtDBcabzoxiiJRhdhx+gaohLh4hEGCLQyBozXoQPqA==" - }, - "System.Reflection.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Reflection.TypeExtensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Resources.ResourceManager": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Globalization": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" - } - }, - "System.Runtime.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Handles": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.InteropServices": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Reflection": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" - } - }, - "System.Runtime.InteropServices.RuntimeInformation": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0" - } - }, - "System.Runtime.Numerics": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", - "dependencies": { - "System.Globalization": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0" - } - }, - "System.Security.Claims": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "4Jlp0OgJLS/Voj1kyFP6MJlIYp3crgfH8kNQk2p7+4JYfc1aAmh9PZyAMMbDhuoolGNtux9HqSOazsioRiDvCw==", - "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Security.Principal": "4.0.1" - } - }, - "System.Security.Cryptography.Algorithms": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.Apple": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Cng": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Security.Cryptography.Csp": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0" - } - }, - "System.Security.Cryptography.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Linq": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.OpenSsl": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", - "dependencies": { - "System.Collections": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "System.Interactive.Async": "7.0.1" } }, "System.Security.Cryptography.Pkcs": { "type": "Transitive", - "resolved": "8.0.1", - "contentHash": "CoCRHFym33aUSf/NtWSVSZa99dkd0Hm7OCZUxORBjRB16LNhIEOf8THPqzIYlvKM0nNDAPTRBa1FxEECrgaxxA==" - }, - "System.Security.Cryptography.Primitives": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", - "dependencies": { - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Security.Cryptography.X509Certificates": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Calendars": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.Numerics": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", - "System.Security.Cryptography.Csp": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Security.Cryptography.Xml": { - "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "HQSFbakswZ1OXFz2Bt3AJlC6ENDqWeVpgqhf213xqQUMDifzydOHIKVb1RV4prayobvR3ETIScMaQdDF2hwGZA==", - "dependencies": { - "System.Security.Cryptography.Pkcs": "8.0.0" - } - }, - "System.Security.Principal": { - "type": "Transitive", - "resolved": "4.0.1", - "contentHash": "On+SKhXY5rzxh/S8wlH1Rm0ogBlu7zyHNxeNBiXauNrhHRXAe9EuX8Yl5IOzLPGU5Z4kLWHMvORDOCG8iu9hww==", - "dependencies": { - "System.Runtime": "4.1.0" - } - }, - "System.Text.Encoding": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Text.Encoding.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, - "System.Text.Encodings.Web": { - "type": "Transitive", - "resolved": "4.0.0", - "contentHash": "TWZnuiJgPDAEEUfobD7njXvSVR2Toz+jvKWds6yL4oSztmKQfnWzucczjzA+6Dv1bktBdY71sZW1YN0X6m9chQ==", - "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" - } - }, - "System.Text.RegularExpressions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", - "dependencies": { - "System.Runtime": "4.3.0" - } - }, - "System.Threading": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", - "dependencies": { - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.AccessControl": { - "type": "Transitive", - "resolved": "8.0.0", - "contentHash": "cIed5+HuYz+eV9yu9TH95zPkqmm1J9Qps9wxjB335sU8tsqc2kGdlTEH9FZzZeCS8a7mNSEsN8ZkyhQp1gfdEw==" - }, - "System.Threading.Tasks": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Threading.Tasks.Extensions": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, - "System.Threading.Timer": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" - } - }, - "System.Xml.ReaderWriter": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.IO.FileSystem.Primitives": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" - } - }, - "System.Xml.XDocument": { - "type": "Transitive", - "resolved": "4.3.0", - "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", - "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.Reflection": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" - } + "resolved": "10.0.0", + "contentHash": "UPWqLSygJlFerRi9XNIuM0a1VC8gHUIufyP24xQ0sc+XimqUAEcjpOz9DhKpyDjH+5B/wO3RpC0KpkEeDj/ddg==" }, "Umbraco.Cms.Examine.Lucene": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "aXFH11q28zCYNLg/sndCkyAZmkqx5aHqEG6zRt0wYogaHTn6wAWsWWMyJUcKwYw4hOHIDpOA2QxdCdHFtZjJOQ==", + "resolved": "18.0.0-rc3", + "contentHash": "k9YNijBPWSV2IPnuQzak+y/Am3aAPZDNS1mBfy96RpWw/nz9wmJPwiQM3NU7CXAei47d+riA0XWLIko3W4Dyzg==", "dependencies": { "Examine": "3.7.1", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.PublishedCache.HybridCache": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "3VWixFu/jVZCtKv7J1Ed8wLQzhzOyb+gLE6oCA5/IaPiTRMue0MoUz6hkLvw676YUV2+W2ZlHtgRAhpCzTeF1Q==", + "resolved": "18.0.0-rc3", + "contentHash": "ifRwaWhdY/XFcCIj/56wqZM0rh63dpxuVMnFnj3OVm+y3v4u/VQ6ZvlfH2wZia14dXEfljCVriHjhEAYLprT9Q==", "dependencies": { + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", "K4os.Compression.LZ4": "1.3.8", - "MessagePack": "3.1.4", - "Microsoft.Extensions.Caching.Hybrid": "10.0.0", - "Umbraco.Cms.Core": "[17.0.0, 18.0.0)", - "Umbraco.Cms.Infrastructure": "[17.0.0, 18.0.0)" + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Core": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.Infrastructure": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } }, "Umbraco.Cms.Web.Common": { "type": "Transitive", - "resolved": "17.0.0", - "contentHash": "pxOjmroYiM8JiDpTYK+hfUYI+N4v6+bSjgAfIotIEz+S/HF92qQElkxvO8jwTAkBzW8UfvgTa/CtgRtpg5zAyg==", + "resolved": "18.0.0-rc3", + "contentHash": "uTvSClnPGhFz32LIF6wj9wcbQR0FBBzmGJQ/8j85L5Mu5utD5wNpYObOVOZP6tdQaW7QNc/Xfj0pdeqWO4T+SQ==", "dependencies": { - "Asp.Versioning.Mvc": "8.1.0", - "Asp.Versioning.Mvc.ApiExplorer": "8.1.0", + "Asp.Versioning.Mvc": "10.0.0", + "Asp.Versioning.Mvc.ApiExplorer": "10.0.0", "Dazinator.Extensions.FileProviders": "2.0.0", + "Examine": "3.7.1", + "Examine.Core": "3.7.1", + "HtmlAgilityPack": "1.12.4", + "K4os.Compression.LZ4": "1.3.8", + "MailKit": "4.16.0", + "Markdig": "1.1.3", + "Markdown": "2.2.1", + "MessagePack": "3.1.7", + "Microsoft.Extensions.Caching.Hybrid": "10.5.0", + "Microsoft.Extensions.FileProviders.Embedded": "10.0.7", "MiniProfiler.AspNetCore.Mvc": "4.5.4", - "Serilog.AspNetCore": "9.0.0", - "Umbraco.Cms.Examine.Lucene": "[17.0.0, 18.0.0)", - "Umbraco.Cms.PublishedCache.HybridCache": "[17.0.0, 18.0.0)" + "MiniProfiler.Shared": "4.5.4", + "NPoco": "6.2.0", + "OpenIddict.Abstractions": "7.5.0", + "Serilog": "4.3.1", + "Serilog.AspNetCore": "10.0.0", + "Serilog.Enrichers.Process": "3.0.0", + "Serilog.Enrichers.Thread": "4.0.0", + "Serilog.Expressions": "5.0.0", + "Serilog.Extensions.Hosting": "10.0.0", + "Serilog.Formatting.Compact": "3.0.0", + "Serilog.Formatting.Compact.Reader": "4.0.0", + "Serilog.Settings.Configuration": "10.0.0", + "Serilog.Sinks.Async": "2.1.0", + "Serilog.Sinks.File": "7.0.0", + "Serilog.Sinks.Map": "2.0.0", + "System.Linq.Async": "7.0.1", + "Umbraco.Cms.Examine.Lucene": "[18.0.0-rc3, 19.0.0)", + "Umbraco.Cms.PublishedCache.HybridCache": "[18.0.0-rc3, 19.0.0)", + "ncrontab": "3.4.0" } } }