From 2b2e3808cb73730583698f407ec5ae6e9922066e Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 19 Sep 2025 23:03:58 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.93.0 --- 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 af0bf79..833d5ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-vue": "10.4.0", "nuxt": "4.1.2", "postcss-html": "1.8.0", - "sass": "1.92.1", + "sass": "1.93.0", "stylelint": "16.24.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.0", @@ -18516,9 +18516,9 @@ "license": "MIT" }, "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": { diff --git a/package.json b/package.json index 23bd78c..e2ae03f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-vue": "10.4.0", "nuxt": "4.1.2", "postcss-html": "1.8.0", - "sass": "1.92.1", + "sass": "1.93.0", "stylelint": "16.24.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.0",