Skip to content

Commit 7b04824

Browse files
chore(deps): update dependency asyncfriendlystacktrace to 1.7.0 (#646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a5a4039 commit 7b04824

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Snittlistan.Test/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@
113113
},
114114
"AsyncFriendlyStackTrace": {
115115
"type": "Transitive",
116-
"resolved": "1.6.0",
117-
"contentHash": "VU/VsVqGt2FQIb8wSdkR8OWSupX6Uod91bQLR9/pd+sCl7sEZWu9EoJu2+TeKxVT/7vZe6p4T7Lxw4U1Z/zP6w=="
116+
"resolved": "1.7.0",
117+
"contentHash": "/LRjk3OETnG1yxLnOkg4Bh5OKi89vfjiXji57MZhjfSSc+1usM09zbiMCpiAbdP7XBJy/WiPHsV72wFKIgboag=="
118118
},
119119
"Castle.Core-NLog": {
120120
"type": "Transitive",
@@ -426,7 +426,7 @@
426426
"snittlistan.web": {
427427
"type": "Project",
428428
"dependencies": {
429-
"AsyncFriendlyStackTrace": "[1.6.0, )",
429+
"AsyncFriendlyStackTrace": "[1.7.0, )",
430430
"Castle.Core": "[4.4.1, )",
431431
"Castle.Core-NLog": "[4.4.1, )",
432432
"Castle.Facilities.AspNet.SystemWeb": "[5.1.2, )",

Snittlistan.Web/Snittlistan.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</PropertyGroup>
4646
<ItemGroup>
4747
<PackageReference Include="AsyncFriendlyStackTrace">
48-
<Version>1.6.0</Version>
48+
<Version>1.7.0</Version>
4949
</PackageReference>
5050
<PackageReference Include="Castle.Core">
5151
<Version>4.4.1</Version>

Snittlistan.Web/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETFramework,Version=v4.8": {
55
"AsyncFriendlyStackTrace": {
66
"type": "Direct",
7-
"requested": "[1.6.0, )",
8-
"resolved": "1.6.0",
9-
"contentHash": "VU/VsVqGt2FQIb8wSdkR8OWSupX6Uod91bQLR9/pd+sCl7sEZWu9EoJu2+TeKxVT/7vZe6p4T7Lxw4U1Z/zP6w=="
7+
"requested": "[1.7.0, )",
8+
"resolved": "1.7.0",
9+
"contentHash": "/LRjk3OETnG1yxLnOkg4Bh5OKi89vfjiXji57MZhjfSSc+1usM09zbiMCpiAbdP7XBJy/WiPHsV72wFKIgboag=="
1010
},
1111
"Castle.Core": {
1212
"type": "Direct",

0 commit comments

Comments
 (0)