From d624917c7bf7667f1955b9644b173f876cb84d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 06:13:51 +0000 Subject: [PATCH] Bump Sentry.AspNetCore from 6.6.0 to 6.7.0 --- updated-dependencies: - dependency-name: Sentry.AspNetCore dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Rex/Rex.csproj | 2 +- Rex/packages.lock.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Rex/Rex.csproj b/Rex/Rex.csproj index df127d0..11119a6 100644 --- a/Rex/Rex.csproj +++ b/Rex/Rex.csproj @@ -15,7 +15,7 @@ - + diff --git a/Rex/packages.lock.json b/Rex/packages.lock.json index 528758d..efc2738 100644 --- a/Rex/packages.lock.json +++ b/Rex/packages.lock.json @@ -67,11 +67,11 @@ }, "Sentry.AspNetCore": { "type": "Direct", - "requested": "[6.6.0, )", - "resolved": "6.6.0", - "contentHash": "MzS1695uLEYN8sfjmqaBYMg87WAB+YaQjlI/IQp9FVC1D3Kimv+SqptvM5Xzg6tjZZ0NR6AhPTdWs1oP145N5w==", + "requested": "[6.7.0, )", + "resolved": "6.7.0", + "contentHash": "UMOA1gqotTxN+PscTjw5Ez0VZHFhDX3DhgLYqlXPzeug9NcaFTMUDbM4npXlT1YFk2WhGOXSmpozTMWElUIcrg==", "dependencies": { - "Sentry.Extensions.Logging": "6.6.0" + "Sentry.Extensions.Logging": "6.7.0" } }, "SierraLib.API.Views": { @@ -219,15 +219,15 @@ }, "Sentry": { "type": "Transitive", - "resolved": "6.6.0", - "contentHash": "1D3xo3P9Y94VQN3RoV/86XqgtylHp1pdeEml3/UB649BrzJeZ/pqO/o8YgJ5g+GqpMQiGI09yjAI7s5ff2A1IA==" + "resolved": "6.7.0", + "contentHash": "fE8rXrzo1xZrKYtvSxDcww7ZLJbB4t+pZK748zrS5ctFo4L0sNNEkRDkJ6smSGwe0kpDRBQn4bQHPrvUOmzUaA==" }, "Sentry.Extensions.Logging": { "type": "Transitive", - "resolved": "6.6.0", - "contentHash": "6d5/MLfqfIy2uIlKIFJVtSpT3Z0lY3VlpFPqBP34E1COX1qI+AnrsRKa9v7+wedZDKmBmyTGGzwUZWmmfJfGaw==", + "resolved": "6.7.0", + "contentHash": "DO2PSOsd5BeXwdBV8mGr6GomNiFX5t7Si9MapjHfEspbVZyObjdoUKNdPg8EmCrVwiGN92eSBiDNOzGKeUiv2Q==", "dependencies": { - "Sentry": "6.6.0" + "Sentry": "6.7.0" } }, "System.IdentityModel.Tokens.Jwt": {