From 3a637947c40c7f3a024532c95e011e848bcbb6d5 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 29 Oct 2024 06:30:20 +0100 Subject: [PATCH] Downgrade sass back to 1.79.6 Reverts commit ebdef700530. See https://github.com/cockpit-project/cockpit/issues/21151 We already configured this in dependabot (commit fac7a3824b), but that landed too late, after the dependabot run. --- node_modules | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules b/node_modules index 0dd99e42d..a9e93f900 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 0dd99e42db988bb6a903d4fb01fc04fd975e4c70 +Subproject commit a9e93f900f801774eb04dbcd885bc262abf28c51 diff --git a/package.json b/package.json index e391d734a..8afa20825 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "htmlparser": "1.7.7", "ipaddr.js": "2.2.0", "jed": "1.1.1", - "sass": "1.80.4", + "sass": "1.79.6", "sizzle": "2.3.10", "stylelint": "16.10.0", "stylelint-config-recommended-scss": "14.0.0",