From 727b6045f098ff454616208e77bbbb42b533384a Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 22 Sep 2025 23:03:27 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.93.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 39b3349..455ea13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "eslint-plugin-vue": "10.5.0", "nuxt": "4.1.2", "postcss-html": "1.8.0", - "sass": "1.93.0", + "sass": "1.93.1", "stylelint": "16.24.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.0", @@ -18521,9 +18521,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.93.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.0.tgz", - "integrity": "sha512-CQi5/AzCwiubU3dSqRDJ93RfOfg/hhpW1l6wCIvolmehfwgCI35R/0QDs1+R+Ygrl8jFawwwIojE2w47/mf94A==", + "version": "1.93.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.93.1.tgz", + "integrity": "sha512-wLAeLB7IksO2u+cCfhHqcy7/2ZUMPp/X2oV6+LjmweTqgjhOKrkaE/Q1wljxtco5EcOcupZ4c981X0gpk5Tiag==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f33a041..2b15884 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-vue": "10.5.0", "nuxt": "4.1.2", "postcss-html": "1.8.0", - "sass": "1.93.0", + "sass": "1.93.1", "stylelint": "16.24.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.0", -- 2.52.0