Skip to content

Commit

Permalink
Merge pull request #2030 from SMI/dependabot/nuget/YamlDotNet-16.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
2 parents 01f5501 + 328b4fc commit 25251ad
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<PackageVersion Include="System.IO.FileSystem" Version="4.3.0" />
<PackageVersion Include="System.Private.Uri" Version="4.3.2" />
<PackageVersion Include="Terminal.Gui" Version="1.17.1" />
<PackageVersion Include="YamlDotNet" Version="16.2.0" />
<PackageVersion Include="YamlDotNet" Version="16.2.1" />
<!-- Test Packages -->
<PackageVersion Include="HIC.BadMedicine.Dicom" Version="0.1.1" />
<PackageVersion Include="HIC.RDMP.Plugin.Test" Version="8.3.0" />
Expand Down
6 changes: 3 additions & 3 deletions src/SmiServices/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[16.2.0, )",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
"requested": "[16.2.1, )",
"resolved": "16.2.1",
"contentHash": "im6zTVgesjcfTRfuMpnx51Rg2svWenp/3q5XBfcIzgj8PNIkkSD2xEl9HWcVi2SaJPP9XcXUdzed9gSDEuf1TA=="
},
"AWSSDK.Core": {
"type": "Transitive",
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
"StackExchange.Redis": "[2.8.16, )",
"System.IO.Abstractions": "[21.1.3, )",
"System.Private.Uri": "[4.3.2, )",
"YamlDotNet": "[16.2.0, )"
"YamlDotNet": "[16.2.1, )"
}
},
"smiservices.unittests": {
Expand Down Expand Up @@ -1208,9 +1208,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[16.2.0, )",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
"requested": "[16.2.1, )",
"resolved": "16.2.1",
"contentHash": "im6zTVgesjcfTRfuMpnx51Rg2svWenp/3q5XBfcIzgj8PNIkkSD2xEl9HWcVi2SaJPP9XcXUdzed9gSDEuf1TA=="
}
},
"net9.0/linux-x64": {
Expand Down
8 changes: 4 additions & 4 deletions tests/SmiServices.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
"StackExchange.Redis": "[2.8.16, )",
"System.IO.Abstractions": "[21.1.3, )",
"System.Private.Uri": "[4.3.2, )",
"YamlDotNet": "[16.2.0, )"
"YamlDotNet": "[16.2.1, )"
}
},
"CommandLineParser": {
Expand Down Expand Up @@ -1193,9 +1193,9 @@
},
"YamlDotNet": {
"type": "CentralTransitive",
"requested": "[16.2.0, )",
"resolved": "16.2.0",
"contentHash": "iKVYog7JNiFOTr4gMHSjCqrGFD2NyABUHgSkRq9XR8A2+fsWepSWTpjHAOnKo1LVAHjy33o6I0u6lo5Ng0NtAw=="
"requested": "[16.2.1, )",
"resolved": "16.2.1",
"contentHash": "im6zTVgesjcfTRfuMpnx51Rg2svWenp/3q5XBfcIzgj8PNIkkSD2xEl9HWcVi2SaJPP9XcXUdzed9gSDEuf1TA=="
}
},
"net9.0/linux-x64": {
Expand Down

0 comments on commit 25251ad

Please sign in to comment.