Merge branch 'renovate/sass-1.x' into 'main'

chore(deps): update dependency sass to v1.95.0

See merge request unboundsoftware/dancefinder/dancefinder-app!2654
This commit was merged in pull request #2703.
This commit is contained in:
2025-12-09 09:41:58 +01:00
2 changed files with 6 additions and 36 deletions
+5 -35
View File
@@ -44,7 +44,7 @@
"eslint-plugin-vue": "10.6.2", "eslint-plugin-vue": "10.6.2",
"nuxt": "4.2.1", "nuxt": "4.2.1",
"postcss-html": "1.8.0", "postcss-html": "1.8.0",
"sass": "1.94.3", "sass": "1.95.0",
"stylelint": "16.26.1", "stylelint": "16.26.1",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1", "stylelint-config-standard": "39.0.1",
@@ -19906,13 +19906,13 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/sass": { "node_modules/sass": {
"version": "1.94.3", "version": "1.95.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.94.3.tgz", "resolved": "https://registry.npmjs.org/sass/-/sass-1.95.0.tgz",
"integrity": "sha512-AhSSJrOPvcPEbTEQJxCt4vhIeAmLpLaVkNZF06oYM+H3HkipZ21bbD4i4B1Vj3MNUIBsytNjwXAe7CGQ7f0nag==", "integrity": "sha512-9QMjhLq+UkOg/4bb8Lt8A+hJZvY3t+9xeZMKSBtBEgxrXA3ed5Ts4NDreUkYgJP1BTmrscQE/xYhf7iShow6lw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chokidar": "^5.0.0", "chokidar": "^4.0.0",
"immutable": "^5.0.2", "immutable": "^5.0.2",
"source-map-js": ">=0.6.2 <2.0.0" "source-map-js": ">=0.6.2 <2.0.0"
}, },
@@ -19926,22 +19926,6 @@
"@parcel/watcher": "^2.4.1" "@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": { "node_modules/sass/node_modules/immutable": {
"version": "5.1.4", "version": "5.1.4",
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz", "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.4.tgz",
@@ -19949,20 +19933,6 @@
"dev": true, "dev": true,
"license": "MIT" "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": { "node_modules/sax": {
"version": "1.4.3", "version": "1.4.3",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz", "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.3.tgz",
+1 -1
View File
@@ -36,7 +36,7 @@
"eslint-plugin-vue": "10.6.2", "eslint-plugin-vue": "10.6.2",
"nuxt": "4.2.1", "nuxt": "4.2.1",
"postcss-html": "1.8.0", "postcss-html": "1.8.0",
"sass": "1.94.3", "sass": "1.95.0",
"stylelint": "16.26.1", "stylelint": "16.26.1",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "39.0.1", "stylelint-config-standard": "39.0.1",