From fdf0b61f5df3e2874d95d887032d3be9e05814a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Jun 2026 22:03:22 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.101.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 f388556..e032723 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "eslint-plugin-vue": "10.9.2", "nuxt": "4.4.8", "postcss-html": "1.8.1", - "sass": "1.100.0", + "sass": "1.101.0", "stylelint": "17.13.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", @@ -17813,9 +17813,9 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.100.0", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.100.0.tgz", - "integrity": "sha512-B5j0rYMlinhhOo9tjQebMVVn0TfyXAF+wB3b2ggZUuJ/is/Y+7+JGjirAMxHZ9Z3hIP98NPfamlAkBHa1lAaXQ==", + "version": "1.101.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.101.0.tgz", + "integrity": "sha512-OL3GoQyoUdDt843DpVmDO6y2k1sc5IhUDSpu8XucEI+35neq5QivZ1iuegnpraEVTJXlQGK1gl27zKcTLEPbQw==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9e4b550..a91edbc 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "eslint-plugin-vue": "10.9.2", "nuxt": "4.4.8", "postcss-html": "1.8.1", - "sass": "1.100.0", + "sass": "1.101.0", "stylelint": "17.13.0", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "40.0.0", -- 2.52.0