diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d246ab1f..eb254859b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ variables: buildName: '$(Build.SourceBranchName).$(radarrVersion)' sentryOrg: 'servarr' sentryUrl: 'https://sentry.servarr.com' - dotnetVersion: '6.0.202' + dotnetVersion: '6.0.300' nodeVersion: '16.X' innoVersion: '6.2.0' windowsImage: 'windows-2022' diff --git a/package.json b/package.json index c23bcced9..d715a18da 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@fortawesome/free-regular-svg-icons": "6.1.0", "@fortawesome/free-solid-svg-icons": "6.1.0", "@fortawesome/react-fontawesome": "0.1.18", - "@microsoft/signalr": "6.0.3", + "@microsoft/signalr": "6.0.5", "@sentry/browser": "6.18.2", "@sentry/integrations": "6.18.2", "classnames": "2.3.1", diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 8e767f0f4..ffca0cf34 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -90,7 +90,7 @@ - + diff --git a/src/NzbDrone.Common/Radarr.Common.csproj b/src/NzbDrone.Common/Radarr.Common.csproj index a49d98e88..d0e40213c 100644 --- a/src/NzbDrone.Common/Radarr.Common.csproj +++ b/src/NzbDrone.Common/Radarr.Common.csproj @@ -13,7 +13,7 @@ - + diff --git a/src/NzbDrone.Core/Radarr.Core.csproj b/src/NzbDrone.Core/Radarr.Core.csproj index baead3218..b4c1e9bdc 100644 --- a/src/NzbDrone.Core/Radarr.Core.csproj +++ b/src/NzbDrone.Core/Radarr.Core.csproj @@ -21,8 +21,8 @@ - + diff --git a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj index 6b5410fbd..534246e52 100644 --- a/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Radarr.Integration.Test.csproj @@ -4,7 +4,7 @@ Library - + diff --git a/yarn.lock b/yarn.lock index 2830d5eff..32b168f42 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1110,15 +1110,15 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@microsoft/signalr@6.0.3": - version "6.0.3" - resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.3.tgz#9904efd48cd488e3c1c80930ff9fbb3c9f55895d" - integrity sha512-wWGVC2xi8OxNjyir8iQWuyxWHy3Dkakk2Q3VreCE7pDzFAgZ4pId6abJlRPMVIQxkUvUGc8knMW5l3sv2bJ/yw== +"@microsoft/signalr@6.0.5": + version "6.0.5" + resolved "https://registry.yarnpkg.com/@microsoft/signalr/-/signalr-6.0.5.tgz#219f7fa10e94a75a841d3d7140d939fd2c2657e9" + integrity sha512-Y6Mny+z71wv2/FiuoqLcraojQRIbyeF/Ao4y+tcZK28JzGGieoulXBJIVQhoxzeM15Xe8xGOX0/5pVlOpwrI8Q== dependencies: abort-controller "^3.0.0" eventsource "^1.0.7" fetch-cookie "^0.11.0" - node-fetch "^2.6.1" + node-fetch "^2.6.7" ws "^7.4.5" "@mrmlnc/readdir-enhanced@^2.2.1": @@ -4759,7 +4759,7 @@ no-case@^3.0.4: lower-case "^2.0.2" tslib "^2.0.3" -node-fetch@^2.6.1: +node-fetch@^2.6.7: version "2.6.7" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==