From f5df356d75c70ae015ba5751303f6a8082eabac2 Mon Sep 17 00:00:00 2001 From: Robert Lange <robert.lange@uni-leipzig.de> Date: Fri, 1 Sep 2023 14:33:55 +0200 Subject: [PATCH] refs #24548 [finc] use direct dependency for grunt-less-to-sass --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9acd163a3dc..157e12049fe 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "grunt": "^1.0.4", "grunt-contrib-less": "^2.0.0", - "grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11", + "grunt-less-to-sass": "https://registry.npmjs.org/grunt-less-to-sass/-/grunt-less-to-sass-0.0.10.tgz", "grunt-sass": "^2.0.0", "jit-grunt": "^0.9.1", "node-sass": "^4.11.0" -- GitLab