From 5d114a86e27d19c9959009954bb9759a7799c896 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Jul 2026 09:02:37 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.101.6 (#3002) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ede13bc..fed8e7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "eslint-plugin-vue": "10.10.0", "nuxt": "4.5.0", "postcss-html": "1.8.1", - "sass": "1.101.3", + "sass": "1.101.6", "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", @@ -18502,9 +18502,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.101.3", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.3.tgz", - "integrity": "sha512-Z1lLHhtAII+dyLNIQB6JQTZMy7sDxk3f5NzbINRc9ks1P0HCGvSuKev0wUhULFpLSaHBIMZrcTs9WDQUZerrgA==", + "version": "1.101.6", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.6.tgz", + "integrity": "sha512-j8qYug9WuX19eU5sxJWQlbR8RYhKgXiOYgGjkJRkcW35c3neWtxPdcUW0saN6Od2L0aqEp0AmH9R/QeAxrffMQ==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b1106dd..5ef2b6d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-vue": "10.10.0", "nuxt": "4.5.0", "postcss-html": "1.8.1", - "sass": "1.101.3", + "sass": "1.101.6", "stylelint": "17.14.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0",