From f4f26c0a95cc31bf2f99e16e88d265a9d2e8fd3c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Fri, 10 May 2024 19:19:13 +0000
Subject: [PATCH] Automated NuGet Dependency Updates
---
.../Digitalroot.Valheim.Common.Log.csproj | 2 +-
.../packages.lock.json | 79 ++++++++++++++++++-
src/UnitTests/packages.lock.json | 70 ++++++++++++++--
3 files changed, 140 insertions(+), 11 deletions(-)
diff --git a/src/Digitalroot.Valheim.Common.Log/Digitalroot.Valheim.Common.Log.csproj b/src/Digitalroot.Valheim.Common.Log/Digitalroot.Valheim.Common.Log.csproj
index 0349fde..2a12615 100644
--- a/src/Digitalroot.Valheim.Common.Log/Digitalroot.Valheim.Common.Log.csproj
+++ b/src/Digitalroot.Valheim.Common.Log/Digitalroot.Valheim.Common.Log.csproj
@@ -53,7 +53,7 @@
all
-
+
\ No newline at end of file
diff --git a/src/Digitalroot.Valheim.Common.Log/packages.lock.json b/src/Digitalroot.Valheim.Common.Log/packages.lock.json
index d0e3f63..14618bf 100644
--- a/src/Digitalroot.Valheim.Common.Log/packages.lock.json
+++ b/src/Digitalroot.Valheim.Common.Log/packages.lock.json
@@ -14,11 +14,12 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Direct",
- "requested": "[1.0.37, )",
- "resolved": "1.0.37",
- "contentHash": "8n4xCVSuNAe0B/EItitD7UNwkKp4twfDgT5Mw6CJH30E4OuoXMOnc2R4wMOiXoFmoekwirT+sR7CSacIftjyJQ==",
+ "requested": "[1.0.38, )",
+ "resolved": "1.0.38",
+ "contentHash": "Vrb81evp7P+Z36hm6KfhPZSIPCzrgSo1cjwPLCUkw711T7uoMd/Qh5z86OB/Ah5vgmGkqXnXOdwWRlrPt2S2lg==",
"dependencies": {
- "Digitalroot.References.Unity": "2022.3.17"
+ "Digitalroot.References.Unity": "2022.3.17",
+ "System.Text.Json": "8.0.3"
}
},
"Microsoft.NETFramework.ReferenceAssemblies": {
@@ -48,6 +49,14 @@
"MonoMod.RuntimeDetour": "21.12.13.1"
}
},
+ "Microsoft.Bcl.AsyncInterfaces": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
+ "dependencies": {
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Microsoft.NETFramework.ReferenceAssemblies.net48": {
"type": "Transitive",
"resolved": "1.0.3",
@@ -74,6 +83,68 @@
"dependencies": {
"Mono.Cecil": "0.11.4"
}
+ },
+ "System.Buffers": {
+ "type": "Transitive",
+ "resolved": "4.5.1",
+ "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
+ },
+ "System.Memory": {
+ "type": "Transitive",
+ "resolved": "4.5.5",
+ "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
+ "dependencies": {
+ "System.Buffers": "4.5.1",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Runtime.CompilerServices.Unsafe": "4.5.3"
+ }
+ },
+ "System.Numerics.Vectors": {
+ "type": "Transitive",
+ "resolved": "4.5.0",
+ "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
+ },
+ "System.Runtime.CompilerServices.Unsafe": {
+ "type": "Transitive",
+ "resolved": "6.0.0",
+ "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
+ },
+ "System.Text.Encodings.Web": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
+ "dependencies": {
+ "System.Buffers": "4.5.1",
+ "System.Memory": "4.5.5",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
+ },
+ "System.Text.Json": {
+ "type": "Transitive",
+ "resolved": "8.0.3",
+ "contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
+ "System.Buffers": "4.5.1",
+ "System.Memory": "4.5.5",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0",
+ "System.Text.Encodings.Web": "8.0.0",
+ "System.Threading.Tasks.Extensions": "4.5.4",
+ "System.ValueTuple": "4.5.0"
+ }
+ },
+ "System.Threading.Tasks.Extensions": {
+ "type": "Transitive",
+ "resolved": "4.5.4",
+ "contentHash": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "4.5.3"
+ }
+ },
+ "System.ValueTuple": {
+ "type": "Transitive",
+ "resolved": "4.5.0",
+ "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
}
}
}
diff --git a/src/UnitTests/packages.lock.json b/src/UnitTests/packages.lock.json
index dc764ab..0beb61d 100644
--- a/src/UnitTests/packages.lock.json
+++ b/src/UnitTests/packages.lock.json
@@ -63,10 +63,11 @@
},
"Digitalroot.Valheim.Common.Json": {
"type": "Transitive",
- "resolved": "1.0.37",
- "contentHash": "8n4xCVSuNAe0B/EItitD7UNwkKp4twfDgT5Mw6CJH30E4OuoXMOnc2R4wMOiXoFmoekwirT+sR7CSacIftjyJQ==",
+ "resolved": "1.0.38",
+ "contentHash": "Vrb81evp7P+Z36hm6KfhPZSIPCzrgSo1cjwPLCUkw711T7uoMd/Qh5z86OB/Ah5vgmGkqXnXOdwWRlrPt2S2lg==",
"dependencies": {
- "Digitalroot.References.Unity": "2022.3.17"
+ "Digitalroot.References.Unity": "2022.3.17",
+ "System.Text.Json": "8.0.3"
}
},
"HarmonyX": {
@@ -77,6 +78,14 @@
"MonoMod.RuntimeDetour": "21.12.13.1"
}
},
+ "Microsoft.Bcl.AsyncInterfaces": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "3WA9q9yVqJp222P3x1wYIGDAkpjAku0TMUaaQV22g6L67AI0LdOIrVS7Ht2vJfLHGSPVuqN94vIr15qn+HEkHw==",
+ "dependencies": {
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Microsoft.CodeCoverage": {
"type": "Transitive",
"resolved": "17.9.0",
@@ -109,10 +118,54 @@
"Mono.Cecil": "0.11.4"
}
},
+ "System.Buffers": {
+ "type": "Transitive",
+ "resolved": "4.5.1",
+ "contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
+ },
+ "System.Memory": {
+ "type": "Transitive",
+ "resolved": "4.5.5",
+ "contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
+ "dependencies": {
+ "System.Buffers": "4.5.1",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Runtime.CompilerServices.Unsafe": "4.5.3"
+ }
+ },
+ "System.Numerics.Vectors": {
+ "type": "Transitive",
+ "resolved": "4.5.0",
+ "contentHash": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ=="
+ },
"System.Runtime.CompilerServices.Unsafe": {
"type": "Transitive",
- "resolved": "4.5.3",
- "contentHash": "3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw=="
+ "resolved": "6.0.0",
+ "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
+ },
+ "System.Text.Encodings.Web": {
+ "type": "Transitive",
+ "resolved": "8.0.0",
+ "contentHash": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==",
+ "dependencies": {
+ "System.Buffers": "4.5.1",
+ "System.Memory": "4.5.5",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ }
+ },
+ "System.Text.Json": {
+ "type": "Transitive",
+ "resolved": "8.0.3",
+ "contentHash": "hpagS9joOwv6efWfrMmV9MjQXpiXZH72PgN067Ysfr6AWMSD1/1hEcvh/U5mUpPLezEWsOJSuVrmqDIVD958iA==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "8.0.0",
+ "System.Buffers": "4.5.1",
+ "System.Memory": "4.5.5",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0",
+ "System.Text.Encodings.Web": "8.0.0",
+ "System.Threading.Tasks.Extensions": "4.5.4",
+ "System.ValueTuple": "4.5.0"
+ }
},
"System.Threading.Tasks.Extensions": {
"type": "Transitive",
@@ -122,10 +175,15 @@
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
}
},
+ "System.ValueTuple": {
+ "type": "Transitive",
+ "resolved": "4.5.0",
+ "contentHash": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ=="
+ },
"digitalroot.valheim.common.log": {
"type": "Project",
"dependencies": {
- "Digitalroot.Valheim.Common.Json": "[1.0.37, )"
+ "Digitalroot.Valheim.Common.Json": "[1.0.38, )"
}
}
}