diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 489b7909a..f9aaacc20 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ variables: buildName: '$(Build.SourceBranchName).$(prowlarrVersion)' sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' - dotnetVersion: '6.0.301' + dotnetVersion: '6.0.404' innoVersion: '6.2.0' nodeVersion: '16.x' windowsImage: 'windows-2022' diff --git a/package.json b/package.json index 0d351012b..0a77911bf 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/free-regular-svg-icons": "6.1.1", "@fortawesome/free-solid-svg-icons": "6.1.1", "@fortawesome/react-fontawesome": "0.1.18", - "@microsoft/signalr": "6.0.6", + "@microsoft/signalr": "6.0.11", "@sentry/browser": "6.19.2", "@sentry/integrations": "6.19.2", "chart.js": "3.7.1", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c226ec800..df60a8196 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -94,7 +94,7 @@ - + diff --git a/src/NzbDrone.Common/Prowlarr.Common.csproj b/src/NzbDrone.Common/Prowlarr.Common.csproj index 90c255d24..ff0c30158 100644 --- a/src/NzbDrone.Common/Prowlarr.Common.csproj +++ b/src/NzbDrone.Common/Prowlarr.Common.csproj @@ -5,8 +5,8 @@ - - + + @@ -15,7 +15,7 @@ - + diff --git a/src/NzbDrone.Host/Prowlarr.Host.csproj b/src/NzbDrone.Host/Prowlarr.Host.csproj index 04faad891..660f10f29 100644 --- a/src/NzbDrone.Host/Prowlarr.Host.csproj +++ b/src/NzbDrone.Host/Prowlarr.Host.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj index 47586e916..ee8982c7f 100644 --- a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj @@ -4,7 +4,7 @@ Library - + diff --git a/yarn.lock b/yarn.lock index de6dc72ca..6e5e43e09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1150,10 +1150,10 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@microsoft/signalr@6.0.6": - version "6.0.6" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.6.tgz#6ba53623a64df64a80126694db4e37146647d3fe" - integrity sha512-3dTLtgwEXUeE9R/3NZQslh1B2WbppeHVXdnpvSZc7Yz+tP5Yiw3KCVUHwKUVnYmd9/2v3DaI/pvCdihrss49zA== +"@microsoft/signalr@6.0.11": + version "6.0.11" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.11.tgz#f8e762e4516a27850836251a15528041b3c877f9" + integrity sha512-5flnqEgl+7AK3+NCcavmzC4AKRt1bqa/T3zd8acyQRf/VyUe2nsFgSdaXQKZx4z3v8OIe1aQloRDvDEI4JjpAg== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7"