From eaaa9d04903e58b134109bf1d49d86645930f56f Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 24 Aug 2024 15:27:27 +0000 Subject: [PATCH] Update dependency dart-sass to v1.77.8 --- images/lua-clib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/lua-clib/Dockerfile b/images/lua-clib/Dockerfile index 0b695cb..6196c5a 100644 --- a/images/lua-clib/Dockerfile +++ b/images/lua-clib/Dockerfile @@ -5,7 +5,7 @@ ARG LUA_5_4_VERSION=5.4.4 # renovate: datasource=github-tags depName=luarocks packageName=luarocks/luarocks ARG LUAROCKS_VERSION=3.10.0 # renovate: datasource=github-releases depName=dart-sass packageName=sass/dart-sass -ARG DART_SASS_VERSION=1.71.1 +ARG DART_SASS_VERSION=1.77.8 # renovate: datasource=github-tags depName=node packageName=nodejs/node versioning=node ARG NODE_VERSION=20.11.1