diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98869098d..1f2a5c620 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ variables: buildName: '$(Build.SourceBranchName).$(prowlarrVersion)' sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' - dotnetVersion: '5.0.202' + dotnetVersion: '5.0.203' yarnCacheFolder: $(Pipeline.Workspace)/.yarn trigger: diff --git a/package.json b/package.json index 062b07b1b..c301dffae 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/free-regular-svg-icons": "5.15.3", "@fortawesome/free-solid-svg-icons": "5.15.3", "@fortawesome/react-fontawesome": "0.1.14", - "@microsoft/signalr": "5.0.5", + "@microsoft/signalr": "5.0.6", "@sentry/browser": "6.3.1", "@sentry/integrations": "6.3.1", "chart.js": "3.2.0", diff --git a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj index 9ead1b551..d6363e288 100644 --- a/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Prowlarr.Integration.Test.csproj @@ -8,7 +8,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 7f1bbac06..9ffdc98e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1026,10 +1026,10 @@ dependencies: prop-types "^15.7.2" -"@microsoft/signalr@5.0.5": - version "5.0.5" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.5.tgz#817d577d76aab33548f1354c72d779a18cc770e2" - integrity sha512-1aIr9LfuVHkJA6YHvJ9+V2GPUOlVtH94babg4LmBHk3tO7bI9YDHz3axYsp/GI5MVMqCKg/7BzEorr6zs/w2XA== +"@microsoft/signalr@5.0.6": + version "5.0.6" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-5.0.6.tgz#b21887e594981bac1f789276e5f2d00a2d14a332" + integrity sha512-ExwKc9L/Dia7gachfekMYNqalH1qAnluNmh1mhTNGqIp0s3SH9DJMi5FSVcmgx8R1K6Sn86Z67lYGBfOlvifLg== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7"