Is it possible to update the `SwiftFormat` and `SwiftLint` dependencies in the `Package.swift` to the latest version? Because the version used are very old ``` .package(url: "https://github.com/nicklockwood/SwiftFormat.git", from: "0.35.8"), // Update to 0.48.18 .package(url: "https://github.com/Realm/SwiftLint.git", from: "0.28.1"), // Update to 0.45.0 ```