Skip to content

Commit 140fdcc

Browse files
Bump EntityFrameworkCore.Projectables from 6.0.0 to 6.0.1 (#3245)
Updated [EntityFrameworkCore.Projectables](https://github.com/EFNext/EntityFrameworkCore.Projectables) from 6.0.0 to 6.0.1. <details> <summary>Release notes</summary> _Sourced from [EntityFrameworkCore.Projectables's releases](https://github.com/EFNext/EntityFrameworkCore.Projectables/releases)._ ## 6.0.1 ## What's Changed * Fix generic extension methods by @​PhenX in EFNext/EntityFrameworkCore.Projectables#197 **Full Changelog**: EFNext/EntityFrameworkCore.Projectables@v6.0.0...v6.0.1 Commits viewable in [compare view](EFNext/EntityFrameworkCore.Projectables@v6.0.0...v6.0.1). </details> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=EntityFrameworkCore.Projectables&package-manager=nuget&previous-version=6.0.0&new-version=6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Gunn <james@gunn.io>
1 parent 2277274 commit 140fdcc

19 files changed

Lines changed: 126 additions & 126 deletions

File tree

TeachingRecordSystem/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageVersion Include="DfeAnalytics.EFCore" Version="0.4.2" />
2424
<PackageVersion Include="EFCore.BulkExtensions.PostgreSql" Version="10.0.1" />
2525
<PackageVersion Include="EFCore.NamingConventions" Version="10.0.0" />
26-
<PackageVersion Include="EntityFrameworkCore.Projectables" Version="6.0.0" />
26+
<PackageVersion Include="EntityFrameworkCore.Projectables" Version="6.0.1" />
2727
<PackageVersion Include="Faker.Net" Version="2.0.163" />
2828
<PackageVersion Include="FluentValidation" Version="12.1.0" />
2929
<PackageVersion Include="FluentValidation.AspNetCore" Version="11.3.1" />

TeachingRecordSystem/src/TeachingRecordSystem.Api/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
},
168168
"EntityFrameworkCore.Projectables.Abstractions": {
169169
"type": "Transitive",
170-
"resolved": "6.0.0",
171-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
170+
"resolved": "6.0.1",
171+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
172172
},
173173
"FluentValidation.DependencyInjectionExtensions": {
174174
"type": "Transitive",
@@ -765,7 +765,7 @@
765765
"DfeAnalytics.EFCore": "[0.4.2, )",
766766
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
767767
"EFCore.NamingConventions": "[10.0.0, )",
768-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
768+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
769769
"FluentValidation": "[12.1.0, )",
770770
"Google.Cloud.Storage.V1": "[4.13.0, )",
771771
"GovukNotify": "[7.2.0, )",
@@ -948,11 +948,11 @@
948948
},
949949
"EntityFrameworkCore.Projectables": {
950950
"type": "CentralTransitive",
951-
"requested": "[6.0.0, )",
952-
"resolved": "6.0.0",
953-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
951+
"requested": "[6.0.1, )",
952+
"resolved": "6.0.1",
953+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
954954
"dependencies": {
955-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
955+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
956956
"Microsoft.EntityFrameworkCore": "10.0.0"
957957
}
958958
},

TeachingRecordSystem/src/TeachingRecordSystem.AuthorizeAccess/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
},
192192
"EntityFrameworkCore.Projectables.Abstractions": {
193193
"type": "Transitive",
194-
"resolved": "6.0.0",
195-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
194+
"resolved": "6.0.1",
195+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
196196
},
197197
"FluentValidation.DependencyInjectionExtensions": {
198198
"type": "Transitive",
@@ -1023,7 +1023,7 @@
10231023
"DfeAnalytics.EFCore": "[0.4.2, )",
10241024
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
10251025
"EFCore.NamingConventions": "[10.0.0, )",
1026-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
1026+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
10271027
"FluentValidation": "[12.1.0, )",
10281028
"Google.Cloud.Storage.V1": "[4.13.0, )",
10291029
"GovukNotify": "[7.2.0, )",
@@ -1200,11 +1200,11 @@
12001200
},
12011201
"EntityFrameworkCore.Projectables": {
12021202
"type": "CentralTransitive",
1203-
"requested": "[6.0.0, )",
1204-
"resolved": "6.0.0",
1205-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
1203+
"requested": "[6.0.1, )",
1204+
"resolved": "6.0.1",
1205+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
12061206
"dependencies": {
1207-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
1207+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
12081208
"Microsoft.EntityFrameworkCore": "10.0.0"
12091209
}
12101210
},

TeachingRecordSystem/src/TeachingRecordSystem.Cli/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
},
9494
"EntityFrameworkCore.Projectables.Abstractions": {
9595
"type": "Transitive",
96-
"resolved": "6.0.0",
97-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
96+
"resolved": "6.0.1",
97+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
9898
},
9999
"Google.Api.Gax": {
100100
"type": "Transitive",
@@ -838,7 +838,7 @@
838838
"DfeAnalytics.EFCore": "[0.4.2, )",
839839
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
840840
"EFCore.NamingConventions": "[10.0.0, )",
841-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
841+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
842842
"FluentValidation": "[12.1.0, )",
843843
"Google.Cloud.Storage.V1": "[4.13.0, )",
844844
"GovukNotify": "[7.2.0, )",
@@ -979,11 +979,11 @@
979979
},
980980
"EntityFrameworkCore.Projectables": {
981981
"type": "CentralTransitive",
982-
"requested": "[6.0.0, )",
983-
"resolved": "6.0.0",
984-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
982+
"requested": "[6.0.1, )",
983+
"resolved": "6.0.1",
984+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
985985
"dependencies": {
986-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
986+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
987987
"Microsoft.EntityFrameworkCore": "10.0.0"
988988
}
989989
},

TeachingRecordSystem/src/TeachingRecordSystem.Core/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898
},
9999
"EntityFrameworkCore.Projectables": {
100100
"type": "Direct",
101-
"requested": "[6.0.0, )",
102-
"resolved": "6.0.0",
103-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
101+
"requested": "[6.0.1, )",
102+
"resolved": "6.0.1",
103+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
104104
"dependencies": {
105-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
105+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
106106
"Microsoft.EntityFrameworkCore": "10.0.0"
107107
}
108108
},
@@ -618,8 +618,8 @@
618618
},
619619
"EntityFrameworkCore.Projectables.Abstractions": {
620620
"type": "Transitive",
621-
"resolved": "6.0.0",
622-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
621+
"resolved": "6.0.1",
622+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
623623
},
624624
"Google.Api.Gax": {
625625
"type": "Transitive",

TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
},
190190
"EntityFrameworkCore.Projectables.Abstractions": {
191191
"type": "Transitive",
192-
"resolved": "6.0.0",
193-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
192+
"resolved": "6.0.1",
193+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
194194
},
195195
"FluentValidation.DependencyInjectionExtensions": {
196196
"type": "Transitive",
@@ -952,7 +952,7 @@
952952
"DfeAnalytics.EFCore": "[0.4.2, )",
953953
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
954954
"EFCore.NamingConventions": "[10.0.0, )",
955-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
955+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
956956
"FluentValidation": "[12.1.0, )",
957957
"Google.Cloud.Storage.V1": "[4.13.0, )",
958958
"GovukNotify": "[7.2.0, )",
@@ -1129,11 +1129,11 @@
11291129
},
11301130
"EntityFrameworkCore.Projectables": {
11311131
"type": "CentralTransitive",
1132-
"requested": "[6.0.0, )",
1133-
"resolved": "6.0.0",
1134-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
1132+
"requested": "[6.0.1, )",
1133+
"resolved": "6.0.1",
1134+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
11351135
"dependencies": {
1136-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
1136+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
11371137
"Microsoft.EntityFrameworkCore": "10.0.0"
11381138
}
11391139
},

TeachingRecordSystem/src/TeachingRecordSystem.WebCommon/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@
190190
},
191191
"EntityFrameworkCore.Projectables.Abstractions": {
192192
"type": "Transitive",
193-
"resolved": "6.0.0",
194-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
193+
"resolved": "6.0.1",
194+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
195195
},
196196
"FluentValidation.DependencyInjectionExtensions": {
197197
"type": "Transitive",
@@ -744,7 +744,7 @@
744744
"DfeAnalytics.EFCore": "[0.4.2, )",
745745
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
746746
"EFCore.NamingConventions": "[10.0.0, )",
747-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
747+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
748748
"FluentValidation": "[12.1.0, )",
749749
"Google.Cloud.Storage.V1": "[4.13.0, )",
750750
"GovukNotify": "[7.2.0, )",
@@ -874,11 +874,11 @@
874874
},
875875
"EntityFrameworkCore.Projectables": {
876876
"type": "CentralTransitive",
877-
"requested": "[6.0.0, )",
878-
"resolved": "6.0.0",
879-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
877+
"requested": "[6.0.1, )",
878+
"resolved": "6.0.1",
879+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
880880
"dependencies": {
881-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
881+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
882882
"Microsoft.EntityFrameworkCore": "10.0.0"
883883
}
884884
},

TeachingRecordSystem/src/TeachingRecordSystem.Worker/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
},
124124
"EntityFrameworkCore.Projectables.Abstractions": {
125125
"type": "Transitive",
126-
"resolved": "6.0.0",
127-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
126+
"resolved": "6.0.1",
127+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
128128
},
129129
"Google.Api.Gax": {
130130
"type": "Transitive",
@@ -877,7 +877,7 @@
877877
"DfeAnalytics.EFCore": "[0.4.2, )",
878878
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
879879
"EFCore.NamingConventions": "[10.0.0, )",
880-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
880+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
881881
"FluentValidation": "[12.1.0, )",
882882
"Google.Cloud.Storage.V1": "[4.13.0, )",
883883
"GovukNotify": "[7.2.0, )",
@@ -1018,11 +1018,11 @@
10181018
},
10191019
"EntityFrameworkCore.Projectables": {
10201020
"type": "CentralTransitive",
1021-
"requested": "[6.0.0, )",
1022-
"resolved": "6.0.0",
1023-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
1021+
"requested": "[6.0.1, )",
1022+
"resolved": "6.0.1",
1023+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
10241024
"dependencies": {
1025-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
1025+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
10261026
"Microsoft.EntityFrameworkCore": "10.0.0"
10271027
}
10281028
},

TeachingRecordSystem/tests/TeachingRecordSystem.Api.IntegrationTests/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
},
157157
"EntityFrameworkCore.Projectables.Abstractions": {
158158
"type": "Transitive",
159-
"resolved": "6.0.0",
160-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
159+
"resolved": "6.0.1",
160+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
161161
},
162162
"FluentValidation.DependencyInjectionExtensions": {
163163
"type": "Transitive",
@@ -908,7 +908,7 @@
908908
"DfeAnalytics.EFCore": "[0.4.2, )",
909909
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
910910
"EFCore.NamingConventions": "[10.0.0, )",
911-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
911+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
912912
"FluentValidation": "[12.1.0, )",
913913
"Google.Cloud.Storage.V1": "[4.13.0, )",
914914
"GovukNotify": "[7.2.0, )",
@@ -1101,11 +1101,11 @@
11011101
},
11021102
"EntityFrameworkCore.Projectables": {
11031103
"type": "CentralTransitive",
1104-
"requested": "[6.0.0, )",
1105-
"resolved": "6.0.0",
1106-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
1104+
"requested": "[6.0.1, )",
1105+
"resolved": "6.0.1",
1106+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
11071107
"dependencies": {
1108-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
1108+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
11091109
"Microsoft.EntityFrameworkCore": "10.0.0"
11101110
}
11111111
},

TeachingRecordSystem/tests/TeachingRecordSystem.Api.UnitTests/packages.lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
},
158158
"EntityFrameworkCore.Projectables.Abstractions": {
159159
"type": "Transitive",
160-
"resolved": "6.0.0",
161-
"contentHash": "kt+qonyXPeN1zUIaW5qxv1oOJGeblbT5aO90+NmyxrcdyHzktFQamdMF7FmBdQFsyUQFrCQQtGtFmN/DbPPshA=="
160+
"resolved": "6.0.1",
161+
"contentHash": "iz9HfKRaivC7g4Ht1TixVsBKnlF4A2ze+KrvHo0E6FPW403TT8O2K7dfARxfjjWoJdFi2xZFxM+ogxrrURc6JA=="
162162
},
163163
"FluentValidation.DependencyInjectionExtensions": {
164164
"type": "Transitive",
@@ -1234,7 +1234,7 @@
12341234
"DfeAnalytics.EFCore": "[0.4.2, )",
12351235
"EFCore.BulkExtensions.PostgreSql": "[10.0.1, )",
12361236
"EFCore.NamingConventions": "[10.0.0, )",
1237-
"EntityFrameworkCore.Projectables": "[6.0.0, )",
1237+
"EntityFrameworkCore.Projectables": "[6.0.1, )",
12381238
"FluentValidation": "[12.1.0, )",
12391239
"Google.Cloud.Storage.V1": "[4.13.0, )",
12401240
"GovukNotify": "[7.2.0, )",
@@ -1457,11 +1457,11 @@
14571457
},
14581458
"EntityFrameworkCore.Projectables": {
14591459
"type": "CentralTransitive",
1460-
"requested": "[6.0.0, )",
1461-
"resolved": "6.0.0",
1462-
"contentHash": "zpfFvLrGXIVk3kZch/h2PKxc8cxbVvBuV9mHlG1Lni9+pXwRTdJ/WAJoev/bI64ATYPt/yc1972IISY/TjKDIQ==",
1460+
"requested": "[6.0.1, )",
1461+
"resolved": "6.0.1",
1462+
"contentHash": "/ndx6gWRcSU+gH8A9KnpHr4f1YP8TWRqJ7imrmLlwshS0AW0I/fG/feWwZnBrIOsaV1fzrfCIpaPrUxqIBn1KQ==",
14631463
"dependencies": {
1464-
"EntityFrameworkCore.Projectables.Abstractions": "6.0.0",
1464+
"EntityFrameworkCore.Projectables.Abstractions": "6.0.1",
14651465
"Microsoft.EntityFrameworkCore": "10.0.0"
14661466
}
14671467
},

0 commit comments

Comments
 (0)