summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
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"),
)
}