Skip to content

Commit 260ef83

Browse files
Bump Serilog.Settings.Configuration and Serilog.Sinks.ApplicationInsights
Bumps Serilog.Settings.Configuration from 10.0.0 to 10.0.1 Bumps Serilog.Sinks.ApplicationInsights from 5.0.0 to 5.0.1 --- updated-dependencies: - dependency-name: Serilog.Settings.Configuration dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: serilog - dependency-name: Serilog.Sinks.ApplicationInsights dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: serilog ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 452d934 commit 260ef83

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/Api/packages.lock.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,22 +128,22 @@
128128
},
129129
"Serilog.Settings.Configuration": {
130130
"type": "Direct",
131-
"requested": "[10.0.0, )",
132-
"resolved": "10.0.0",
133-
"contentHash": "LNq+ibS1sbhTqPV1FIE69/9AJJbfaOhnaqkzcjFy95o+4U+STsta9mi97f1smgXsWYKICDeGUf8xUGzd/52/uA==",
131+
"requested": "[10.0.1, )",
132+
"resolved": "10.0.1",
133+
"contentHash": "ayFE7h66mqMqzwfPrzDCMbWU27FdNC2bkCG+jnkeHFZTBRh+yWdr4aa/2WuX7c8RmqxGPMW2UqoJ3fw9hK3QhA==",
134134
"dependencies": {
135135
"Microsoft.Extensions.DependencyModel": "10.0.0",
136136
"Serilog": "4.3.0"
137137
}
138138
},
139139
"Serilog.Sinks.ApplicationInsights": {
140140
"type": "Direct",
141-
"requested": "[5.0.0, )",
142-
"resolved": "5.0.0",
143-
"contentHash": "1gNxpRR2vZ9RScScpgfrj2utrSHgVDiAgPFdmplSlGCMONaLV+LBDe1uKeD4b/E5sQjtYKGyJ/rgVwSZcdTcZQ==",
141+
"requested": "[5.0.1, )",
142+
"resolved": "5.0.1",
143+
"contentHash": "JCM6e7GfR4ZW5fsILjQHL4DrJJYM6k6BLZ6LrGXhsRYt0FbKhvC26dVJ7TNVxf1M0ZGKkEzDywbajsNswUxp6g==",
144144
"dependencies": {
145-
"Microsoft.ApplicationInsights": "2.23.0",
146-
"Serilog": "4.3.0"
145+
"Microsoft.ApplicationInsights": "[2.23.0, 3.0.0)",
146+
"Serilog": "4.3.1"
147147
}
148148
},
149149
"Serilog.Sinks.Async": {

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<PackageVersion Include="Serilog.Exceptions" Version="8.4.0" />
1717
<PackageVersion Include="Serilog.Extensions.Hosting" Version="10.0.0" />
1818
<PackageVersion Include="Serilog.Formatting.Compact" Version="3.0.0" />
19-
<PackageVersion Include="Serilog.Settings.Configuration" Version="10.0.0" />
20-
<PackageVersion Include="Serilog.Sinks.ApplicationInsights" Version="5.0.0" />
19+
<PackageVersion Include="Serilog.Settings.Configuration" Version="10.0.1" />
20+
<PackageVersion Include="Serilog.Sinks.ApplicationInsights" Version="5.0.1" />
2121
<PackageVersion Include="Serilog.Sinks.Async" Version="2.1.0" />
2222
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
2323
<PackageVersion Include="Swashbuckle.AspNetCore.SwaggerUI" Version="10.2.1" />

0 commit comments

Comments
 (0)