Skip to content

Commit e062e01

Browse files
committed
fix: Nuget Audit on System.Text.Json
1 parent 50f536a commit e062e01

File tree

9 files changed

+41
-29
lines changed

9 files changed

+41
-29
lines changed

Diff for: Ark.ReferenceProject/Ark.Reference.Common/packages.lock.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1731,8 +1731,12 @@
17311731
},
17321732
"System.Text.Json": {
17331733
"type": "Transitive",
1734-
"resolved": "8.0.5",
1735-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
1734+
"resolved": "6.0.10",
1735+
"contentHash": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==",
1736+
"dependencies": {
1737+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1738+
"System.Text.Encodings.Web": "6.0.0"
1739+
}
17361740
},
17371741
"System.Text.RegularExpressions": {
17381742
"type": "Transitive",
@@ -1915,8 +1919,7 @@
19151919
"type": "Project",
19161920
"dependencies": {
19171921
"Ark.Tools.Nodatime": "[1.0.0, )",
1918-
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )",
1919-
"System.Text.Json": "[8.0.5, )"
1922+
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )"
19201923
}
19211924
},
19221925
"ark.tools.rebus": {

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.API/packages.lock.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1728,8 +1728,12 @@
17281728
},
17291729
"System.Text.Json": {
17301730
"type": "Transitive",
1731-
"resolved": "8.0.5",
1732-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
1731+
"resolved": "6.0.10",
1732+
"contentHash": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==",
1733+
"dependencies": {
1734+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1735+
"System.Text.Encodings.Web": "6.0.0"
1736+
}
17331737
},
17341738
"System.Text.RegularExpressions": {
17351739
"type": "Transitive",
@@ -1935,8 +1939,7 @@
19351939
"type": "Project",
19361940
"dependencies": {
19371941
"Ark.Tools.Nodatime": "[1.0.0, )",
1938-
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )",
1939-
"System.Text.Json": "[8.0.5, )"
1942+
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )"
19401943
}
19411944
},
19421945
"ark.tools.rebus": {

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Application/packages.lock.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,12 @@
17331733
},
17341734
"System.Text.Json": {
17351735
"type": "Transitive",
1736-
"resolved": "8.0.5",
1737-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
1736+
"resolved": "6.0.10",
1737+
"contentHash": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==",
1738+
"dependencies": {
1739+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1740+
"System.Text.Encodings.Web": "6.0.0"
1741+
}
17381742
},
17391743
"System.Text.RegularExpressions": {
17401744
"type": "Transitive",
@@ -1946,8 +1950,7 @@
19461950
"type": "Project",
19471951
"dependencies": {
19481952
"Ark.Tools.Nodatime": "[1.0.0, )",
1949-
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )",
1950-
"System.Text.Json": "[8.0.5, )"
1953+
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )"
19511954
}
19521955
},
19531956
"ark.tools.outbox": {

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Common/packages.lock.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1728,8 +1728,12 @@
17281728
},
17291729
"System.Text.Json": {
17301730
"type": "Transitive",
1731-
"resolved": "8.0.5",
1732-
"contentHash": "0f1B50Ss7rqxXiaBJyzUu9bWFOO2/zSlifZ/UNMdiIpDYe4cY4LQQicP4nirK1OS31I43rn062UIJ1Q9bpmHpg=="
1731+
"resolved": "6.0.10",
1732+
"contentHash": "NSB0kDipxn2ychp88NXWfFRFlmi1bst/xynOutbnpEfRCT9JZkZ7KOmF/I/hNKo2dILiMGnqblm+j1sggdLB9g==",
1733+
"dependencies": {
1734+
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1735+
"System.Text.Encodings.Web": "6.0.0"
1736+
}
17331737
},
17341738
"System.Text.RegularExpressions": {
17351739
"type": "Transitive",
@@ -1929,8 +1933,7 @@
19291933
"type": "Project",
19301934
"dependencies": {
19311935
"Ark.Tools.Nodatime": "[1.0.0, )",
1932-
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )",
1933-
"System.Text.Json": "[8.0.5, )"
1936+
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )"
19341937
}
19351938
},
19361939
"ark.tools.rebus": {

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.Tests/packages.lock.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -3382,9 +3382,6 @@
33823382
"Ark.Reference.Common": "[0.9.1, )"
33833383
}
33843384
},
3385-
"ark.reference.core.database": {
3386-
"type": "Project"
3387-
},
33883385
"ark.reference.core.webinterface": {
33893386
"type": "Project",
33903387
"dependencies": {
@@ -3432,7 +3429,8 @@
34323429
"Microsoft.AspNetCore.OData": "[8.2.5, 9.0.0)",
34333430
"Microsoft.AspNetCore.OData.NewtonsoftJson": "[8.2.0, 9.0.0)",
34343431
"NetEscapades.AspNetCore.SecurityHeaders": "[0.24.0, )",
3435-
"SimpleInjector.Integration.AspNetCore.Mvc.Core": "[5.5.0, )"
3432+
"SimpleInjector.Integration.AspNetCore.Mvc.Core": "[5.5.0, )",
3433+
"System.Text.Json": "[8.0.5, )"
34363434
}
34373435
},
34383436
"ark.tools.aspnetcore.applicationinsights": {
@@ -3474,7 +3472,8 @@
34743472
"Azure.Identity": "[1.13.2, )",
34753473
"Azure.Messaging.ServiceBus": "[7.18.3, )",
34763474
"Microsoft.ApplicationInsights": "[2.22.0, )",
3477-
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": "[8.0.12, )"
3475+
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": "[8.0.12, )",
3476+
"System.Text.Json": "[8.0.5, )"
34783477
}
34793478
},
34803479
"ark.tools.aspnetcore.messagepack": {
@@ -3604,8 +3603,7 @@
36043603
"type": "Project",
36053604
"dependencies": {
36063605
"Ark.Tools.Nodatime": "[1.0.0, )",
3607-
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )",
3608-
"System.Text.Json": "[8.0.5, )"
3606+
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )"
36093607
}
36103608
},
36113609
"ark.tools.outbox": {

Diff for: Ark.ReferenceProject/Core/Ark.Reference.Core.WebInterface/packages.lock.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -2976,7 +2976,8 @@
29762976
"Microsoft.AspNetCore.OData": "[8.2.5, 9.0.0)",
29772977
"Microsoft.AspNetCore.OData.NewtonsoftJson": "[8.2.0, 9.0.0)",
29782978
"NetEscapades.AspNetCore.SecurityHeaders": "[0.24.0, )",
2979-
"SimpleInjector.Integration.AspNetCore.Mvc.Core": "[5.5.0, )"
2979+
"SimpleInjector.Integration.AspNetCore.Mvc.Core": "[5.5.0, )",
2980+
"System.Text.Json": "[8.0.5, )"
29802981
}
29812982
},
29822983
"ark.tools.aspnetcore.applicationinsights": {
@@ -3018,7 +3019,8 @@
30183019
"Azure.Identity": "[1.13.2, )",
30193020
"Azure.Messaging.ServiceBus": "[7.18.3, )",
30203021
"Microsoft.ApplicationInsights": "[2.22.0, )",
3021-
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": "[8.0.12, )"
3022+
"Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore": "[8.0.12, )",
3023+
"System.Text.Json": "[8.0.5, )"
30223024
}
30233025
},
30243026
"ark.tools.aspnetcore.messagepack": {
@@ -3148,8 +3150,7 @@
31483150
"type": "Project",
31493151
"dependencies": {
31503152
"Ark.Tools.Nodatime": "[1.0.0, )",
3151-
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )",
3152-
"System.Text.Json": "[8.0.5, )"
3153+
"NodaTime.Serialization.SystemTextJson": "[1.3.0, )"
31533154
}
31543155
},
31553156
"ark.tools.outbox": {

Diff for: Ark.Tools.AspNetCore.HealthChecks/Ark.Tools.AspNetCore.HealthChecks.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.3" />
4040
<PackageReference Include="Azure.Identity" Version="1.13.2" />
4141
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
42-
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.12" />
42+
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.12" />
43+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
4344
</ItemGroup>
4445

4546
<ItemGroup>

Diff for: Ark.Tools.AspNetCore/Ark.Tools.AspNetCore.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<PackageReference Include="Microsoft.AspNetCore.OData.NewtonsoftJson" Version="[8.2.0,9)" />
3636
<PackageReference Include="NetEscapades.AspNetCore.SecurityHeaders" Version="0.24.0" />
3737
<PackageReference Include="SimpleInjector.Integration.AspNetCore.Mvc.Core" Version="5.5.0" />
38+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
3839
</ItemGroup>
3940

4041
<ItemGroup>

Diff for: Ark.Tools.Nodatime.SystemTextJson/Ark.Tools.Nodatime.SystemTextJson.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<ItemGroup>
2121

2222
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.3.0" />
23-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2423
</ItemGroup>
2524

2625
<ItemGroup>

0 commit comments

Comments
 (0)