From ee93d5e226975c039067b7063348c2f0e602134b Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:31:04 -0600 Subject: [PATCH] chore(deps): update dependency sdwebimage/libwebp-xcode to from: "1.3.2" (#591) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
SDWebImage/libwebp-Xcode (SDWebImage/libwebp-Xcode) ### [`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
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- examples/interesting_deps/Package.resolved | 4 ++-- examples/interesting_deps/Package.swift | 2 +- examples/interesting_deps/swift_deps_index.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/interesting_deps/Package.resolved b/examples/interesting_deps/Package.resolved index 1c7f653e5..2d72fd966 100644 --- a/examples/interesting_deps/Package.resolved +++ b/examples/interesting_deps/Package.resolved @@ -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" } }, { diff --git a/examples/interesting_deps/Package.swift b/examples/interesting_deps/Package.swift index 85718bbb6..7ad342f02 100644 --- a/examples/interesting_deps/Package.swift +++ b/examples/interesting_deps/Package.swift @@ -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"), ] ) diff --git a/examples/interesting_deps/swift_deps_index.json b/examples/interesting_deps/swift_deps_index.json index 126b2c6f3..b481a4770 100644 --- a/examples/interesting_deps/swift_deps_index.json +++ b/examples/interesting_deps/swift_deps_index.json @@ -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" } }, {