summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-11-27 23:08:12 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-11-28 12:23:38 +0100
commit4fb40ee873415e3147cccb9f2ae43267198a41fe (patch)
tree0bdbd4c82c59dd832589653530e1b73330782685 /common
parentbc93a3613361e4ba4250e858359a615f4a33aca5 (diff)
deps: Upgrade to libwebp 1.3.2
Closes #11746
Diffstat (limited to 'common')
-rw-r--r--common/hugo/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go
index dedbc8c98..67d52f6c8 100644
--- a/common/hugo/hugo.go
+++ b/common/hugo/hugo.go
@@ -252,7 +252,7 @@ func GetDependencyListNonGo() []string {
deps = append(
deps,
formatDep("github.com/sass/libsass", "3.6.5"),
- formatDep("github.com/webmproject/libwebp", "v1.2.4"),
+ formatDep("github.com/webmproject/libwebp", "v1.3.2"),
)
}