Skip to content

Commit d10cc9d

Browse files
chore(deps): update dependency castle.loggingfacility to 5.1.2 (#640)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bea9564 commit d10cc9d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Snittlistan.Test/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@
136136
},
137137
"Castle.LoggingFacility": {
138138
"type": "Transitive",
139-
"resolved": "5.1.1",
140-
"contentHash": "bNVitNOxpQTPkjAs1AtxFhIdXBUndcqjC/nhKRW8ofOuwbPgVtKrGFaSLLLleYNW5F+Whj+s9TIWgmj2WxqwWw==",
139+
"resolved": "5.1.2",
140+
"contentHash": "bNc8a5MoxMw5gH33Q9EMCb6GbHPdQq5o1E7kmJOpV+CwCE0wIXwEHbu8DBc0hbGzv516SHPFAGLSDqWKOl2uhA==",
141141
"dependencies": {
142-
"Castle.Windsor": "[5.1.1]"
142+
"Castle.Windsor": "[5.1.2]"
143143
}
144144
},
145145
"elmah.corelibrary": {
@@ -430,7 +430,7 @@
430430
"Castle.Core": "[4.4.1, )",
431431
"Castle.Core-NLog": "[4.4.1, )",
432432
"Castle.Facilities.AspNet.SystemWeb": "[5.1.2, )",
433-
"Castle.LoggingFacility": "[5.1.1, )",
433+
"Castle.LoggingFacility": "[5.1.2, )",
434434
"Castle.Windsor": "[5.1.1, )",
435435
"Elmah.MVC": "[2.1.2, )",
436436
"EntityFramework6.Npgsql": "[6.4.3, )",

Snittlistan.Web/Snittlistan.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Version>5.1.2</Version>
5858
</PackageReference>
5959
<PackageReference Include="Castle.LoggingFacility">
60-
<Version>5.1.1</Version>
60+
<Version>5.1.2</Version>
6161
</PackageReference>
6262
<PackageReference Include="Castle.Windsor">
6363
<Version>5.1.1</Version>

Snittlistan.Web/packages.lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
},
3737
"Castle.LoggingFacility": {
3838
"type": "Direct",
39-
"requested": "[5.1.1, )",
40-
"resolved": "5.1.1",
41-
"contentHash": "bNVitNOxpQTPkjAs1AtxFhIdXBUndcqjC/nhKRW8ofOuwbPgVtKrGFaSLLLleYNW5F+Whj+s9TIWgmj2WxqwWw==",
39+
"requested": "[5.1.2, )",
40+
"resolved": "5.1.2",
41+
"contentHash": "bNc8a5MoxMw5gH33Q9EMCb6GbHPdQq5o1E7kmJOpV+CwCE0wIXwEHbu8DBc0hbGzv516SHPFAGLSDqWKOl2uhA==",
4242
"dependencies": {
43-
"Castle.Windsor": "[5.1.1]"
43+
"Castle.Windsor": "[5.1.2]"
4444
}
4545
},
4646
"Castle.Windsor": {

0 commit comments

Comments
 (0)