From 28407f6f78dac6c309b2058c10f5856ab43808b7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 8 Dec 2025 19:05:50 +0000 Subject: [PATCH] chore(deps): update dependency sass to v1.94.3 --- package-lock.json | 40 +++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9016ec..24ae4a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "eslint-plugin-vue": "10.6.2", "nuxt": "4.2.1", "postcss-html": "1.8.0", - "sass": "1.94.2", + "sass": "1.94.3", "stylelint": "16.26.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.1", @@ -19914,13 +19914,13 @@ "license": "MIT" }, "node_modules/sass": { - "version": "1.94.2", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.2.tgz", - "integrity": "sha512-N+7WK20/wOr7CzA2snJcUSSNTCzeCGUTFY3OgeQP3mZ1aj9NMQ0mSTXwlrnd89j33zzQJGqIN52GIOmYrfq46A==", + "version": "1.94.3", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.94.3.tgz", + "integrity": "sha512-AhSSJrOPvcPEbTEQJxCt4vhIeAmLpLaVkNZF06oYM+H3HkipZ21bbD4i4B1Vj3MNUIBsytNjwXAe7CGQ7f0nag==", "dev": true, "license": "MIT", "dependencies": { - "chokidar": "^4.0.0", + "chokidar": "^5.0.0", "immutable": "^5.0.2", "source-map-js": ">=0.6.2 <2.0.0" }, @@ -19934,6 +19934,22 @@ "@parcel/watcher": "^2.4.1" } }, + "node_modules/sass/node_modules/chokidar": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz", + "integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==", + "dev": true, + "license": "MIT", + "dependencies": { + "readdirp": "^5.0.0" + }, + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/sass/node_modules/immutable": { "version": "5.1.4", "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", @@ -19941,6 +19957,20 @@ "dev": true, "license": "MIT" }, + "node_modules/sass/node_modules/readdirp": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz", + "integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/sax": { "version": "1.4.3", "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz", diff --git a/package.json b/package.json index b07d250..0b7dcf2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-vue": "10.6.2", "nuxt": "4.2.1", "postcss-html": "1.8.0", - "sass": "1.94.2", + "sass": "1.94.3", "stylelint": "16.26.1", "stylelint-config-recommended-vue": "1.6.1", "stylelint-config-standard": "39.0.1", -- 2.52.0