Skip to content

Commit 6e73002

Browse files
build(deps): Bump System.Configuration.ConfigurationManager from 9.0.2 to 9.0.3 (#234)
* build(deps): Bump System.Configuration.ConfigurationManager Bumps [System.Configuration.ConfigurationManager](https://github.com/dotnet/runtime) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: System.Configuration.ConfigurationManager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Update packages.lock.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hangy <hangy@hangy.de>
1 parent afda23a commit 6e73002

File tree

5 files changed

+34
-34
lines changed

5 files changed

+34
-34
lines changed

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.2" />
9+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="9.0.3" />
1010
</ItemGroup>
1111
<ItemGroup Label="Roslynator">
1212
<PackageVersion Include="Roslynator.Analyzers" Version="4.13.1" />

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
},
278278
"System.Diagnostics.EventLog": {
279279
"type": "Transitive",
280-
"resolved": "9.0.2",
281-
"contentHash": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q=="
280+
"resolved": "9.0.3",
281+
"contentHash": "0nDJBZ06DVdTG2vvCZ4XjazLVaFawdT0pnji23ISX8I8fEOlRJyzH2I0kWiAbCtFwry2Zir4qE4l/GStLATfFw=="
282282
},
283283
"System.Drawing.Common": {
284284
"type": "Transitive",
@@ -313,8 +313,8 @@
313313
},
314314
"System.Security.Cryptography.ProtectedData": {
315315
"type": "Transitive",
316-
"resolved": "9.0.2",
317-
"contentHash": "+z9JWtU9di45tW/w6zpuJms4SnAAqKY2Usmmxs7MpOhxWoIeR2pKl1vEkaFbEx52ZfrMFcZXsFe+8WERMozzGg=="
316+
"resolved": "9.0.3",
317+
"contentHash": "4PAwR9l3rhAESfymptisnO2KWpHmiTnKxovnREqmiY4BEakXD2ahQU4/NO0vzEarMw8RGzwpmWoiHwvL/waHfQ=="
318318
},
319319
"System.Security.Permissions": {
320320
"type": "Transitive",
@@ -358,17 +358,17 @@
358358
"AntiXSS.NetStandard.HtmlSanitization": {
359359
"type": "Project",
360360
"dependencies": {
361-
"System.Configuration.ConfigurationManager": "[9.0.2, )"
361+
"System.Configuration.ConfigurationManager": "[9.0.3, )"
362362
}
363363
},
364364
"System.Configuration.ConfigurationManager": {
365365
"type": "CentralTransitive",
366-
"requested": "[9.0.2, )",
367-
"resolved": "9.0.2",
368-
"contentHash": "pX5GhR4/mfYUbebRdINO6P4B8stIbVWaAWGgWzYO1eC30nUVpCQdzQjKwCPhtLdzjR3d/q+MQ0sRG3B1GLSyqw==",
366+
"requested": "[9.0.3, )",
367+
"resolved": "9.0.3",
368+
"contentHash": "0kw80ykL/iFhNtFbPpjxIavmCk7/l6MqQwNSNhEoSNuI9C82ZZ251thzQZ/btHut21Y2G9M+amQY1K5bhaAjKg==",
369369
"dependencies": {
370-
"System.Diagnostics.EventLog": "9.0.2",
371-
"System.Security.Cryptography.ProtectedData": "9.0.2"
370+
"System.Diagnostics.EventLog": "9.0.3",
371+
"System.Security.Cryptography.ProtectedData": "9.0.3"
372372
}
373373
}
374374
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,25 @@
7575
},
7676
"System.Security.Cryptography.ProtectedData": {
7777
"type": "Transitive",
78-
"resolved": "9.0.2",
79-
"contentHash": "+z9JWtU9di45tW/w6zpuJms4SnAAqKY2Usmmxs7MpOhxWoIeR2pKl1vEkaFbEx52ZfrMFcZXsFe+8WERMozzGg==",
78+
"resolved": "9.0.3",
79+
"contentHash": "4PAwR9l3rhAESfymptisnO2KWpHmiTnKxovnREqmiY4BEakXD2ahQU4/NO0vzEarMw8RGzwpmWoiHwvL/waHfQ==",
8080
"dependencies": {
8181
"System.Memory": "4.5.5"
8282
}
8383
},
8484
"AntiXSS.NetStandard.HtmlSanitization": {
8585
"type": "Project",
8686
"dependencies": {
87-
"System.Configuration.ConfigurationManager": "[9.0.2, )"
87+
"System.Configuration.ConfigurationManager": "[9.0.3, )"
8888
}
8989
},
9090
"System.Configuration.ConfigurationManager": {
9191
"type": "CentralTransitive",
92-
"requested": "[9.0.2, )",
93-
"resolved": "9.0.2",
94-
"contentHash": "pX5GhR4/mfYUbebRdINO6P4B8stIbVWaAWGgWzYO1eC30nUVpCQdzQjKwCPhtLdzjR3d/q+MQ0sRG3B1GLSyqw==",
92+
"requested": "[9.0.3, )",
93+
"resolved": "9.0.3",
94+
"contentHash": "0kw80ykL/iFhNtFbPpjxIavmCk7/l6MqQwNSNhEoSNuI9C82ZZ251thzQZ/btHut21Y2G9M+amQY1K5bhaAjKg==",
9595
"dependencies": {
96-
"System.Security.Cryptography.ProtectedData": "9.0.2"
96+
"System.Security.Cryptography.ProtectedData": "9.0.3"
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
@@ -277,8 +277,8 @@
277277
},
278278
"System.Diagnostics.EventLog": {
279279
"type": "Transitive",
280-
"resolved": "9.0.2",
281-
"contentHash": "i+Fe6Fpst/onydFLBGilCr/Eh9OFdlaTU/c3alPp6IbLZXQJOgpIu3l4MOnmsN8fDYq5nAyHSqNIJesc74Yw3Q=="
280+
"resolved": "9.0.3",
281+
"contentHash": "0nDJBZ06DVdTG2vvCZ4XjazLVaFawdT0pnji23ISX8I8fEOlRJyzH2I0kWiAbCtFwry2Zir4qE4l/GStLATfFw=="
282282
},
283283
"System.Drawing.Common": {
284284
"type": "Transitive",
@@ -313,8 +313,8 @@
313313
},
314314
"System.Security.Cryptography.ProtectedData": {
315315
"type": "Transitive",
316-
"resolved": "9.0.2",
317-
"contentHash": "+z9JWtU9di45tW/w6zpuJms4SnAAqKY2Usmmxs7MpOhxWoIeR2pKl1vEkaFbEx52ZfrMFcZXsFe+8WERMozzGg=="
316+
"resolved": "9.0.3",
317+
"contentHash": "4PAwR9l3rhAESfymptisnO2KWpHmiTnKxovnREqmiY4BEakXD2ahQU4/NO0vzEarMw8RGzwpmWoiHwvL/waHfQ=="
318318
},
319319
"System.Security.Permissions": {
320320
"type": "Transitive",
@@ -352,17 +352,17 @@
352352
"AntiXSS.NetStandard.HtmlSanitization": {
353353
"type": "Project",
354354
"dependencies": {
355-
"System.Configuration.ConfigurationManager": "[9.0.2, )"
355+
"System.Configuration.ConfigurationManager": "[9.0.3, )"
356356
}
357357
},
358358
"System.Configuration.ConfigurationManager": {
359359
"type": "CentralTransitive",
360-
"requested": "[9.0.2, )",
361-
"resolved": "9.0.2",
362-
"contentHash": "pX5GhR4/mfYUbebRdINO6P4B8stIbVWaAWGgWzYO1eC30nUVpCQdzQjKwCPhtLdzjR3d/q+MQ0sRG3B1GLSyqw==",
360+
"requested": "[9.0.3, )",
361+
"resolved": "9.0.3",
362+
"contentHash": "0kw80ykL/iFhNtFbPpjxIavmCk7/l6MqQwNSNhEoSNuI9C82ZZ251thzQZ/btHut21Y2G9M+amQY1K5bhaAjKg==",
363363
"dependencies": {
364-
"System.Diagnostics.EventLog": "9.0.2",
365-
"System.Security.Cryptography.ProtectedData": "9.0.2"
364+
"System.Diagnostics.EventLog": "9.0.3",
365+
"System.Security.Cryptography.ProtectedData": "9.0.3"
366366
}
367367
}
368368
}

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

Lines changed: 6 additions & 6 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.2, )",
39-
"resolved": "9.0.2",
40-
"contentHash": "pX5GhR4/mfYUbebRdINO6P4B8stIbVWaAWGgWzYO1eC30nUVpCQdzQjKwCPhtLdzjR3d/q+MQ0sRG3B1GLSyqw==",
38+
"requested": "[9.0.3, )",
39+
"resolved": "9.0.3",
40+
"contentHash": "0kw80ykL/iFhNtFbPpjxIavmCk7/l6MqQwNSNhEoSNuI9C82ZZ251thzQZ/btHut21Y2G9M+amQY1K5bhaAjKg==",
4141
"dependencies": {
42-
"System.Security.Cryptography.ProtectedData": "9.0.2"
42+
"System.Security.Cryptography.ProtectedData": "9.0.3"
4343
}
4444
},
4545
"Microsoft.Build.Tasks.Git": {
@@ -84,8 +84,8 @@
8484
},
8585
"System.Security.Cryptography.ProtectedData": {
8686
"type": "Transitive",
87-
"resolved": "9.0.2",
88-
"contentHash": "+z9JWtU9di45tW/w6zpuJms4SnAAqKY2Usmmxs7MpOhxWoIeR2pKl1vEkaFbEx52ZfrMFcZXsFe+8WERMozzGg==",
87+
"resolved": "9.0.3",
88+
"contentHash": "4PAwR9l3rhAESfymptisnO2KWpHmiTnKxovnREqmiY4BEakXD2ahQU4/NO0vzEarMw8RGzwpmWoiHwvL/waHfQ==",
8989
"dependencies": {
9090
"System.Memory": "4.5.5"
9191
}

0 commit comments

Comments
 (0)