From ed0431fd61fd4b360aff2004dea1d0a03551dbc7 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 20 Sep 2025 23:02:09 +0200 Subject: [PATCH] chore(deps): update sass and postcss Signed-off-by: Ferdinand Thiessen --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f4b5431913..3074f8864f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "puppeteer": "^24.20.0", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.92.1", + "sass": "^1.93.0", "sinon": "<= 5.0.7", "stylelint": "^16.23.1", "stylelint-use-logical": "^2.1.2", @@ -21892,10 +21892,11 @@ "license": "BSD-3-Clause" }, "node_modules/sass": { - "version": "1.92.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.92.1.tgz", - "integrity": "sha512-ffmsdbwqb3XeyR8jJR6KelIXARM9bFQe8A6Q3W4Klmwy5Ckd5gz7jgUNHo4UOqutU5Sk1DtKLbpDP0nLCg1xqQ==", + "version": "1.93.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", + "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": "^4.0.0", "immutable": "^5.0.2", diff --git a/package.json b/package.json index 9792b391ed2..8a84be6ad5e 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "puppeteer": "^24.20.0", "raw-loader": "^4.0.2", "regextras": "^0.8.0", - "sass": "^1.92.1", + "sass": "^1.93.0", "sinon": "<= 5.0.7", "stylelint": "^16.23.1", "stylelint-use-logical": "^2.1.2",