Skip to content

Commit 787868a

Browse files
Bump System.Configuration.ConfigurationManager from 9.0.10 to 10.0.1
--- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f758988 commit 787868a

5 files changed

Lines changed: 58 additions & 58 deletions

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<ItemGroup Label="Microsoft">
88
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
9-
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.10" />
9+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.1" />
1010
</ItemGroup>
1111
<ItemGroup Label="Roslynator">
1212
<PackageVersion Include="Roslynator.Analyzers" Version="4.15.0" />

Microsoft.Security.Application.Encoder.UnitTests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@
227227
},
228228
"System.Diagnostics.EventLog": {
229229
"type": "Transitive",
230-
"resolved": "9.0.10",
231-
"contentHash": "Jc+az1pTMujPLDn2j5eqSfzlO7j/T1K/LB7THxdfRWOxujE4zaitUqBs7sv1t6/xmmvpU6Xx3IofCs4owYH0yQ=="
230+
"resolved": "10.0.1",
231+
"contentHash": "xfaHEHVDkMOOZR5S6ZGezD0+vekdH1Nx/9Ih8/rOqOGSOk1fxiN3u94bYkBW/wigj0Uw2Wt3vvRj9mtYdgwEjw=="
232232
},
233233
"System.Security.Cryptography.ProtectedData": {
234234
"type": "Transitive",
235-
"resolved": "9.0.10",
236-
"contentHash": "iC0InhfWdk0nHlbcTAAUyWt9X4+CsaZz9elQy0otFcsUkd/Wm+DmEwjqyH9PgFl1XcSowzhv67njCstABTc3Hw=="
235+
"resolved": "10.0.1",
236+
"contentHash": "9SqHNq+lAjZeyPcm69FTQEjr+wsRYvkS3aW8yxoEndVYwDRkCrsP/44QPqpWHwzevoX26rkOoQ6kr7GZWngw2A=="
237237
},
238238
"System.Security.Permissions": {
239239
"type": "Transitive",
@@ -257,17 +257,17 @@
257257
"AntiXSS.NetStandard.HtmlSanitization": {
258258
"type": "Project",
259259
"dependencies": {
260-
"System.Configuration.ConfigurationManager": "[9.0.10, )"
260+
"System.Configuration.ConfigurationManager": "[10.0.1, )"
261261
}
262262
},
263263
"System.Configuration.ConfigurationManager": {
264264
"type": "CentralTransitive",
265-
"requested": "[9.0.10, )",
266-
"resolved": "9.0.10",
267-
"contentHash": "5CBhl5dWmckKEtvk8F6GXtmHxNBoqAC8xILxIntNm7AzHiXQ09CXSLhncIJ/cQWaiNYzLjHZCgtMfx9tkCKHdA==",
265+
"requested": "[10.0.1, )",
266+
"resolved": "10.0.1",
267+
"contentHash": "HfOAIlSA8OuaxBZD6xjsUWhtB0KdKSWEfRId8gSGveLUjuP6G8IxfiFgJNxaiRIEC1kx4pSvz3Em5xW/J6LLxA==",
268268
"dependencies": {
269-
"System.Diagnostics.EventLog": "9.0.10",
270-
"System.Security.Cryptography.ProtectedData": "9.0.10"
269+
"System.Diagnostics.EventLog": "10.0.1",
270+
"System.Security.Cryptography.ProtectedData": "10.0.1"
271271
}
272272
}
273273
}

Microsoft.Security.Application.Encoder/packages.lock.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -50,50 +50,50 @@
5050
},
5151
"System.Buffers": {
5252
"type": "Transitive",
53-
"resolved": "4.5.1",
54-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
53+
"resolved": "4.6.1",
54+
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
5555
},
5656
"System.Memory": {
5757
"type": "Transitive",
58-
"resolved": "4.5.5",
59-
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
58+
"resolved": "4.6.3",
59+
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
6060
"dependencies": {
61-
"System.Buffers": "4.5.1",
62-
"System.Numerics.Vectors": "4.4.0",
63-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
61+
"System.Buffers": "4.6.1",
62+
"System.Numerics.Vectors": "4.6.1",
63+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
6464
}
6565
},
6666
"System.Numerics.Vectors": {
6767
"type": "Transitive",
68-
"resolved": "4.4.0",
69-
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ=="
68+
"resolved": "4.6.1",
69+
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
7070
},
7171
"System.Runtime.CompilerServices.Unsafe": {
7272
"type": "Transitive",
73-
"resolved": "4.5.3",
74-
"contentHash": "3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw=="
73+
"resolved": "6.1.2",
74+
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
7575
},
7676
"System.Security.Cryptography.ProtectedData": {
7777
"type": "Transitive",
78-
"resolved": "9.0.10",
79-
"contentHash": "iC0InhfWdk0nHlbcTAAUyWt9X4+CsaZz9elQy0otFcsUkd/Wm+DmEwjqyH9PgFl1XcSowzhv67njCstABTc3Hw==",
78+
"resolved": "10.0.1",
79+
"contentHash": "9SqHNq+lAjZeyPcm69FTQEjr+wsRYvkS3aW8yxoEndVYwDRkCrsP/44QPqpWHwzevoX26rkOoQ6kr7GZWngw2A==",
8080
"dependencies": {
81-
"System.Memory": "4.5.5"
81+
"System.Memory": "4.6.3"
8282
}
8383
},
8484
"AntiXSS.NetStandard.HtmlSanitization": {
8585
"type": "Project",
8686
"dependencies": {
87-
"System.Configuration.ConfigurationManager": "[9.0.10, )"
87+
"System.Configuration.ConfigurationManager": "[10.0.1, )"
8888
}
8989
},
9090
"System.Configuration.ConfigurationManager": {
9191
"type": "CentralTransitive",
92-
"requested": "[9.0.10, )",
93-
"resolved": "9.0.10",
94-
"contentHash": "5CBhl5dWmckKEtvk8F6GXtmHxNBoqAC8xILxIntNm7AzHiXQ09CXSLhncIJ/cQWaiNYzLjHZCgtMfx9tkCKHdA==",
92+
"requested": "[10.0.1, )",
93+
"resolved": "10.0.1",
94+
"contentHash": "HfOAIlSA8OuaxBZD6xjsUWhtB0KdKSWEfRId8gSGveLUjuP6G8IxfiFgJNxaiRIEC1kx4pSvz3Em5xW/J6LLxA==",
9595
"dependencies": {
96-
"System.Security.Cryptography.ProtectedData": "9.0.10"
96+
"System.Security.Cryptography.ProtectedData": "10.0.1"
9797
}
9898
}
9999
}

Microsoft.Security.Application.HtmlSanitization.Tests/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -227,13 +227,13 @@
227227
},
228228
"System.Diagnostics.EventLog": {
229229
"type": "Transitive",
230-
"resolved": "9.0.10",
231-
"contentHash": "Jc+az1pTMujPLDn2j5eqSfzlO7j/T1K/LB7THxdfRWOxujE4zaitUqBs7sv1t6/xmmvpU6Xx3IofCs4owYH0yQ=="
230+
"resolved": "10.0.1",
231+
"contentHash": "xfaHEHVDkMOOZR5S6ZGezD0+vekdH1Nx/9Ih8/rOqOGSOk1fxiN3u94bYkBW/wigj0Uw2Wt3vvRj9mtYdgwEjw=="
232232
},
233233
"System.Security.Cryptography.ProtectedData": {
234234
"type": "Transitive",
235-
"resolved": "9.0.10",
236-
"contentHash": "iC0InhfWdk0nHlbcTAAUyWt9X4+CsaZz9elQy0otFcsUkd/Wm+DmEwjqyH9PgFl1XcSowzhv67njCstABTc3Hw=="
235+
"resolved": "10.0.1",
236+
"contentHash": "9SqHNq+lAjZeyPcm69FTQEjr+wsRYvkS3aW8yxoEndVYwDRkCrsP/44QPqpWHwzevoX26rkOoQ6kr7GZWngw2A=="
237237
},
238238
"System.Security.Permissions": {
239239
"type": "Transitive",
@@ -251,17 +251,17 @@
251251
"AntiXSS.NetStandard.HtmlSanitization": {
252252
"type": "Project",
253253
"dependencies": {
254-
"System.Configuration.ConfigurationManager": "[9.0.10, )"
254+
"System.Configuration.ConfigurationManager": "[10.0.1, )"
255255
}
256256
},
257257
"System.Configuration.ConfigurationManager": {
258258
"type": "CentralTransitive",
259-
"requested": "[9.0.10, )",
260-
"resolved": "9.0.10",
261-
"contentHash": "5CBhl5dWmckKEtvk8F6GXtmHxNBoqAC8xILxIntNm7AzHiXQ09CXSLhncIJ/cQWaiNYzLjHZCgtMfx9tkCKHdA==",
259+
"requested": "[10.0.1, )",
260+
"resolved": "10.0.1",
261+
"contentHash": "HfOAIlSA8OuaxBZD6xjsUWhtB0KdKSWEfRId8gSGveLUjuP6G8IxfiFgJNxaiRIEC1kx4pSvz3Em5xW/J6LLxA==",
262262
"dependencies": {
263-
"System.Diagnostics.EventLog": "9.0.10",
264-
"System.Security.Cryptography.ProtectedData": "9.0.10"
263+
"System.Diagnostics.EventLog": "10.0.1",
264+
"System.Security.Cryptography.ProtectedData": "10.0.1"
265265
}
266266
}
267267
}

Microsoft.Security.Application.HtmlSanitization/packages.lock.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
},
3636
"System.Configuration.ConfigurationManager": {
3737
"type": "Direct",
38-
"requested": "[9.0.10, )",
39-
"resolved": "9.0.10",
40-
"contentHash": "5CBhl5dWmckKEtvk8F6GXtmHxNBoqAC8xILxIntNm7AzHiXQ09CXSLhncIJ/cQWaiNYzLjHZCgtMfx9tkCKHdA==",
38+
"requested": "[10.0.1, )",
39+
"resolved": "10.0.1",
40+
"contentHash": "HfOAIlSA8OuaxBZD6xjsUWhtB0KdKSWEfRId8gSGveLUjuP6G8IxfiFgJNxaiRIEC1kx4pSvz3Em5xW/J6LLxA==",
4141
"dependencies": {
42-
"System.Security.Cryptography.ProtectedData": "9.0.10"
42+
"System.Security.Cryptography.ProtectedData": "10.0.1"
4343
}
4444
},
4545
"Microsoft.Build.Tasks.Git": {
@@ -59,35 +59,35 @@
5959
},
6060
"System.Buffers": {
6161
"type": "Transitive",
62-
"resolved": "4.5.1",
63-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
62+
"resolved": "4.6.1",
63+
"contentHash": "N8GXpmiLMtljq7gwvyS+1QvKT/W2J8sNAvx+HVg4NGmsG/H+2k/y9QI23auLJRterrzCiDH+IWAw4V/GPwsMlw=="
6464
},
6565
"System.Memory": {
6666
"type": "Transitive",
67-
"resolved": "4.5.5",
68-
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==",
67+
"resolved": "4.6.3",
68+
"contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==",
6969
"dependencies": {
70-
"System.Buffers": "4.5.1",
71-
"System.Numerics.Vectors": "4.4.0",
72-
"System.Runtime.CompilerServices.Unsafe": "4.5.3"
70+
"System.Buffers": "4.6.1",
71+
"System.Numerics.Vectors": "4.6.1",
72+
"System.Runtime.CompilerServices.Unsafe": "6.1.2"
7373
}
7474
},
7575
"System.Numerics.Vectors": {
7676
"type": "Transitive",
77-
"resolved": "4.4.0",
78-
"contentHash": "UiLzLW+Lw6HLed1Hcg+8jSRttrbuXv7DANVj0DkL9g6EnnzbL75EB7EWsw5uRbhxd/4YdG8li5XizGWepmG3PQ=="
77+
"resolved": "4.6.1",
78+
"contentHash": "sQxefTnhagrhoq2ReR0D/6K0zJcr9Hrd6kikeXsA1I8kOCboTavcUC4r7TSfpKFeE163uMuxZcyfO1mGO3EN8Q=="
7979
},
8080
"System.Runtime.CompilerServices.Unsafe": {
8181
"type": "Transitive",
82-
"resolved": "4.5.3",
83-
"contentHash": "3TIsJhD1EiiT0w2CcDMN/iSSwnNnsrnbzeVHSKkaEgV85txMprmuO+Yq2AdSbeVGcg28pdNDTPK87tJhX7VFHw=="
82+
"resolved": "6.1.2",
83+
"contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw=="
8484
},
8585
"System.Security.Cryptography.ProtectedData": {
8686
"type": "Transitive",
87-
"resolved": "9.0.10",
88-
"contentHash": "iC0InhfWdk0nHlbcTAAUyWt9X4+CsaZz9elQy0otFcsUkd/Wm+DmEwjqyH9PgFl1XcSowzhv67njCstABTc3Hw==",
87+
"resolved": "10.0.1",
88+
"contentHash": "9SqHNq+lAjZeyPcm69FTQEjr+wsRYvkS3aW8yxoEndVYwDRkCrsP/44QPqpWHwzevoX26rkOoQ6kr7GZWngw2A==",
8989
"dependencies": {
90-
"System.Memory": "4.5.5"
90+
"System.Memory": "4.6.3"
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)