Skip to content

Commit 6bf8638

Browse files
Bump Sentry.AspNetCore from 6.2.0 to 6.3.0
--- updated-dependencies: - dependency-name: Sentry.AspNetCore dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4aa4f9e commit 6bf8638

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

InkyCal.Server/InkyCal.Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" />
4242
<PackageReference Include="MiniProfiler.AspNetCore.Mvc" Version="4.5.4" />
4343
<PackageReference Include="MiniProfiler.EntityFrameworkCore" Version="4.5.4" />
44-
<PackageReference Include="Sentry.AspNetCore" Version="6.2.0" />
44+
<PackageReference Include="Sentry.AspNetCore" Version="6.3.0" />
4545
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.21.0.135717">
4646
<PrivateAssets>all</PrivateAssets>
4747
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

InkyCal.Server/packages.lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@
9494
},
9595
"Microsoft.AspNetCore.App.Internal.Assets": {
9696
"type": "Direct",
97-
"requested": "[10.0.5, )",
98-
"resolved": "10.0.5",
99-
"contentHash": "Oxw9Ps1/nd6c/EMCAI13AeJFEqXezAvCEOshMjUWmL7LeGirHJNzytR2e/3jINYg0j2TmPvNUowGHf+gp8zDSQ=="
97+
"requested": "[10.0.3, )",
98+
"resolved": "10.0.3",
99+
"contentHash": "mr3Zn+ht8lijYvlMIasftw9opU9hsLKDdnOgQMmYI3RjWPJLOF9l8+YHDseRkTs97wOrULmJgo/NDCmzL/EGDg=="
100100
},
101101
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": {
102102
"type": "Direct",
@@ -158,11 +158,11 @@
158158
},
159159
"Sentry.AspNetCore": {
160160
"type": "Direct",
161-
"requested": "[6.2.0, )",
162-
"resolved": "6.2.0",
163-
"contentHash": "vXY3kBhPlFuXrCkkyILnHnzxYlqvF0ijmRYFMQ/XzaUDhsmH0/QFLhUA36zPay6OEyK7kjHXs1zzVu7U6+hdfg==",
161+
"requested": "[6.3.0, )",
162+
"resolved": "6.3.0",
163+
"contentHash": "0SfIEd6emJdwnORqeyCUYjqWNPwcj3mXnho7Lq32h00+wxws8jVexpqsCesorYZClkzMNrO29q4sCBfJnEl7oA==",
164164
"dependencies": {
165-
"Sentry.Extensions.Logging": "6.2.0"
165+
"Sentry.Extensions.Logging": "6.3.0"
166166
}
167167
},
168168
"SonarAnalyzer.CSharp": {
@@ -982,15 +982,15 @@
982982
},
983983
"Sentry": {
984984
"type": "Transitive",
985-
"resolved": "6.2.0",
986-
"contentHash": "kZkHnj9NvQTjf5e8VmVQUT2HdVSmph9MhSm6U+vGoB4vq2uR1a+ZRHpAksNJNl7EjaGbYp55cOWqx5Nh0jQc8w=="
985+
"resolved": "6.3.0",
986+
"contentHash": "PwcF5yIzcKuhd/3BOxU3QHJA5/xYiuSNSaSpXi2kR3x7ONKel73xi49GfYvRg4mbMN1gRjxduqxQL6iRNNWqBA=="
987987
},
988988
"Sentry.Extensions.Logging": {
989989
"type": "Transitive",
990-
"resolved": "6.2.0",
991-
"contentHash": "8DLncLmwyBHjG7JSeyn5OGR5vBJPxAe22FkJjTX86vCA7cmmDQ8a79bhLiJUDe6lnT22XniqQWYu18iCbezdRA==",
990+
"resolved": "6.3.0",
991+
"contentHash": "ktCsDYeM1lygBvJ9nMuNgwGuXAsjTx3Nzz9togTrgwU00p4IWdZyy0+hI1GbQTqyXjd3L6VszawqUa9Bq+3Pvg==",
992992
"dependencies": {
993-
"Sentry": "6.2.0"
993+
"Sentry": "6.3.0"
994994
}
995995
},
996996
"SixLabors.Fonts": {

0 commit comments

Comments
 (0)