diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index f0a6178dc..e2b80aa9d 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -75,7 +75,7 @@ 2.1.0.4 - 1.8.6.7 + 1.8.10 @@ -92,7 +92,7 @@ - 71.1600.0 + 117.0.0 diff --git a/src/App/App.csproj b/src/App/App.csproj index 223a36e68..6307caa9b 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -13,8 +13,8 @@ - - + + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 69718766a..482c7f67f 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -23,11 +23,11 @@ - + - + - + diff --git a/src/Core/Services/PasswordGenerationService.cs b/src/Core/Services/PasswordGenerationService.cs index c56cd7477..746d9b345 100644 --- a/src/Core/Services/PasswordGenerationService.cs +++ b/src/Core/Services/PasswordGenerationService.cs @@ -502,7 +502,7 @@ namespace Bit.Core.Services var hashSet = new HashSet(globalUserInputs); var finalUserInputs = new string[hashSet.Count]; hashSet.CopyTo(finalUserInputs); - var result = Zxcvbn.Zxcvbn.MatchPassword(password, finalUserInputs); + var result = Zxcvbn.Core.EvaluatePassword(password, finalUserInputs); return result; } diff --git a/src/iOS.Autofill/iOS.Autofill.csproj b/src/iOS.Autofill/iOS.Autofill.csproj index 78587d43b..6f940524e 100644 --- a/src/iOS.Autofill/iOS.Autofill.csproj +++ b/src/iOS.Autofill/iOS.Autofill.csproj @@ -253,7 +253,7 @@ - 3.2.1 + 4.2.0 diff --git a/src/iOS.Extension/iOS.Extension.csproj b/src/iOS.Extension/iOS.Extension.csproj index c6271e457..a6496bdd3 100644 --- a/src/iOS.Extension/iOS.Extension.csproj +++ b/src/iOS.Extension/iOS.Extension.csproj @@ -231,7 +231,7 @@ - 3.2.1 + 4.2.0 diff --git a/store/google/Publisher/Publisher.csproj b/store/google/Publisher/Publisher.csproj index b3318a5b0..4470f4108 100644 --- a/store/google/Publisher/Publisher.csproj +++ b/store/google/Publisher/Publisher.csproj @@ -8,7 +8,7 @@ - + diff --git a/test/Common/Common.csproj b/test/Common/Common.csproj index 775399091..09603aca0 100644 --- a/test/Common/Common.csproj +++ b/test/Common/Common.csproj @@ -13,9 +13,9 @@ all runtime; build; native; contentfiles; analyzers - - - + + + diff --git a/test/Core.Test/Core.Test.csproj b/test/Core.Test/Core.Test.csproj index 1b1beb4ed..03a170d2f 100644 --- a/test/Core.Test/Core.Test.csproj +++ b/test/Core.Test/Core.Test.csproj @@ -7,15 +7,15 @@ - + all runtime; build; native; contentfiles; analyzers - - + +