Merge pull request #1964 from jellyfin/renovate/sass

Update dependency sass to v1.102.0
This commit is contained in:
BotBlake
2026-08-01 10:37:31 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -47,7 +47,7 @@
"node-fetch": "3.3.2",
"prettier": "3.9.6",
"react-dom": "18.3.1",
"sass": "1.101.7",
"sass": "1.102.0",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"typescript-plugin-css-modules": "5.2.0"
@@ -23090,9 +23090,9 @@
"license": "MIT"
},
"node_modules/sass": {
"version": "1.101.7",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.101.7.tgz",
"integrity": "sha512-cDeUYU0dhwKVbpYg/ppsjyuoddxYhWlJOkRoI7+/iZsaSp7iowWDfm+tL2HcUafedWBDvbf/+hx0QRgKG4JSHA==",
"version": "1.102.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.102.0.tgz",
"integrity": "sha512-NSOyTnaQF7rTAEOtI2fwb386vL+akyiQLBZu8Na7hXCb+umJy0GAqlcMIaqACZ6Z1VgTBS4K9PG6B3IdjHGJsw==",
"dev": true,
"license": "MIT",
"dependencies": {
+1 -1
View File
@@ -73,7 +73,7 @@
"node-fetch": "3.3.2",
"prettier": "3.9.6",
"react-dom": "18.3.1",
"sass": "1.101.7",
"sass": "1.102.0",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"typescript-plugin-css-modules": "5.2.0"