Skip to content

Commit

Permalink
Taking aaubry/YamlDotNet#808 Fix infinite recursion of the hash code …
Browse files Browse the repository at this point in the history
…function of YamlMappingNode"
  • Loading branch information
petrochuk committed Jun 6, 2024
1 parent d636d4d commit 5b5c725
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
22 changes: 14 additions & 8 deletions src/PAModel/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@
"version": 1,
"dependencies": {
"net8.0": {
"Microsoft.Net.Compilers.Toolset.Framework": {
"type": "Direct",
"requested": "[4.10.0-3.24216.12, )",
"resolved": "4.10.0-3.24216.12",
"contentHash": "Y1T1ZN3cHWToRYZHhRs8xby1tMCkF23Jb//zK+Tdf4ourzwbMQ4GiTRVVFAlWvmA10iVNUyCZucAeLt5XeiDqA=="
},
"Newtonsoft.Json": {
"type": "Direct",
"requested": "[13.0.1, )",
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
"resolved": "13.0.1",
"contentHash": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A=="
},
"System.Text.Encodings.Web": {
"type": "Direct",
Expand All @@ -20,18 +26,18 @@
"System.Text.Json": {
"type": "Direct",
"requested": "[6.0.0, )",
"resolved": "6.0.9",
"contentHash": "2j16oUgtIzl7Xtk7demG0i/v5aU/ZvULcAnJvPb63U3ZhXJ494UYcxuEj5Fs49i3XDrk5kU/8I+6l9zRCw3cJw==",
"resolved": "6.0.0",
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
}
},
"YamlDotNet": {
"type": "Direct",
"requested": "[15.1.2, )",
"resolved": "15.1.2",
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
"requested": "[15.1.6, )",
"resolved": "15.1.6",
"contentHash": "T/cQEK/KHK96Q8kytJ4iUGDXg1/fj2Qtk6rCQeIlHYU1zTeyGVHW0QNZgREQyxZpygGMDMmrXNWt0sj5TsQnjA=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
Expand Down Expand Up @@ -114,7 +120,7 @@
"dependencies": {
"Microsoft.Extensions.Logging": "[7.0.0, )",
"Microsoft.PowerFx.Core": "[1.2.0, )",
"YamlDotNet": "[15.1.2, )"
"YamlDotNet": "[15.1.6, )"
}
}
}
Expand Down
12 changes: 9 additions & 3 deletions src/Persistence/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
"Microsoft.Extensions.Options": "7.0.0"
}
},
"Microsoft.Net.Compilers.Toolset.Framework": {
"type": "Direct",
"requested": "[4.10.0-3.24216.12, )",
"resolved": "4.10.0-3.24216.12",
"contentHash": "Y1T1ZN3cHWToRYZHhRs8xby1tMCkF23Jb//zK+Tdf4ourzwbMQ4GiTRVVFAlWvmA10iVNUyCZucAeLt5XeiDqA=="
},
"Microsoft.PowerFx.Core": {
"type": "Direct",
"requested": "[1.2.0, )",
Expand All @@ -27,9 +33,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[15.1.2, )",
"resolved": "15.1.2",
"contentHash": "qeX0XhzOIcQEvnI5JxnPaIwcINwyY4Qy/LXhSfsdHkFrl9F41AT52UFfy2nIE7kgrhMg+cP7xuS+GtPJhmHmTA=="
"requested": "[15.1.6, )",
"resolved": "15.1.6",
"contentHash": "T/cQEK/KHK96Q8kytJ4iUGDXg1/fj2Qtk6rCQeIlHYU1zTeyGVHW0QNZgREQyxZpygGMDMmrXNWt0sj5TsQnjA=="
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
Expand Down
2 changes: 1 addition & 1 deletion src/Versions.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFrameworkVersion>net8.0</TargetFrameworkVersion>
<YamlDotNetVersion>15.1.2</YamlDotNetVersion>
<YamlDotNetVersion>15.1.6</YamlDotNetVersion>
<MicrosoftNETTestSdkVersion>17.7.1</MicrosoftNETTestSdkVersion>
<MSTestTestAdapterVersion>3.2.2</MSTestTestAdapterVersion>
<MSTestTestFrameworkVersion>3.2.2</MSTestTestFrameworkVersion>
Expand Down

0 comments on commit 5b5c725

Please sign in to comment.