Skip to content

Commit

Permalink
Bump Sentry from 5.0.1 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [Sentry](https://github.com/getsentry/sentry-dotnet) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases)
- [Changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dotnet@5.0.1...5.1.0)

---
updated-dependencies:
- dependency-name: Sentry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 1b62d17 commit e97ded8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions InkyCal.Server/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1618,8 +1618,8 @@
},
"Sentry": {
"type": "Transitive",
"resolved": "5.0.1",
"contentHash": "h1rKFYXx58dUtAcsWpTlJGHhG1bpy0JjGh8b2sRKw2wdk3NKCGd8KTLSWnzIqIjjZP2PNeUZFUyDeWVKs8Dk2A=="
"resolved": "5.1.0",
"contentHash": "G9ynQGBc937yO+TFda09WQfTHKiwqVN8pgtM7LU6o2ciu8WVAE8IceSW0olp6nI9nWj99DtV/KAS2OKGK4B+Vg=="
},
"Sentry.Extensions.Logging": {
"type": "Transitive",
Expand Down Expand Up @@ -2632,7 +2632,7 @@
"Microsoft.Extensions.Caching.Memory": "[9.0.1, )",
"MiniProfiler.Shared": "[4.5.4, )",
"OpenAI-DotNet": "[8.4.2, )",
"Sentry": "[5.0.1, )",
"Sentry": "[5.1.0, )",
"SixLabors.ImageSharp": "[3.1.6, )",
"SixLabors.ImageSharp.Drawing": "[2.1.5, )",
"System.Net.Http": "[4.3.4, )",
Expand Down
2 changes: 1 addition & 1 deletion InkyCal.Utils/InkyCal.Utils.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<PackageReference Include="MiniProfiler.Shared" Version="4.5.4" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.1" />
<PackageReference Include="OpenAI-DotNet" Version="8.4.2" />
<PackageReference Include="Sentry" Version="5.0.1" />
<PackageReference Include="Sentry" Version="5.1.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.5" />
<PackageReference Include="SonarAnalyzer.CSharp" Version="10.5.0.109200">
Expand Down
6 changes: 3 additions & 3 deletions InkyCal.Utils/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
},
"Sentry": {
"type": "Direct",
"requested": "[5.0.1, )",
"resolved": "5.0.1",
"contentHash": "h1rKFYXx58dUtAcsWpTlJGHhG1bpy0JjGh8b2sRKw2wdk3NKCGd8KTLSWnzIqIjjZP2PNeUZFUyDeWVKs8Dk2A=="
"requested": "[5.1.0, )",
"resolved": "5.1.0",
"contentHash": "G9ynQGBc937yO+TFda09WQfTHKiwqVN8pgtM7LU6o2ciu8WVAE8IceSW0olp6nI9nWj99DtV/KAS2OKGK4B+Vg=="
},
"SixLabors.ImageSharp": {
"type": "Direct",
Expand Down

0 comments on commit e97ded8

Please sign in to comment.