From fab28c069cbe41885e1437019a5bab3046d64e21 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 18 May 2025 22:03:04 +0200 Subject: [PATCH] Dependency updates --- .../QuestPathGenerator.Tests.csproj | 2 +- QuestPathGenerator/QuestPathGenerator.csproj | 2 +- QuestPathGenerator/packages.lock.json | 6 +++--- .../QuestPaths.JsonValidator.csproj | 5 ++++- Questionable/Questionable.csproj | 2 +- Questionable/packages.lock.json | 16 ++++++++-------- vendor/pictomancy | 2 +- 7 files changed, 19 insertions(+), 16 deletions(-) diff --git a/QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj b/QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj index 78d5249b..618faf13 100644 --- a/QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj +++ b/QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj @@ -18,7 +18,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/QuestPathGenerator/QuestPathGenerator.csproj b/QuestPathGenerator/QuestPathGenerator.csproj index 10fb25e7..0586eff3 100644 --- a/QuestPathGenerator/QuestPathGenerator.csproj +++ b/QuestPathGenerator/QuestPathGenerator.csproj @@ -17,7 +17,7 @@ - + diff --git a/QuestPathGenerator/packages.lock.json b/QuestPathGenerator/packages.lock.json index c789b0bd..15daf81a 100644 --- a/QuestPathGenerator/packages.lock.json +++ b/QuestPathGenerator/packages.lock.json @@ -4,9 +4,9 @@ ".NETStandard,Version=v2.0": { "Json.More.Net": { "type": "Direct", - "requested": "[2.1.1, )", - "resolved": "2.1.1", - "contentHash": "ZXAKl2VsdnIZeUo1PFII3Oi1m1L4YQjEyDjygHfHln5vgsjgIo749X6xWkv7qFYp8RROES+vOEfDcvvoVgs8kA==", + "requested": "[2.1.2, )", + "resolved": "2.1.2", + "contentHash": "gMRhJLzUHf1K4wmI3eIx6YxQtBHRfWmgzYo6rU3FDJtHEbbPVFlGBXkm2bbJhdtTVMVMlIdpzYMU4G/o5yXpzw==", "dependencies": { "System.Text.Json": "9.0.0" } diff --git a/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj b/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj index a2ff13b1..0bb480e7 100644 --- a/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj +++ b/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj @@ -15,7 +15,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Questionable/Questionable.csproj b/Questionable/Questionable.csproj index f9044872..b46a5111 100644 --- a/Questionable/Questionable.csproj +++ b/Questionable/Questionable.csproj @@ -12,7 +12,7 @@ - + diff --git a/Questionable/packages.lock.json b/Questionable/packages.lock.json index 7b4ddbe8..e7d9fe69 100644 --- a/Questionable/packages.lock.json +++ b/Questionable/packages.lock.json @@ -40,11 +40,11 @@ }, "Microsoft.Extensions.DependencyInjection": { "type": "Direct", - "requested": "[9.0.3, )", - "resolved": "9.0.3", - "contentHash": "lDbxJpkl6X8KZGpkAxgrrthQ42YeiR0xjPp7KPx+sCPc3ZbpaIbjzd0QQ+9kDdK2RU2DOl3pc6tQyAgEZY3V0A==", + "requested": "[9.0.5, )", + "resolved": "9.0.5", + "contentHash": "N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.3" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5" } }, "Microsoft.SourceLink.Gitea": { @@ -89,8 +89,8 @@ }, "Microsoft.Extensions.DependencyInjection.Abstractions": { "type": "Transitive", - "resolved": "9.0.3", - "contentHash": "TfaHPSe39NyL2wxkisRxXK7xvHGZYBZ+dy3r+mqGvnxKgAPdHkMu3QMQZI4pquP6W5FIQBqs8FJpWV8ffCgDqQ==" + "resolved": "9.0.5", + "contentHash": "cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==" }, "Microsoft.Extensions.Logging": { "type": "Transitive", @@ -132,7 +132,7 @@ "gatheringpaths": { "type": "Project", "dependencies": { - "Questionable.Model": "[5.10.0, )" + "Questionable.Model": "[5.11.0, )" } }, "llib": { @@ -154,7 +154,7 @@ "questpaths": { "type": "Project", "dependencies": { - "Questionable.Model": "[5.10.0, )" + "Questionable.Model": "[5.11.0, )" } } } diff --git a/vendor/pictomancy b/vendor/pictomancy index a538b663..5ce55cfa 160000 --- a/vendor/pictomancy +++ b/vendor/pictomancy @@ -1 +1 @@ -Subproject commit a538b663c5c239e46bbbd730e1c2123c5e4772cc +Subproject commit 5ce55cfadc6c3c827cc4f24113db6ef8922a257e -- 2.30.2