Skip to content

Commit 108faa6

Browse files
chore(deps): update dependency swiftyjson/swiftyjson to from: "5.0.2" (#26)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [SwiftyJSON/SwiftyJSON](https://redirect.github.com/SwiftyJSON/SwiftyJSON) | patch | `from: "5.0.0"` -> `from: "5.0.2"` | --- ### Release Notes <details> <summary>SwiftyJSON/SwiftyJSON (SwiftyJSON/SwiftyJSON)</summary> ### [`v5.0.2`](https://redirect.github.com/SwiftyJSON/SwiftyJSON/releases/tag/5.0.2) [Compare Source](https://redirect.github.com/SwiftyJSON/SwiftyJSON/compare/5.0.1...5.0.2) #### What's Changed - Reorder build phases to fix Xcode 13.3 issue by [@&#8203;Dahlgren](https://redirect.github.com/Dahlgren) in [#&#8203;1114](https://redirect.github.com/SwiftyJSON/SwiftyJSON/pull/1114) - fix typo by [@&#8203;lewis-smith](https://redirect.github.com/lewis-smith) in [#&#8203;1098](https://redirect.github.com/SwiftyJSON/SwiftyJSON/pull/1098) - fix compile warning, which will be compile error in upcoming swift 6 by [@&#8203;luoxiu](https://redirect.github.com/luoxiu) in [#&#8203;1124](https://redirect.github.com/SwiftyJSON/SwiftyJSON/pull/1124) - Add Privacy Manifest by [@&#8203;Nathan-Molby](https://redirect.github.com/Nathan-Molby) in [#&#8203;1150](https://redirect.github.com/SwiftyJSON/SwiftyJSON/pull/1150) - Errors in readme [#&#8203;1144](https://redirect.github.com/SwiftyJSON/SwiftyJSON/issues/1144) by [@&#8203;annie-gupta](https://redirect.github.com/annie-gupta) in [#&#8203;1147](https://redirect.github.com/SwiftyJSON/SwiftyJSON/pull/1147) **Full Changelog**: <SwiftyJSON/SwiftyJSON@5.0.1...5.0.2> ### [`v5.0.1`](https://redirect.github.com/SwiftyJSON/SwiftyJSON/compare/5.0.0...5.0.1) [Compare Source](https://redirect.github.com/SwiftyJSON/SwiftyJSON/compare/5.0.0...5.0.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ionic-team/capacitor-plugin-converter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b7df40 commit 108faa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.6.2"),
1111
.package(url: "https://github.com/apple/swift-syntax.git", from: "601.0.1"),
12-
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.0"),
12+
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON.git", from: "5.0.2"),
1313
],
1414
targets: [
1515
.executableTarget(

0 commit comments

Comments
 (0)