Skip to content

Commit

Permalink
chore(deps): update dependency sdwebimage/libwebp-xcode to from: "1.3…
Browse files Browse the repository at this point in the history
….2" (#591)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[SDWebImage/libwebp-Xcode](https://togithub.com/SDWebImage/libwebp-Xcode)
| patch | `from: "1.3.1"` -> `from: "1.3.2"` |

---

### Release Notes

<details>
<summary>SDWebImage/libwebp-Xcode (SDWebImage/libwebp-Xcode)</summary>

###
[`v1.3.2`](https://togithub.com/SDWebImage/libwebp-Xcode/releases/tag/1.3.2):
- CVE security

[Compare
Source](https://togithub.com/SDWebImage/libwebp-Xcode/compare/1.3.1...1.3.2)

See:

-
https://stackdiary.com/critical-vulnerability-in-webp-codec-cve-2023-4863/
-   https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1999

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45My4wIiwidXBkYXRlZEluVmVyIjoiMzYuOTMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot authored Sep 15, 2023
1 parent 945f46f commit ee93d5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/interesting_deps/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/libwebp-Xcode.git",
"state" : {
"revision" : "1cdddb80ccef6d30e869c4abe1f9f3d3871a25b5",
"version" : "1.3.1"
"revision" : "b2b1d20a90b14d11f6ef4241da6b81c1d3f171e4",
"version" : "1.3.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/interesting_deps/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ let package = Package(
name: "MySwiftPackage",
dependencies: [
.package(url: "https://github.com/apple/swift-log", from: "1.5.3"),
.package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.3.1"),
.package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.3.2"),
]
)
4 changes: 2 additions & 2 deletions examples/interesting_deps/swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"name": "swiftpkg_libwebp_xcode",
"identity": "libwebp-xcode",
"remote": {
"commit": "1cdddb80ccef6d30e869c4abe1f9f3d3871a25b5",
"commit": "b2b1d20a90b14d11f6ef4241da6b81c1d3f171e4",
"remote": "https://github.com/SDWebImage/libwebp-Xcode.git",
"version": "1.3.1"
"version": "1.3.2"
}
},
{
Expand Down

0 comments on commit ee93d5e

Please sign in to comment.