diff --git a/DuckDuckGo.xcodeproj/project.pbxproj b/DuckDuckGo.xcodeproj/project.pbxproj index d6d666cf49..fd5f85bf4c 100644 --- a/DuckDuckGo.xcodeproj/project.pbxproj +++ b/DuckDuckGo.xcodeproj/project.pbxproj @@ -12222,8 +12222,8 @@ isa = XCRemoteSwiftPackageReference; repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit"; requirement = { - kind = exactVersion; - version = 62.0.3; + kind = revision; + revision = 449d480f9b10d7e663faa0aa3b2f4f876d81f86f; }; }; 31929F912A4C4CFF0084EA89 /* XCRemoteSwiftPackageReference "OpenSSL-XCFramework" */ = { @@ -12295,7 +12295,7 @@ repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit"; requirement = { kind = exactVersion; - version = 78.2.0; + version = 78.2.2; }; }; AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = { diff --git a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 43e366666a..d839403983 100644 --- a/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/BrowserServicesKit", "state" : { - "revision" : "8ba1d3b7f3e2291fc344cd5b83b66c1336e35a32", - "version" : "78.2.0" + "revision" : "781e68decc81dc33a6a7593ab88b1e074a8ee051", + "version" : "78.2.2" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/duckduckgo/duckduckgo-autofill.git", "state" : { - "revision" : "20a6aeddbd86b43fd83c42aa45fdd9ec6db0e0f7", - "version" : "8.2.0" + "revision" : "21aa20e272b7de06e471c6e646d25e26a5887b60", + "version" : "8.3.0" } }, { diff --git a/LocalPackages/DataBrokerProtection/Package.swift b/LocalPackages/DataBrokerProtection/Package.swift index ce69c24d2e..8de3ac7570 100644 --- a/LocalPackages/DataBrokerProtection/Package.swift +++ b/LocalPackages/DataBrokerProtection/Package.swift @@ -29,7 +29,7 @@ let package = Package( targets: ["DataBrokerProtection"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "78.2.0"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "78.2.2"), .package(path: "../SwiftUIExtensions") ], targets: [ diff --git a/LocalPackages/NetworkProtectionUI/Package.swift b/LocalPackages/NetworkProtectionUI/Package.swift index 26e8d15b95..79f7cecca5 100644 --- a/LocalPackages/NetworkProtectionUI/Package.swift +++ b/LocalPackages/NetworkProtectionUI/Package.swift @@ -15,7 +15,7 @@ let package = Package( targets: ["NetworkProtectionUI"]) ], dependencies: [ - .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "78.2.0"), + .package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "78.2.2"), .package(path: "../SwiftUIExtensions") ], targets: [