Skip to content

Commit

Permalink
chore(deps): updated minot dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Oct 5, 2023
1 parent e386f98 commit 3616b2f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/FhirPseudonymizer.Tests/FhirPseudonymizer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Verify.Xunit" Version="21.3.0" />
<PackageReference Include="Verify.Xunit" Version="22.1.0" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="coverlet.collector" Version="6.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions src/FhirPseudonymizer/FhirPseudonymizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="Duende.AccessTokenManagement" Version="2.0.3" />
<PackageReference Include="AspNetCore.Authentication.ApiKey" Version="7.0.0" />
<PackageReference Include="FhirParametersGenerator" Version="0.5.0" />
<PackageReference Include="Google.Protobuf" Version="3.24.3" />
<PackageReference Include="Google.Protobuf" Version="3.24.4" />
<PackageReference Include="Grpc.Net.Client" Version="2.57.0" />
<PackageReference Include="Grpc.Net.ClientFactory" Version="2.57.0" />
<PackageReference Include="Grpc.Tools" Version="2.58.0">
Expand All @@ -41,7 +41,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.5.1-beta.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.5.1-beta.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.5.1-beta.1" />
<PackageReference Include="YamlDotNet" Version="13.4.0" />
<PackageReference Include="YamlDotNet" Version="13.5.1" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/FhirPseudonymizer/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
},
"Google.Protobuf": {
"type": "Direct",
"requested": "[3.24.3, )",
"resolved": "3.24.3",
"contentHash": "HX8KHRTJPUcC4KOvEobKBNlMpHGYmK+3X73xPq+OUE2M5dLYvpGhp9qQQWt2jASgTUbxI1yHaGeBqFYiECBupw=="
"requested": "[3.24.4, )",
"resolved": "3.24.4",
"contentHash": "TmUI4ndd3x5HePyLmqAmGT6oVvoRCu+bMmrJmOpAFtCPEB+oUMWF8dyVY1zxXry/8cqsTHWszYRIAwpuUNpUyA=="
},
"Grpc.Net.Client": {
"type": "Direct",
Expand Down Expand Up @@ -241,9 +241,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[13.4.0, )",
"resolved": "13.4.0",
"contentHash": "XkqTRgpt/tkqX9sOKcdPAZLVMktR5sBFwt7aK/PP061k9yoUntr/Qc8o9KshjSte34WYTIuCrpBs1+LwR7dFdA=="
"requested": "[13.5.1, )",
"resolved": "13.5.1",
"contentHash": "NTE1bVQhmbm/znK84U2LcFNKY1IDlVgG8kvk9Nv1XbZSNRlapCaIzGWJpceIUs1dwtvxbtvHi9w2hVa97pdZbA=="
},
"Fhir.Metrics": {
"type": "Transitive",
Expand Down

0 comments on commit 3616b2f

Please sign in to comment.