From 6fe8ba6588fa93d7af9b659e77eb0bcfd991bc35 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 6 Sep 2025 00:03:27 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.92.1 --- 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 b9be5e8..35f5092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-vue": "10.4.0", "nuxt": "4.1.1", "postcss-html": "1.8.0", - "sass": "1.92.0", + "sass": "1.92.1", "stylelint": "16.23.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.0", @@ -20335,9 +20335,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.92.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.92.0.tgz", - "integrity": "sha512-KDNI0BxgIRDAfJgzNm5wuy+4yOCIZyrUbjSpiU/JItfih+KGXAVefKL53MTml054MmBA3DDKIBMSI/7XLxZJ3A==", + "version": "1.92.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.92.1.tgz", + "integrity": "sha512-ffmsdbwqb3XeyR8jJR6KelIXARM9bFQe8A6Q3W4Klmwy5Ckd5gz7jgUNHo4UOqutU5Sk1DtKLbpDP0nLCg1xqQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7e05100..238b0bb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-vue": "10.4.0", "nuxt": "4.1.1", "postcss-html": "1.8.0", - "sass": "1.92.0", + "sass": "1.92.1", "stylelint": "16.23.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.0",