diff --git a/platforms/ios/lib/WysiwygComposer/Package.swift b/platforms/ios/lib/WysiwygComposer/Package.swift index e697a3f20..8f01ea434 100644 --- a/platforms/ios/lib/WysiwygComposer/Package.swift +++ b/platforms/ios/lib/WysiwygComposer/Package.swift @@ -19,7 +19,7 @@ let package = Package( dependencies: [ .package( url: "https://github.com/pointfreeco/swift-snapshot-testing", - from: "1.17.2" + from: "1.17.5" ), .package( url: "https://github.com/Cocoanetics/DTCoreText", diff --git a/platforms/ios/tools/release/Package.swift b/platforms/ios/tools/release/Package.swift index 98a109464..497c3cc48 100644 --- a/platforms/ios/tools/release/Package.swift +++ b/platforms/ios/tools/release/Package.swift @@ -10,7 +10,7 @@ let package = Package( .executable(name: "release", targets: ["Release"]) ], dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.4.0"), + .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"), .package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "483396af716a59eb45379126389a063f7f9bee80") // .package(path: "../../../../../swift-command-line-tools") ],