mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update dependency postcss-scss to v4.0.5
This commit is contained in:
parent
de690740f0
commit
d60b6dfaff
2 changed files with 18 additions and 12 deletions
28
package-lock.json
generated
28
package-lock.json
generated
|
@ -91,7 +91,7 @@
|
|||
"postcss": "8.4.16",
|
||||
"postcss-loader": "7.0.1",
|
||||
"postcss-preset-env": "7.8.1",
|
||||
"postcss-scss": "4.0.4",
|
||||
"postcss-scss": "4.0.5",
|
||||
"sass": "1.54.9",
|
||||
"sass-loader": "13.0.2",
|
||||
"source-map-loader": "3.0.1",
|
||||
|
@ -13058,17 +13058,23 @@
|
|||
}
|
||||
},
|
||||
"node_modules/postcss-scss": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.4.tgz",
|
||||
"integrity": "sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg==",
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.5.tgz",
|
||||
"integrity": "sha512-F7xpB6TrXyqUh3GKdyB4Gkp3QL3DDW1+uI+gxx/oJnUt/qXI4trj5OGlp9rOKdoABGULuqtqeG+3HEVQk4DjmA==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
{
|
||||
"type": "tidelift",
|
||||
"url": "https://tidelift.com/funding/github/npm/postcss-scss"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=12.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/postcss/"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.3.3"
|
||||
}
|
||||
|
@ -29028,9 +29034,9 @@
|
|||
}
|
||||
},
|
||||
"postcss-scss": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.4.tgz",
|
||||
"integrity": "sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg==",
|
||||
"version": "4.0.5",
|
||||
"resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.5.tgz",
|
||||
"integrity": "sha512-F7xpB6TrXyqUh3GKdyB4Gkp3QL3DDW1+uI+gxx/oJnUt/qXI4trj5OGlp9rOKdoABGULuqtqeG+3HEVQk4DjmA==",
|
||||
"dev": true,
|
||||
"requires": {}
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"postcss": "8.4.16",
|
||||
"postcss-loader": "7.0.1",
|
||||
"postcss-preset-env": "7.8.1",
|
||||
"postcss-scss": "4.0.4",
|
||||
"postcss-scss": "4.0.5",
|
||||
"sass": "1.54.9",
|
||||
"sass-loader": "13.0.2",
|
||||
"source-map-loader": "3.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue