From 0daa84d70a26147b75d0558d968cb01f8aba0add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:03:31 +0000 Subject: [PATCH] Bump FsCheck from 2.16.4 to 2.16.5 in /src/ApiService (#3254) * Bump FsCheck from 2.16.4 to 2.16.5 in /src/ApiService Bumps [FsCheck](https://github.com/fsharp/FsCheck) from 2.16.4 to 2.16.5. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.4...2.16.5) --- updated-dependencies: - dependency-name: FsCheck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * dotnet restore --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: George Pollard --- src/ApiService/IntegrationTests/packages.lock.json | 14 +++++++------- src/ApiService/Tests/Tests.csproj | 4 ++-- src/ApiService/Tests/packages.lock.json | 14 +++++++------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/ApiService/IntegrationTests/packages.lock.json b/src/ApiService/IntegrationTests/packages.lock.json index a6740fce7..ebdf15c76 100644 --- a/src/ApiService/IntegrationTests/packages.lock.json +++ b/src/ApiService/IntegrationTests/packages.lock.json @@ -232,18 +232,18 @@ }, "FsCheck": { "type": "Transitive", - "resolved": "2.16.4", - "contentHash": "XZiPcmNfRGgtLRSTQRTNwjMNPk8tCgPVsjNltHLfI1JRKYyJZkCrG3F0xtuQ9/d0h6KWiz6dsz/JDqoM/X5CMA==", + "resolved": "2.16.5", + "contentHash": "Tw6Lb/UBqtmUj5porM1rRcAU5xT9NttSlFTaIQ8gn4Fsw2LiZavN/eMAZqSA63laV51t4HRJJAAGeYSWFFxRfA==", "dependencies": { "FSharp.Core": "4.2.3" } }, "FsCheck.Xunit": { "type": "Transitive", - "resolved": "2.16.4", - "contentHash": "MNzeXiwPNyGu3JoCAwtO1Sw9xqkncjn+QhA3IhloChJKAtPcr6U9cs6v9gZXJufn5IojBxNgF4dCKhBePzdFEw==", + "resolved": "2.16.5", + "contentHash": "bsOog9vectJe5ReMw9sgliwMhf792vG7OzOpI/fMyZMeG9qZgTk68aUklEIjqa+XdwHZCHmFsArpfvUZO0RKWg==", "dependencies": { - "FsCheck": "[2.16.4]", + "FsCheck": "[2.16.5]", "xunit.extensibility.execution": "[2.2.0, 3.0.0)" } }, @@ -2552,8 +2552,8 @@ "dependencies": { "ApiService": "[1.0.0, )", "FluentAssertions": "[6.11.0, )", - "FsCheck": "[2.16.4, )", - "FsCheck.Xunit": "[2.16.4, )", + "FsCheck": "[2.16.5, )", + "FsCheck.Xunit": "[2.16.5, )", "Microsoft.NET.Test.Sdk": "[17.6.2, )", "Moq": "[4.18.4, )", "System.Security.Cryptography.Pkcs": "[7.0.2, )", diff --git a/src/ApiService/Tests/Tests.csproj b/src/ApiService/Tests/Tests.csproj index a79017e6e..241296e07 100644 --- a/src/ApiService/Tests/Tests.csproj +++ b/src/ApiService/Tests/Tests.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/src/ApiService/Tests/packages.lock.json b/src/ApiService/Tests/packages.lock.json index 84c7f6784..dc5b17c11 100644 --- a/src/ApiService/Tests/packages.lock.json +++ b/src/ApiService/Tests/packages.lock.json @@ -19,20 +19,20 @@ }, "FsCheck": { "type": "Direct", - "requested": "[2.16.4, )", - "resolved": "2.16.4", - "contentHash": "XZiPcmNfRGgtLRSTQRTNwjMNPk8tCgPVsjNltHLfI1JRKYyJZkCrG3F0xtuQ9/d0h6KWiz6dsz/JDqoM/X5CMA==", + "requested": "[2.16.5, )", + "resolved": "2.16.5", + "contentHash": "Tw6Lb/UBqtmUj5porM1rRcAU5xT9NttSlFTaIQ8gn4Fsw2LiZavN/eMAZqSA63laV51t4HRJJAAGeYSWFFxRfA==", "dependencies": { "FSharp.Core": "4.2.3" } }, "FsCheck.Xunit": { "type": "Direct", - "requested": "[2.16.4, )", - "resolved": "2.16.4", - "contentHash": "MNzeXiwPNyGu3JoCAwtO1Sw9xqkncjn+QhA3IhloChJKAtPcr6U9cs6v9gZXJufn5IojBxNgF4dCKhBePzdFEw==", + "requested": "[2.16.5, )", + "resolved": "2.16.5", + "contentHash": "bsOog9vectJe5ReMw9sgliwMhf792vG7OzOpI/fMyZMeG9qZgTk68aUklEIjqa+XdwHZCHmFsArpfvUZO0RKWg==", "dependencies": { - "FsCheck": "[2.16.4]", + "FsCheck": "[2.16.5]", "xunit.extensibility.execution": "[2.2.0, 3.0.0)" } },