From b6156d778bd5e755afa244355cef0671b7f881a1 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Sun, 10 Aug 2025 20:41:22 +0200 Subject: [PATCH] Dependency updates --- .../QuestPathGenerator.Tests.csproj | 2 +- QuestPathGenerator/QuestPathGenerator.csproj | 4 +-- QuestPathGenerator/packages.lock.json | 30 +++++++++---------- .../QuestPaths.JsonValidator.csproj | 2 +- Questionable/Questionable.csproj | 4 +-- Questionable/packages.lock.json | 18 +++++------ vendor/NotificationMasterAPI | 2 +- 7 files changed, 31 insertions(+), 31 deletions(-) diff --git a/QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj b/QuestPathGenerator.Tests/QuestPathGenerator.Tests.csproj index 618faf13..4a2b2772 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 0586eff3..fc662e95 100644 --- a/QuestPathGenerator/QuestPathGenerator.csproj +++ b/QuestPathGenerator/QuestPathGenerator.csproj @@ -19,14 +19,14 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/QuestPathGenerator/packages.lock.json b/QuestPathGenerator/packages.lock.json index 15daf81a..d0874980 100644 --- a/QuestPathGenerator/packages.lock.json +++ b/QuestPathGenerator/packages.lock.json @@ -23,9 +23,9 @@ }, "JsonSchema.Net": { "type": "Direct", - "requested": "[7.3.4, )", - "resolved": "7.3.4", - "contentHash": "7GggWrdzKrtGWETRn3dcMnmuLSyWaDkBK94TK80LEHQEVz4bmsQc7FYO7qL40RDdZU2YPz5d98aT9lW5OYExuA==", + "requested": "[7.4.0, )", + "resolved": "7.4.0", + "contentHash": "5T3DWENwuCzLwFWz0qjXXVWA8+5+gC95OLkhqUBWpVpWBMr9gwfhWNeX8rWyr+fLQ7pIQ+lWuHIrmXRudxOOSw==", "dependencies": { "JsonPointer.Net": "5.3.1" } @@ -68,16 +68,16 @@ }, "System.Text.Json": { "type": "Direct", - "requested": "[9.0.3, )", - "resolved": "9.0.3", - "contentHash": "r2JRkLjsYrq5Dpo7+y3Wa73OfirZPdVhxiTJWwZ+oJM7FOAe0LkM3GlH+pgkNRdd1G1kwUbmRCdmh4uoaWwu1g==", + "requested": "[9.0.8, )", + "resolved": "9.0.8", + "contentHash": "mIQir9jBqk0V7X0Nw5hzPJZC8DuGdf+2DS3jAVsr6rq5+/VyH5rza0XGcONJUWBrZ+G6BCwNyjWYd9lncBu48A==", "dependencies": { - "Microsoft.Bcl.AsyncInterfaces": "9.0.3", + "Microsoft.Bcl.AsyncInterfaces": "9.0.8", "System.Buffers": "4.5.1", - "System.IO.Pipelines": "9.0.3", + "System.IO.Pipelines": "9.0.8", "System.Memory": "4.5.5", "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "9.0.3", + "System.Text.Encodings.Web": "9.0.8", "System.Threading.Tasks.Extensions": "4.5.4" } }, @@ -88,8 +88,8 @@ }, "Microsoft.Bcl.AsyncInterfaces": { "type": "Transitive", - "resolved": "9.0.3", - "contentHash": "oFFX9Ls8dnNUBCD9yzRzHTY8tqvv+CiX43B8L8DjrM8BqYTAlORYaJf6+KXNtSC2bD1135yV8OxzcZFaluow5w==", + "resolved": "9.0.8", + "contentHash": "mdq9WaHnRJBvmhbDvoEk9aIEjpoW1cmA6wGuE0/eV49NT/0Z/d+NauB4jzw2Dyi/TndebYfjAYHCOXeB0c/Qhg==", "dependencies": { "System.Threading.Tasks.Extensions": "4.5.4" } @@ -190,8 +190,8 @@ }, "System.IO.Pipelines": { "type": "Transitive", - "resolved": "9.0.3", - "contentHash": "aP1Qh9llcEmo0qN+VKvVDHFMe5Cqpfb1VjhBO7rjmxCXtLs3IfVSOiNqqLBZ/4Qbcr4J0SDdJq9S7EKAGpnwEA==", + "resolved": "9.0.8", + "contentHash": "6vPmJt73mgUo1gzc/OcXlJvClz/2jxZ4TQPRfriVaLoGRH2mye530D9WHJYbFQRNMxF3PWCoeofsFdCyN7fLzA==", "dependencies": { "System.Buffers": "4.5.1", "System.Memory": "4.5.5", @@ -238,8 +238,8 @@ }, "System.Text.Encodings.Web": { "type": "Transitive", - "resolved": "9.0.3", - "contentHash": "5L+iI4fBMtGwt4FHLQh40/rgdbxnw6lHaLkR3gbaHG97TohzUv+z/oP03drsTR1lKCLhOkp40cFnHYOQLtpT5A==", + "resolved": "9.0.8", + "contentHash": "W+LotQsM4wBJ4PG7uRkyul4wqL4Fz7R4ty6uXrCNZUhbaHYANgrPaYR2ZpMVpdCjQEJ17Jr1NMN8hv4SHaHY4A==", "dependencies": { "System.Buffers": "4.5.1", "System.Memory": "4.5.5", diff --git a/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj b/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj index 140f2482..b11d2d0f 100644 --- a/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj +++ b/QuestPaths.JsonValidator/QuestPaths.JsonValidator.csproj @@ -11,7 +11,7 @@ - + diff --git a/Questionable/Questionable.csproj b/Questionable/Questionable.csproj index 2d0c16e7..7b36fac6 100644 --- a/Questionable/Questionable.csproj +++ b/Questionable/Questionable.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/Questionable/packages.lock.json b/Questionable/packages.lock.json index a28390f7..ebe0b46e 100644 --- a/Questionable/packages.lock.json +++ b/Questionable/packages.lock.json @@ -31,20 +31,20 @@ }, "JsonSchema.Net": { "type": "Direct", - "requested": "[7.3.4, )", - "resolved": "7.3.4", - "contentHash": "7GggWrdzKrtGWETRn3dcMnmuLSyWaDkBK94TK80LEHQEVz4bmsQc7FYO7qL40RDdZU2YPz5d98aT9lW5OYExuA==", + "requested": "[7.4.0, )", + "resolved": "7.4.0", + "contentHash": "5T3DWENwuCzLwFWz0qjXXVWA8+5+gC95OLkhqUBWpVpWBMr9gwfhWNeX8rWyr+fLQ7pIQ+lWuHIrmXRudxOOSw==", "dependencies": { "JsonPointer.Net": "5.3.1" } }, "Microsoft.Extensions.DependencyInjection": { "type": "Direct", - "requested": "[9.0.5, )", - "resolved": "9.0.5", - "contentHash": "N1Mn0T/tUBPoLL+Fzsp+VCEtneUhhxc1//Dx3BeuQ8AX+XrMlYCfnp2zgpEXnTCB7053CLdiqVWPZ7mEX6MPjg==", + "requested": "[9.0.8, )", + "resolved": "9.0.8", + "contentHash": "JJjI2Fa+QtZcUyuNjbKn04OjIUX5IgFGFu/Xc+qvzh1rXdZHLcnqqVXhR4093bGirTwacRlHiVg1XYI9xum6QQ==", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.5" + "Microsoft.Extensions.DependencyInjection.Abstractions": "9.0.8" } }, "Microsoft.SourceLink.Gitea": { @@ -89,8 +89,8 @@ }, "Microsoft.Extensions.DependencyInjection.Abstractions": { "type": "Transitive", - "resolved": "9.0.5", - "contentHash": "cjnRtsEAzU73aN6W7vkWy8Phj5t3Xm78HSqgrbh/O4Q9SK/yN73wZVa21QQY6amSLQRQ/M8N+koGnY6PuvKQsw==" + "resolved": "9.0.8", + "contentHash": "xY3lTjj4+ZYmiKIkyWitddrp1uL5uYiweQjqo4BKBw01ZC4HhcfgLghDpPZcUlppgWAFqFy9SgkiYWOMx365pw==" }, "Microsoft.Extensions.Logging": { "type": "Transitive", diff --git a/vendor/NotificationMasterAPI b/vendor/NotificationMasterAPI index b2dec963..4820166a 160000 --- a/vendor/NotificationMasterAPI +++ b/vendor/NotificationMasterAPI @@ -1 +1 @@ -Subproject commit b2dec963ceb1a3b9f67306612c3a369f02bf6f4d +Subproject commit 4820166aebf63290616e7f9090b514936eab13b3 -- 2.20.1