Skip to content

Commit bea9564

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

File tree

3 files changed

+44
-50
lines changed

3 files changed

+44
-50
lines changed

Snittlistan.Test/packages.lock.json

Lines changed: 33 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@
127127
},
128128
"Castle.Facilities.AspNet.SystemWeb": {
129129
"type": "Transitive",
130-
"resolved": "5.1.1",
131-
"contentHash": "sKMvbMmdIXya+aZtxk5rTx9fv1srAJt6mzrqil3rqTS8CJL19WJS6lEbgcj2jbrroWrYlxPYQgwfaWWGgzbUig==",
130+
"resolved": "5.1.2",
131+
"contentHash": "Nz2DBexo1jBy4j/LLKAMCJrveEmj0W3xTHD4/RIV03poh2xrFoEgNpNbWQ6C/8oZE6CpU1snYgDuUTEWrhKlrQ==",
132132
"dependencies": {
133-
"Castle.Windsor": "[5.1.1]",
133+
"Castle.Windsor": "[5.1.2]",
134134
"Microsoft.Web.Infrastructure": "1.0.0"
135135
}
136136
},
@@ -416,45 +416,42 @@
416416
"snittlistan.queue": {
417417
"type": "Project",
418418
"dependencies": {
419-
"Lindhart.Analyser.MissingAwaitWarning": "2.0.0",
420-
"Microsoft.AspNet.WebApi.Client": "5.2.8",
421-
"MvcContrib": "2.0.95",
422-
"NLog": "4.7.14",
423-
"Newtonsoft.Json": "13.0.1"
419+
"Lindhart.Analyser.MissingAwaitWarning": "[2.0.0, )",
420+
"Microsoft.AspNet.WebApi.Client": "[5.2.8, )",
421+
"MvcContrib": "[2.0.95, )",
422+
"NLog": "[4.7.14, )",
423+
"Newtonsoft.Json": "[13.0.1, )"
424424
}
425425
},
426426
"snittlistan.web": {
427427
"type": "Project",
428428
"dependencies": {
429-
"AsyncFriendlyStackTrace": "1.6.0",
430-
"Castle.Core": "4.4.1",
431-
"Castle.Core-NLog": "4.4.1",
432-
"Castle.Facilities.AspNet.SystemWeb": "5.1.1",
433-
"Castle.LoggingFacility": "5.1.1",
434-
"Castle.Windsor": "5.1.1",
435-
"Elmah.MVC": "2.1.2",
436-
"EntityFramework6.Npgsql": "6.4.3",
437-
"Microsoft.AspNet.Mvc": "5.2.8",
438-
"Microsoft.AspNet.WebApi": "5.2.8",
439-
"Microsoft.AspNet.WebApi.Client": "5.2.8",
440-
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "3.6.0",
441-
"Microsoft.Web.Infrastructure": "2.0.0",
442-
"Mvc3Futures": "3.0.20105",
443-
"NLog": "4.7.15",
444-
"Newtonsoft.Json": "13.0.1",
445-
"PDFsharp": "1.50.5147",
446-
"Postal.Mvc5": "1.2.0",
447-
"RavenDB.Client": "3.5.9",
448-
"RavenDB.Database": "3.5.9",
449-
"RavenDB.Embedded": "3.5.9",
450-
"RazorGenerator.Mvc": "2.4.9",
451-
"Rotativa": "1.7.4-rc",
452-
"Snittlistan.Queue": "1.0.0"
429+
"AsyncFriendlyStackTrace": "[1.6.0, )",
430+
"Castle.Core": "[4.4.1, )",
431+
"Castle.Core-NLog": "[4.4.1, )",
432+
"Castle.Facilities.AspNet.SystemWeb": "[5.1.2, )",
433+
"Castle.LoggingFacility": "[5.1.1, )",
434+
"Castle.Windsor": "[5.1.1, )",
435+
"Elmah.MVC": "[2.1.2, )",
436+
"EntityFramework6.Npgsql": "[6.4.3, )",
437+
"Microsoft.AspNet.Mvc": "[5.2.8, )",
438+
"Microsoft.AspNet.WebApi": "[5.2.8, )",
439+
"Microsoft.AspNet.WebApi.Client": "[5.2.8, )",
440+
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "[3.6.0, )",
441+
"Microsoft.Web.Infrastructure": "[2.0.0, )",
442+
"Mvc3Futures": "[3.0.20105, )",
443+
"NLog": "[4.7.15, )",
444+
"Newtonsoft.Json": "[13.0.1, )",
445+
"PDFsharp": "[1.50.5147, )",
446+
"Postal.Mvc5": "[1.2.0, )",
447+
"RavenDB.Client": "[3.5.9, )",
448+
"RavenDB.Database": "[3.5.9, )",
449+
"RavenDB.Embedded": "[3.5.9, )",
450+
"RazorGenerator.Mvc": "[2.4.9, )",
451+
"Rotativa": "[1.7.4-rc, )",
452+
"Snittlistan.Queue": "[1.0.0, )"
453453
}
454454
}
455-
},
456-
".NETFramework,Version=v4.8/win": {},
457-
".NETFramework,Version=v4.8/win-x64": {},
458-
".NETFramework,Version=v4.8/win-x86": {}
455+
}
459456
}
460457
}

Snittlistan.Web/Snittlistan.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<Version>4.4.1</Version>
5555
</PackageReference>
5656
<PackageReference Include="Castle.Facilities.AspNet.SystemWeb">
57-
<Version>5.1.1</Version>
57+
<Version>5.1.2</Version>
5858
</PackageReference>
5959
<PackageReference Include="Castle.LoggingFacility">
6060
<Version>5.1.1</Version>

Snittlistan.Web/packages.lock.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
},
2727
"Castle.Facilities.AspNet.SystemWeb": {
2828
"type": "Direct",
29-
"requested": "[5.1.1, )",
30-
"resolved": "5.1.1",
31-
"contentHash": "sKMvbMmdIXya+aZtxk5rTx9fv1srAJt6mzrqil3rqTS8CJL19WJS6lEbgcj2jbrroWrYlxPYQgwfaWWGgzbUig==",
29+
"requested": "[5.1.2, )",
30+
"resolved": "5.1.2",
31+
"contentHash": "Nz2DBexo1jBy4j/LLKAMCJrveEmj0W3xTHD4/RIV03poh2xrFoEgNpNbWQ6C/8oZE6CpU1snYgDuUTEWrhKlrQ==",
3232
"dependencies": {
33-
"Castle.Windsor": "[5.1.1]",
33+
"Castle.Windsor": "[5.1.2]",
3434
"Microsoft.Web.Infrastructure": "1.0.0"
3535
}
3636
},
@@ -354,16 +354,13 @@
354354
"snittlistan.queue": {
355355
"type": "Project",
356356
"dependencies": {
357-
"Lindhart.Analyser.MissingAwaitWarning": "2.0.0",
358-
"Microsoft.AspNet.WebApi.Client": "5.2.8",
359-
"MvcContrib": "2.0.95",
360-
"NLog": "4.7.14",
361-
"Newtonsoft.Json": "13.0.1"
357+
"Lindhart.Analyser.MissingAwaitWarning": "[2.0.0, )",
358+
"Microsoft.AspNet.WebApi.Client": "[5.2.8, )",
359+
"MvcContrib": "[2.0.95, )",
360+
"NLog": "[4.7.14, )",
361+
"Newtonsoft.Json": "[13.0.1, )"
362362
}
363363
}
364-
},
365-
".NETFramework,Version=v4.8/win": {},
366-
".NETFramework,Version=v4.8/win-x64": {},
367-
".NETFramework,Version=v4.8/win-x86": {}
364+
}
368365
}
369366
}

0 commit comments

Comments
 (0)