Skip to content

Commit 4ccc433

Browse files
chore(deps): update dependency system.configuration.configurationmanager to 10.0.8
1 parent 46b8259 commit 4ccc433

5 files changed

Lines changed: 46 additions & 46 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="10.0.203" />
9-
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.7" />
9+
<PackageVersion Include="System.Configuration.ConfigurationManager" Version="10.0.8" />
1010
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.6.2" />
1111
</ItemGroup>
1212
<ItemGroup Label="Roslynator">

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"Microsoft.Testing.Extensions.CodeCoverage": {
2626
"type": "Direct",
27-
"requested": "[18.6.2, )",
28-
"resolved": "18.6.2",
29-
"contentHash": "vRDhB96XQyVdYFp4cQZOMz/lx0okfCdzTXPxGiuFhKx2yUL0FT/skTpnTv+7x13+tjNOcT39i2Ln3BYtslzf2w==",
27+
"requested": "[18.5.2, )",
28+
"resolved": "18.5.2",
29+
"contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==",
3030
"dependencies": {
31-
"Microsoft.DiaSymReader": "2.2.5",
31+
"Microsoft.DiaSymReader": "2.2.3",
3232
"Microsoft.Extensions.DependencyModel": "8.0.2",
3333
"Microsoft.Testing.Platform": "2.1.0"
3434
}
@@ -146,8 +146,8 @@
146146
},
147147
"Microsoft.DiaSymReader": {
148148
"type": "Transitive",
149-
"resolved": "2.2.5",
150-
"contentHash": "Cq0DLpL8oQmXX3EUCClAYWDBy7Nf3Km6kmUw/eYWlYcTeC3g3Nekd/Z/ldsiy+Oi3xboanlQV9oaVCkgdLEhOQ=="
149+
"resolved": "2.2.3",
150+
"contentHash": "bhwzJfzyiJM0nXJyNB7Y9OfsEXyxLdDBHG99soIp5JjnPydwkOaBdRCtRtWgQh3noSLi2cSIZ/wpbHNNE9knxQ=="
151151
},
152152
"Microsoft.Extensions.DependencyModel": {
153153
"type": "Transitive",
@@ -225,8 +225,8 @@
225225
},
226226
"System.Diagnostics.EventLog": {
227227
"type": "Transitive",
228-
"resolved": "10.0.7",
229-
"contentHash": "WbmDLeTPYhEzXhvYVioTVn/D1XX6bovyny9n5p8Zxtf03+eY385RB818teZm6n+fA63iZNvng0/Np4tLuhkMhQ=="
228+
"resolved": "10.0.8",
229+
"contentHash": "+Ro7WgIom+BDNH+YhTuZKL6QJ0ctfOpTyfUG/h3aU5KwXt3OaNf0wYWrTvoBUj+34Dy5V8dN9yCco1hAJQ4txw=="
230230
},
231231
"System.IO.Hashing": {
232232
"type": "Transitive",
@@ -235,8 +235,8 @@
235235
},
236236
"System.Security.Cryptography.ProtectedData": {
237237
"type": "Transitive",
238-
"resolved": "10.0.7",
239-
"contentHash": "eqKW9wyPUhZi6pxy9Y0fQO/bdHROcwj0tYdmoGEPCPCtCJLFdVVAlzuuYYEnJI64HxhoXPYGhtx891g/jwN4rg=="
238+
"resolved": "10.0.8",
239+
"contentHash": "/ldVgSfImIBp6fLWS7sLH0BnmtFj0ZwGlZo4Xx2q0K3ZhJNDbW45kj2f6zPoC+L+BTINuHdMzTsopuwmkbgcNA=="
240240
},
241241
"System.Security.Permissions": {
242242
"type": "Transitive",
@@ -260,17 +260,17 @@
260260
"AntiXSS.NetStandard.HtmlSanitization": {
261261
"type": "Project",
262262
"dependencies": {
263-
"System.Configuration.ConfigurationManager": "[10.0.7, )"
263+
"System.Configuration.ConfigurationManager": "[10.0.8, )"
264264
}
265265
},
266266
"System.Configuration.ConfigurationManager": {
267267
"type": "CentralTransitive",
268-
"requested": "[10.0.7, )",
269-
"resolved": "10.0.7",
270-
"contentHash": "NUV7+8ZpwAdtylEypliCwxTyMtt5oARCdEN9hOflL2dq5sGXHKAtBoVs1rb8qEj85ThC/5vJKDQmdiqKxZRgag==",
268+
"requested": "[10.0.8, )",
269+
"resolved": "10.0.8",
270+
"contentHash": "QG+HHwJjLyUiRuA9axr5pDqHAxboo7FXCTRakxMABE9CUAUij/tsd/MsgQPJUEppkf+YBLT+F/P/wKIVCAIcNg==",
271271
"dependencies": {
272-
"System.Diagnostics.EventLog": "10.0.7",
273-
"System.Security.Cryptography.ProtectedData": "10.0.7"
272+
"System.Diagnostics.EventLog": "10.0.8",
273+
"System.Security.Cryptography.ProtectedData": "10.0.8"
274274
}
275275
}
276276
}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,25 @@
8888
},
8989
"System.Security.Cryptography.ProtectedData": {
9090
"type": "Transitive",
91-
"resolved": "10.0.7",
92-
"contentHash": "eqKW9wyPUhZi6pxy9Y0fQO/bdHROcwj0tYdmoGEPCPCtCJLFdVVAlzuuYYEnJI64HxhoXPYGhtx891g/jwN4rg==",
91+
"resolved": "10.0.8",
92+
"contentHash": "/ldVgSfImIBp6fLWS7sLH0BnmtFj0ZwGlZo4Xx2q0K3ZhJNDbW45kj2f6zPoC+L+BTINuHdMzTsopuwmkbgcNA==",
9393
"dependencies": {
9494
"System.Memory": "4.6.3"
9595
}
9696
},
9797
"AntiXSS.NetStandard.HtmlSanitization": {
9898
"type": "Project",
9999
"dependencies": {
100-
"System.Configuration.ConfigurationManager": "[10.0.7, )"
100+
"System.Configuration.ConfigurationManager": "[10.0.8, )"
101101
}
102102
},
103103
"System.Configuration.ConfigurationManager": {
104104
"type": "CentralTransitive",
105-
"requested": "[10.0.7, )",
106-
"resolved": "10.0.7",
107-
"contentHash": "NUV7+8ZpwAdtylEypliCwxTyMtt5oARCdEN9hOflL2dq5sGXHKAtBoVs1rb8qEj85ThC/5vJKDQmdiqKxZRgag==",
105+
"requested": "[10.0.8, )",
106+
"resolved": "10.0.8",
107+
"contentHash": "QG+HHwJjLyUiRuA9axr5pDqHAxboo7FXCTRakxMABE9CUAUij/tsd/MsgQPJUEppkf+YBLT+F/P/wKIVCAIcNg==",
108108
"dependencies": {
109-
"System.Security.Cryptography.ProtectedData": "10.0.7"
109+
"System.Security.Cryptography.ProtectedData": "10.0.8"
110110
}
111111
}
112112
}

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
},
2525
"Microsoft.Testing.Extensions.CodeCoverage": {
2626
"type": "Direct",
27-
"requested": "[18.6.2, )",
28-
"resolved": "18.6.2",
29-
"contentHash": "vRDhB96XQyVdYFp4cQZOMz/lx0okfCdzTXPxGiuFhKx2yUL0FT/skTpnTv+7x13+tjNOcT39i2Ln3BYtslzf2w==",
27+
"requested": "[18.5.2, )",
28+
"resolved": "18.5.2",
29+
"contentHash": "UNcGLx9pVtlXF8MPDR8KDp+/OKKNIJjpzwRyZSt609TSGvaD8mtuQMb5GKZvhMucPp0a5Juvn3kxXDceQZWmAg==",
3030
"dependencies": {
31-
"Microsoft.DiaSymReader": "2.2.5",
31+
"Microsoft.DiaSymReader": "2.2.3",
3232
"Microsoft.Extensions.DependencyModel": "8.0.2",
3333
"Microsoft.Testing.Platform": "2.1.0"
3434
}
@@ -146,8 +146,8 @@
146146
},
147147
"Microsoft.DiaSymReader": {
148148
"type": "Transitive",
149-
"resolved": "2.2.5",
150-
"contentHash": "Cq0DLpL8oQmXX3EUCClAYWDBy7Nf3Km6kmUw/eYWlYcTeC3g3Nekd/Z/ldsiy+Oi3xboanlQV9oaVCkgdLEhOQ=="
149+
"resolved": "2.2.3",
150+
"contentHash": "bhwzJfzyiJM0nXJyNB7Y9OfsEXyxLdDBHG99soIp5JjnPydwkOaBdRCtRtWgQh3noSLi2cSIZ/wpbHNNE9knxQ=="
151151
},
152152
"Microsoft.Extensions.DependencyModel": {
153153
"type": "Transitive",
@@ -225,8 +225,8 @@
225225
},
226226
"System.Diagnostics.EventLog": {
227227
"type": "Transitive",
228-
"resolved": "10.0.7",
229-
"contentHash": "WbmDLeTPYhEzXhvYVioTVn/D1XX6bovyny9n5p8Zxtf03+eY385RB818teZm6n+fA63iZNvng0/Np4tLuhkMhQ=="
228+
"resolved": "10.0.8",
229+
"contentHash": "+Ro7WgIom+BDNH+YhTuZKL6QJ0ctfOpTyfUG/h3aU5KwXt3OaNf0wYWrTvoBUj+34Dy5V8dN9yCco1hAJQ4txw=="
230230
},
231231
"System.IO.Hashing": {
232232
"type": "Transitive",
@@ -235,8 +235,8 @@
235235
},
236236
"System.Security.Cryptography.ProtectedData": {
237237
"type": "Transitive",
238-
"resolved": "10.0.7",
239-
"contentHash": "eqKW9wyPUhZi6pxy9Y0fQO/bdHROcwj0tYdmoGEPCPCtCJLFdVVAlzuuYYEnJI64HxhoXPYGhtx891g/jwN4rg=="
238+
"resolved": "10.0.8",
239+
"contentHash": "/ldVgSfImIBp6fLWS7sLH0BnmtFj0ZwGlZo4Xx2q0K3ZhJNDbW45kj2f6zPoC+L+BTINuHdMzTsopuwmkbgcNA=="
240240
},
241241
"System.Security.Permissions": {
242242
"type": "Transitive",
@@ -254,17 +254,17 @@
254254
"AntiXSS.NetStandard.HtmlSanitization": {
255255
"type": "Project",
256256
"dependencies": {
257-
"System.Configuration.ConfigurationManager": "[10.0.7, )"
257+
"System.Configuration.ConfigurationManager": "[10.0.8, )"
258258
}
259259
},
260260
"System.Configuration.ConfigurationManager": {
261261
"type": "CentralTransitive",
262-
"requested": "[10.0.7, )",
263-
"resolved": "10.0.7",
264-
"contentHash": "NUV7+8ZpwAdtylEypliCwxTyMtt5oARCdEN9hOflL2dq5sGXHKAtBoVs1rb8qEj85ThC/5vJKDQmdiqKxZRgag==",
262+
"requested": "[10.0.8, )",
263+
"resolved": "10.0.8",
264+
"contentHash": "QG+HHwJjLyUiRuA9axr5pDqHAxboo7FXCTRakxMABE9CUAUij/tsd/MsgQPJUEppkf+YBLT+F/P/wKIVCAIcNg==",
265265
"dependencies": {
266-
"System.Diagnostics.EventLog": "10.0.7",
267-
"System.Security.Cryptography.ProtectedData": "10.0.7"
266+
"System.Diagnostics.EventLog": "10.0.8",
267+
"System.Security.Cryptography.ProtectedData": "10.0.8"
268268
}
269269
}
270270
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
},
3737
"System.Configuration.ConfigurationManager": {
3838
"type": "Direct",
39-
"requested": "[10.0.7, )",
40-
"resolved": "10.0.7",
41-
"contentHash": "NUV7+8ZpwAdtylEypliCwxTyMtt5oARCdEN9hOflL2dq5sGXHKAtBoVs1rb8qEj85ThC/5vJKDQmdiqKxZRgag==",
39+
"requested": "[10.0.8, )",
40+
"resolved": "10.0.8",
41+
"contentHash": "QG+HHwJjLyUiRuA9axr5pDqHAxboo7FXCTRakxMABE9CUAUij/tsd/MsgQPJUEppkf+YBLT+F/P/wKIVCAIcNg==",
4242
"dependencies": {
43-
"System.Security.Cryptography.ProtectedData": "10.0.7"
43+
"System.Security.Cryptography.ProtectedData": "10.0.8"
4444
}
4545
},
4646
"Microsoft.Build.Tasks.Git": {
@@ -97,8 +97,8 @@
9797
},
9898
"System.Security.Cryptography.ProtectedData": {
9999
"type": "Transitive",
100-
"resolved": "10.0.7",
101-
"contentHash": "eqKW9wyPUhZi6pxy9Y0fQO/bdHROcwj0tYdmoGEPCPCtCJLFdVVAlzuuYYEnJI64HxhoXPYGhtx891g/jwN4rg==",
100+
"resolved": "10.0.8",
101+
"contentHash": "/ldVgSfImIBp6fLWS7sLH0BnmtFj0ZwGlZo4Xx2q0K3ZhJNDbW45kj2f6zPoC+L+BTINuHdMzTsopuwmkbgcNA==",
102102
"dependencies": {
103103
"System.Memory": "4.6.3"
104104
}

0 commit comments

Comments
 (0)