diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-08-28 14:35:24 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-28 17:02:19 +0200 |
commit | 2b5c335e933cbd8e4e8569f206add5ec1bccd8e9 (patch) | |
tree | 057ccb7a6beca9212960b77cb6f3ccf9155ccfd3 /common | |
parent | 12a28ef7738764d998c201060fce47097d96f48e (diff) | |
download | hugo-2b5c335e933cbd8e4e8569f206add5ec1bccd8e9.tar.gz hugo-2b5c335e933cbd8e4e8569f206add5ec1bccd8e9.zip |
deps: Upgrade github.com/bep/golibsass v1.1.1 => v1.2.0
Fixes #12649
Diffstat (limited to 'common')
-rw-r--r-- | common/hugo/hugo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hugo/hugo.go b/common/hugo/hugo.go index 0589ac9a3..456968973 100644 --- a/common/hugo/hugo.go +++ b/common/hugo/hugo.go @@ -276,7 +276,7 @@ func GetDependencyListNonGo() []string { if IsExtended { deps = append( deps, - formatDep("github.com/sass/libsass", "3.6.5"), + formatDep("github.com/sass/libsass", "3.6.6"), formatDep("github.com/webmproject/libwebp", "v1.3.2"), ) } |